Mercurial > emacs
graph
-
* src/Makefile.in (CRT_DIR): Move near potential user.2010-10-10, by Dan Nicolaescu
-
* src/Makefile.in: Use $(...) everywhere instead of ${...}2010-10-10, by Dan Nicolaescu
-
Small sysdep.c cleanups.2010-10-10, by Dan Nicolaescu
-
Rearrange an entry (test commit to bzr++ssh).2010-10-10, by Eli Zaretskii
-
* lisp/vc/log-view.el (log-view-mode-map): Bind revert-buffer.2010-10-10, by Dan Nicolaescu
-
Simplify r101871.2010-10-10, by Daiki Ueno
-
Merge changes made in Gnus trunk.2010-10-10, by Katsumi Yamaoka
-
* doc/misc/Makefile.in: Missed a few spots in the earlier $< change.2010-10-09, by Glenn Morris
-
Interface improvements to cus-theme.el.2010-10-09, by Chong Yidong
-
Fix building manuals on MS-Windows using emacsver.texi.2010-10-09, by Eli Zaretskii
-
Replace use of VPATH in most doc/ Makefiles.2010-10-09, by Glenn Morris
-
Anchor regexps in doc/ `make dist' rules.2010-10-09, by Glenn Morris
-
* doc/lispref/Makefile.in (dist): Also copy emacsver.texi, and edit $emacsdir.2010-10-09, by Glenn Morris
-
Remove references to emacsver.texi.in in doc/ `make dist' rules.2010-10-09, by Glenn Morris
-
* doc/misc/Makefile.in (mostlyclean): Delete *.toc.2010-10-09, by Glenn Morris
-
* doc/misc/Makefile.in: Use $< in rules.2010-10-09, by Glenn Morris
-
Enhance fontification of declarators to take account of the2010-10-09, by Alan Mackenzie
-
Use $< in some doc/*/Makefile rules.2010-10-09, by Glenn Morris
-
Fix previous doc/*/Makefile.in change.2010-10-09, by Glenn Morris
-
* doc/man/b2m.1: Remove file.2010-10-09, by Glenn Morris
-
* make-dist: No more doc/emacs/*.texi.in.2010-10-09, by Glenn Morris
-
Quieten emacs-devel.2010-10-09, by Glenn Morris
-
Avoid having a directory as a prerequisite in doc Makefiles.2010-10-09, by Glenn Morris
-
* configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.2010-10-09, by Glenn Morris
-
(ibuffer-mode-map): Don't redefine the cursor keys, since that's too annoying.2010-10-09, by Lars Magne Ingebrigtsen
-
Don't use foo() to talk about functions.2010-10-09, by Lars Magne Ingebrigtsen
-
(emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.2010-10-09, by Lars Magne Ingebrigtsen
-
(epa-passphrase-callback-function): Say what we're querying the password for.2010-10-09, by Lars Magne Ingebrigtsen
-
* ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers2010-10-09, by Lars Magne Ingebrigtsen
-
Make emacs_gnutls_read() return the expected on errors.2010-10-09, by Lars Magne Ingebrigtsen
-
nnir.el (nnir-read-parm): Fix call to gnus-completing-read.2010-10-09, by Katsumi Yamaoka
-
shr,el: Allow shr table char to be customized.2010-10-09, by Katsumi Yamaoka
-
gnus.texi: untabify.2010-10-09, by Katsumi Yamaoka
-
* xterm.c (x_draw_relief_rect): Clear corner pixels.2010-10-09, by Chong Yidong
-
More face customization cleanups.2010-10-09, by Chong Yidong
-
Small simplifications for some cal-hebrew calculations.2010-10-09, by Glenn Morris
-
* configure.in: Combine some conditionals.2010-10-09, by Glenn Morris
-
Add doc/emacs/emacsver.texi.2010-10-09, by Glenn Morris
-
Add doc/ dependencies on emacsver.texi.2010-10-09, by Glenn Morris
-
Regenerate configure, src/config.in.2010-10-09, by Glenn Morris
-
* doc/misc/gnus.texi (Article Washing): Fix previous change.2010-10-09, by Glenn Morris
-
Set the version number in the texinfo manuals using configure.2010-10-09, by Glenn Morris
-
Remove lib-src/b2m.c and b2m.pl.2010-10-09, by Glenn Morris
-
Mark some doc/ rules as PHONY.2010-10-09, by Glenn Morris
-
browse-url.el trivia.2010-10-09, by Glenn Morris
-
shr.el (shr-insert): Don't insert double spaces.2010-10-08, by Katsumi Yamaoka
-
* net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.2010-10-08, by Andreas Schwab
-
* keyboard.c: Revert last change; it was not intended to be2010-10-08, by Michael Albinus
-
gnus.el (gnus-expand-group-parameter): Only return and act on what was matched.2010-10-08, by Katsumi Yamaoka
-
Merge changes from emacs-23 branch.2010-10-08, by Juanma Barranquero
-
ChangeLog fix.2010-10-08, by Glenn Morris
-
* lisp/obsolete/cl-compat.el, lisp/obsolete/lmenu.el: Comments.2010-10-08, by Glenn Morris
-
* emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.2010-10-08, by Glenn Morris
-
Rename some shadow.el things.2010-10-08, by Glenn Morris
-
Minor cl.texi change.2010-10-08, by Glenn Morris
-
coding.c (complement_process_encoding_system): Fix previous change.2010-10-08, by Kenichi Handa
-
merge emacs-232010-10-08, by Kenichi Handa
-
coding.c (complement_process_encoding_system): Fix previous change.2010-10-08, by Kenichi Handa
-
merge emacs-232010-10-04, by Kenichi Handa
-
coding.c (complement_process_encoding_system): Fix previous change.2010-10-04, by Kenichi Handa
-
* doc/misc/eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.2010-10-07, by Glenn Morris
-
* doc/misc/cl.texi (Usage, Installation): Remove outdated information.2010-10-06, by Glenn Morris
-
Use lexical-let to avoid false matches in var completion (Bug#7056).2010-10-03, by Chong Yidong
-
* lisp/vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)2010-10-03, by Glenn Morris
-
* dbusbind.c (syms_of_dbusbind): Move putenv call ...2010-10-03, by Michael Albinus
-
Fix return value of dnd-get-local-file-name (Bug#7090).2010-10-03, by Chong Yidong
-
Doc fix.2010-10-03, by Glenn Morris
-
Add missing ChangeLog entry for r1.146 of lispref/text.texi.2010-10-03, by Glenn Morris
-
Fix complementing of a coding system2010-10-02, by Kenichi Handa
-
merge emacs-232010-10-02, by Kenichi Handa
-
Fix complementing of a coding system2010-10-02, by Kenichi Handa
-
Close bug#3992.2010-10-01, by Glenn Morris
-
* lisp/minibuffer.el (completion--replace): Better preserve markers.2010-09-30, by Stefan Monnier
-
Complement a coding system for encoding arguments and input to a process.2010-09-30, by Kenichi Handa
-
merge emacs-232010-09-30, by Kenichi Handa
-
Complement a coding system for encoding arguments and input to a process.2010-09-30, by Kenichi Handa
-
Fix more CEDET require statements.2010-09-30, by Chong Yidong
-
Fix errors in CEDET 1.0 merge.2010-09-29, by Chong Yidong
-
lisp/server.el (server-process-filter): Doc fix.2010-09-29, by Juanma Barranquero
-
xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123).2010-09-29, by Kenichi Handa
-
merge emacs-232010-09-29, by Kenichi Handa
-
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it2010-09-28, by Michael Albinus
-
* dired.el (dired-save-positions): Doc fix. (Bug#7119)2010-09-27, by Juanma Barranquero
-
xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123).2010-09-29, by Kenichi Handa
-
Remove some tests for defunct system-types.2010-10-08, by Glenn Morris
-
* lisp/htmlfontify.el: Add utf-8 coding cookie (eg for ellipsis at l1686).2010-10-08, by Glenn Morris
-
* xterm.c (x_draw_relief_rect): If box width is larger than 1,2010-10-08, by Chong Yidong
-
ChangeLog fix.2010-10-08, by Glenn Morris
-
* lisp/net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)2010-10-08, by Glenn Morris
-
etc/NEWS.2010-10-08, by Glenn Morris
-
shr.el (shr-table-widths): Don't use cl function `reduce'.2010-10-08, by Katsumi Yamaoka
-
Improvements to face customization interface.2010-10-08, by Chong Yidong
-
Merge changes made in Gnus trunk.2010-10-07, by Katsumi Yamaoka
-
* lisp/gnus/gnus-sum.el (gnus-number): Rename from `number'.2010-10-07, by Stefan Monnier
-
Tiny hilit-chg.el change.2010-10-07, by Glenn Morris
-
Rename some more shadow.el stuff.2010-10-07, by Glenn Morris
-
Rename shadow-mode.2010-10-07, by Glenn Morris
-
[Gnus] Introduce gnus-gravatar-too-ugly.2010-10-07, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-07, by Katsumi Yamaoka
-
url-http.el (url-http-end-of-document-sentinel): Protect against the2010-10-07, by Lars Magne Ingebrigtsen
-
SMIE: Reliably distinguish openers/closers in smie-prec2-levels2010-10-07, by Stefan Monnier
-
(regexp-opt): Add `symbols' mode.2010-10-07, by Miles Bader
-
[Gnus] Enable XEmacs to display images.2010-10-07, by Katsumi Yamaoka
-
gnus-int.el, gnus-util.el: Gnus hooks for the mark get/set operations.2010-10-07, by Katsumi Yamaoka
-
Reduce rmail.el's use of sendmail.el2010-10-07, by Glenn Morris
-
Add a shadow-mode for load-path shadows.2010-10-07, by Glenn Morris
-
Minor iimage.el changes.2010-10-07, by Glenn Morris
-
Minr appt.el change.2010-10-07, by Glenn Morris
-
Include version number in doc `make dist' tarfiles.2010-10-07, by Glenn Morris
-
sieve-manage.el: Add authenticate function.2010-10-06, by Katsumi Yamaoka
-
shr.el (shr-render-td): Only delete space at the end of the TD.2010-10-06, by Katsumi Yamaoka
-
sieve-manage: use auth-source.2010-10-06, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-06, by Katsumi Yamaoka
-
* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use2010-10-06, by Michael Albinus
-
nt/INSTALL: Add note about problematic characters passed to configure.2010-10-06, by Juanma Barranquero
-
* epa.texi (Caching Passphrases): New section.2010-10-06, by Daiki Ueno
-
Minor doc/*/Makefile.in change.2010-10-06, by Glenn Morris
-
Remove obsolete variable font-lock-defaults-alist.2010-10-06, by Glenn Morris
-
* lisp/hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.2010-10-06, by Glenn Morris
-
gnus-art.el (gnus-mime-view-part-as-type): Make it work when being called interactively.2010-10-06, by Katsumi Yamaoka
-
* lisp/emacs-lisp/cl.el: No longer provide cl-19.2010-10-06, by Glenn Morris
-
Misc cleanup for doc/*/Makefiles.2010-10-06, by Glenn Morris
-
gnus-group.el (gnus-group-completing-read): Fix last change.2010-10-06, by Katsumi Yamaoka
-
Eliminate `remove-if-not' that is a cl function.2010-10-06, by Katsumi Yamaoka
-
shr.el (shr-render-td): Allow blank/missing <TD>s.2010-10-05, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-05, by Katsumi Yamaoka
-
* net/tramp.el (tramp-handle-directory-files-and-attributes)2010-10-05, by Michael Albinus
-
sieve-manage.el (sieve-manage-capability): Do not bug out when the server-value of the capability is nil.2010-10-05, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-05, by Katsumi Yamaoka
-
gnus-util.el (gnus-emacs-completing-read, gnus-iswitchb-completing-read): Use autoload rather than require.2010-10-05, by Katsumi Yamaoka
-
Merge changes made ein Gnus trunk.2010-10-05, by Katsumi Yamaoka
-
NEWS update.2010-10-05, by Glenn Morris
-
* lisp/obsolete/rnews.el, lisp/obsolete/rnewspost.el: Remove files.2010-10-05, by Glenn Morris
-
Fix rnewspost.el comment typo.2010-10-05, by Glenn Morris
-
gnus-html.el (gnus-html-schedule-image-fetching): Work for XEmacs.2010-10-05, by Katsumi Yamaoka
-
* .dir-locals.el: The Emacs convention is sentence-end-double-space.2010-10-05, by Glenn Morris
-
mm-decode.el (mm-shr): Decode contents by charset.2010-10-05, by Katsumi Yamaoka
-
shr.el: Revert last change.2010-10-05, by Katsumi Yamaoka
-
shr.el (shr-encode-url-chars): New function.2010-10-05, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-04, by Katsumi Yamaoka
-
Continue reorganization of load dependencies. (Bug#7156)2010-10-04, by Michael Albinus
-
(url-http-wait-for-headers-change-function): Revert previous2010-10-04, by Lars Magne Ingebrigtsen
-
* url-http.el (url-http-wait-for-headers-change-function): Protect2010-10-04, by Lars Magne Ingebrigtsen
-
Don't add an echo dash for the first keystroke (Bug#7137).2010-10-04, by Chong Yidong
-
Remove O_RDONLY, O_WRONLY definitions, not needed.2010-10-04, by Dan Nicolaescu
-
shr.el (shr-tag-li): Get <li> indentation right.2010-10-04, by Katsumi Yamaoka
-
shr.el (shr-insert): Tweak line breaking.2010-10-04, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-04, by Katsumi Yamaoka
-
shr.el (shr-insert): Use string anchors instead of line anchors.2010-10-04, by Katsumi Yamaoka
-
Minor appt.el changes.2010-10-04, by Glenn Morris
-
Provide GnuTLS API with `gnutls-negotiate' and `open-gnutls-stream'.2010-10-04, by Ted Zlatanov
-
* doc/lispref/Makefile.in ($(infodir)/elisp): Fix -I typo.2010-10-04, by Glenn Morris
-
Minor doc Makefile.in clean-up.2010-10-04, by Glenn Morris
-
Mention the 'g' binding in VC diff,log, etc.2010-10-04, by Dan Nicolaescu
-
Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and2010-10-04, by Dan Nicolaescu
-
Merge changes made in Gnus trunk.2010-10-04, by Katsumi Yamaoka
-
Fix compilation warnings.2010-10-03, by Dan Nicolaescu
-
Rework the gnutls boot interface.2010-10-03, by Lars Magne Ingebrigtsen
-
Cosmetic changes for some lisp/url files.2010-10-03, by Glenn Morris
-
* src/fileio.c (Vdirectory_sep_char): Remove.2010-10-03, by Glenn Morris
-
Remove directory-sep-char, obsolete since 21.1.2010-10-03, by Glenn Morris
-
Remove vc-header-alist, obsolete since 21.1.2010-10-03, by Glenn Morris
-
Avoid using plusp; cl may not be loaded.2010-10-03, by Chong Yidong
-
Add user option `remote-file-name-inhibit-cache'.2010-10-03, by Michael Albinus
-
* src/termhooks.h: Remove #ifdef CONSP.2010-10-03, by Dan Nicolaescu
-
* files.texi (Magic File Names): New defopt remote-file-name-inhibit-cache.2010-10-03, by Michael Albinus
-
* lib-src/Makefile.in: Remove ^L, old makes choke on it.2010-10-03, by Dan Nicolaescu
-
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.2010-10-03, by Dan Nicolaescu
-
Include <fcntl.h> unconditionally.2010-10-03, by Dan Nicolaescu
-
* tramp.texi (Frequently Asked Questions): Mention2010-10-03, by Michael Albinus
-
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.2010-10-03, by Dan Nicolaescu
-
* src/sysdep.c (flush_pending_output): Remove code, does not do2010-10-03, by Dan Nicolaescu
-
Remove unused code.2010-10-03, by Dan Nicolaescu
-
Remove unused arguments for unexec.2010-10-03, by Dan Nicolaescu
-
src/gnutls.c: Fix typo in docstring.2010-10-03, by Juanma Barranquero
-
url-vars.el (url-mime-charset-string): Changed the default to nil to2010-10-03, by Lars Magne Ingebrigtsen
-
src/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).2010-10-03, by Juanma Barranquero
-
Remove obsolete use of binary-overwrite-mode in bytecomp (Bug#7001).2010-10-03, by Chong Yidong
-
src/gnutls.c: Doc fixes. Make some functions static.2010-10-03, by Juanma Barranquero
-
* lisp/obsolete/x-menu.el: Remove file, obsolete since 21.12010-10-03, by Glenn Morris
-
* textmodes/rst.el (rst-font-lock-keywords-function): Drop Emacs 20 code.2010-10-03, by Glenn Morris
-
* lisp/textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.2010-10-03, by Glenn Morris
-
* lisp/printing.el: Drop Emacs 20 code.2010-10-03, by Glenn Morris
-
* lisp/gnus/nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.2010-10-03, by Glenn Morris
-
* lisp/gnus/smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.2010-10-03, by Glenn Morris
-
* lisp/gnus/gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.2010-10-03, by Glenn Morris
-
Tix fypo in previous change.2010-10-03, by Glenn Morris
-
* lisp/gnus/gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.2010-10-03, by Glenn Morris
-
Do not autoload appt-delete.2010-10-03, by Glenn Morris
-
* lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.2010-10-03, by Glenn Morris
-
Remove some unused ps-def definitions.2010-10-03, by Glenn Morris
-
url-http.el comment.2010-10-03, by Glenn Morris
-
* subr.el (booleanp): Return t instead of a list (Bug#7086).2010-10-03, by Chong Yidong
-
* keyboard.c (command_loop_1): Make sure the mark is really alive2010-10-03, by Chong Yidong
-
Merge changes made in Gnus trunk.2010-10-03, by Katsumi Yamaoka
-
* lisp/server.el (server-process-filter, server-return-error): Give2010-10-03, by Chong Yidong
-
* emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error string2010-10-03, by Chong Yidong
-
Add minor comment (Bug#7001).2010-10-02, by Chong Yidong
-
lisp/gnus/shr.el (shr): Fix typo in provide call.2010-10-02, by Juanma Barranquero
-
gnus.texi (Splitting Mail): Fix @xref syntax.2010-10-02, by Katsumi Yamaoka
-
* files.el (remote-file-name-inhibit-cache): New defcustom.2010-10-02, by Michael Albinus
-
(url-lazy-message): Remove leftover debugging code.2010-10-02, by Lars Magne Ingebrigtsen
-
Rework tags targets in Windows makefiles to protect against old/stupid makes.2010-10-02, by Juanma Barranquero
-
Add lisp/gnus/nnregistry.el.2010-10-02, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-02, by Katsumi Yamaoka
-
Improve TAGS target on MS-DOS.2010-10-02, by Eli Zaretskii
-
Invoke kill-emacs on SIGINT on Windows as well.2010-10-02, by Eli Zaretskii
-
Remove some functions, variables and aliases obsolete since at least 21.1.2010-10-02, by Glenn Morris
-
Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.2010-10-02, by Glenn Morris
-
Modify url-retrieve and related functions and structures to respect a2010-10-02, by Lars Magne Ingebrigtsen
-
Clean up trailing whitespace.2010-10-02, by Lars Magne Ingebrigtsen
-
xml.c: Rework the functions to take regions instead of strings,2010-10-02, by Lars Magne Ingebrigtsen
-
Update ChangeLog.2010-10-01, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-10-01, by Katsumi Yamaoka
-
Fix initial frame dimensions on MS-DOS.2010-10-01, by Eli Zaretskii
-
Fix the MSDOS build broken by revno 101631.2010-10-01, by Eli Zaretskii
-
Fix bug #6349 with cursor positioning in truncated lines.2010-10-01, by Eli Zaretskii
-
Use url-lazy-message for warnings about ignored cookies.2010-10-01, by Lars Magne Ingebrigtsen
-
(url-http-async-sentinel): Check that the buffer is still alive before2010-10-01, by Lars Magne Ingebrigtsen
-
Do not include stdlib.h and string.h, config.h does it.2010-10-01, by Dan Nicolaescu
-
gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid regexp backtrace overflows.2010-10-01, by Katsumi Yamaoka
-
* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.2010-10-01, by Dan Nicolaescu
-
Small process.c cleanups.2010-10-01, by Dan Nicolaescu
-
Give up on using gnutls-cli for starttls.2010-10-01, by Katsumi Yamaoka
-
Use intern_c_string instead of intern.2010-10-01, by Dan Nicolaescu
-
* src/point.h: Remove, unused.2010-10-01, by Dan Nicolaescu
-
nt/ChangeLog: Fix last entry.2010-10-01, by Eli Zaretskii
-
Support TAGS targets in the w32 build.2010-10-01, by Eli Zaretskii
-
Florian Ragwitz' stuff removed because of missing paperwork.2010-10-01, by Katsumi Yamaoka
-
Fix bug #7102.2010-10-01, by Eli Zaretskii
-
* lisp/obsolete/sc.el: Remove file.2010-10-01, by Glenn Morris
-
gravatar.el (gravatar-create-image): New function.2010-10-01, by Katsumi Yamaoka
-
Tweak temporary-file-directory on darwin systems.2010-10-01, by Glenn Morris
-
lisp/server.el (server-start): For compatibility, revert part of revno 101688.2010-10-01, by Juanma Barranquero
-
Fix previous merge from Gnus trunk.2010-10-01, by Katsumi Yamaoka
-
nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r.2010-10-01, by Katsumi Yamaoka
-
* src/xml.c (parse_string): Use const.2010-09-30, by Dan Nicolaescu
-
(Fbacktrace): Don't overwrite print-level on exit.2010-09-30, by Lars Magne Ingebrigtsen
-
Fix documentation of VC status indicator in mode line.2010-09-30, by Eli Zaretskii
-
gnus-agent.el (gnus-agent-add-group): Fix call to gnus-completing-read.2010-09-30, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-30, by Katsumi Yamaoka
-
lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.2010-09-30, by Juanma Barranquero
-
etc/NEWS updates.2010-09-30, by Glenn Morris
-
Remove some diary-lib function aliases, obsolete since 22.1.2010-09-30, by Glenn Morris
-
Remove some obsolete appt.el code.2010-09-30, by Glenn Morris
-
* src/Makefile.in: ecrt0.c does not exist anymore, do not mention it.2010-09-30, by Dan Nicolaescu
-
src/w32console.c (vga_stdcolor_name): Remove unused function.2010-09-30, by Juanma Barranquero
-
configure.in: Don't enable ImageMagick unless HAVE_X11.2010-09-29, by Romain Francoise
-
lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.2010-09-29, by Juanma Barranquero
-
Clean up gnutls.c coding style to conform with the Emacs style.2010-09-29, by Lars Magne Ingebrigtsen
-
nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.2010-09-29, by Eli Zaretskii
-
* lisp/gnus/nnmail.el (group, group-art-list, group-art):2010-09-29, by Stefan Monnier
-
Do the gnutls handshake from the reader loop, instead of looping over2010-09-29, by Lars Magne Ingebrigtsen
-
Make sure all reads/writes to gnutls streams go via the gnutls functions.2010-09-29, by Lars Magne Ingebrigtsen
-
Fix bug #7128.2010-09-29, by Eli Zaretskii
-
xdisp.c (string_buffer_position): Remove unused variables.2010-09-29, by Eli Zaretskii
-
Fix int/EMACS_INT use in xdisp.c and print.c.2010-09-29, by Eli Zaretskii
-
* epa.texi (Bug Reports): New section.2010-09-29, by Daiki Ueno
-
* emacsclient.c (main): Remove unused variables.2010-09-29, by Juanma Barranquero
-
Remove unused variable top_srcdir from doc Makefiles.2010-09-29, by Glenn Morris
-
Use temp-buffers when not displaying the diary.2010-09-29, by Glenn Morris
-
Minor diary-lib change.2010-09-29, by Glenn Morris
-
Minor diary include improvement.2010-09-29, by Glenn Morris
-
* lisp/calendar/appt.el (appt-activate): Check diary file.2010-09-29, by Glenn Morris
-
Remove Emacs 21 stuff.2010-09-29, by Katsumi Yamaoka
-
* src/gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.2010-09-28, by Stefan Monnier
-
Fix comments; remove Emacs 21 stuff.2010-09-28, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-28, by Katsumi Yamaoka
-
nnimap.el (auth-source-forget-user-or-password, auth-source-user-or-password): Autoload.2010-09-28, by Katsumi Yamaoka
-
* lisp/calendar/appt.el (appt-check): Minor simplification.2010-09-28, by Glenn Morris
-
Minor NEWS fix.2010-09-28, by Glenn Morris
-
* configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.2010-09-28, by Glenn Morris
-
Fix message-* user options that differ from Gnus trunk.2010-09-28, by Katsumi Yamaoka
-
nt/*.c: Use const char*; remove unused code.2010-09-28, by Juanma Barranquero
-
Merge changes from emacs-23 branch.2010-09-27, by Juanma Barranquero
-
* Makefile.in (ELCFILES): Update.2010-09-27, by Andreas Schwab
-
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Avoid2010-09-27, by Andreas Schwab
-
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".2010-09-27, by Michael Albinus
-
* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".2010-09-27, by Michael Albinus
-
* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.2010-09-27, by Michael Albinus
-
tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.2010-09-27, by Kenichi Handa
-
tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.2010-09-27, by Kenichi Handa
-
* xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.2010-09-26, by Jan D
-
lisp/window.el (walk-windows): Doc fix (bug#7105).2010-09-26, by Juanma Barranquero
-
Merge changes made in Gnus trunk.2010-09-27, by Katsumi Yamaoka
-
Compile with imagemagick support by default.2010-09-27, by Lars Magne Ingebrigtsen
-
* process.c (wait_reading_process_output): Add missing FD_CLR2010-09-27, by Jan D
-
* lisp/emacs-lisp/float-sup.el (e): Remove.2010-09-27, by Stefan Monnier
-
Add gnutls logging and clean up various gnutls bits.2010-09-27, by Lars Magne Ingebrigtsen
-
src/w32.c: Remove unused code and make static many functions.2010-09-27, by Juanma Barranquero
-
* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)2010-09-27, by Michael Albinus
-
(emacs_gnutls_read): Don't infloop while reading.2010-09-27, by Lars Magne Ingebrigtsen
-
Fix typos in ChangeLogs.2010-09-27, by Juanma Barranquero
-
Add debugging to the gnutls library, and finish handshaking when it's done.2010-09-27, by Lars Magne Ingebrigtsen
-
nnimap.el (utf7): Required.2010-09-27, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid handing broken links to browse-url.2010-09-27, by Katsumi Yamaoka
-
Fix typos.2010-09-27, by Juanma Barranquero
-
Fix typos in ChangeLogs.2010-09-27, by Juanma Barranquero
-
Remove restriction on the number of glyphs in one composition.2010-09-27, by Kenichi Handa
-
merge trunk2010-09-27, by Kenichi Handa
-
gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).2010-09-27, by Katsumi Yamaoka
-
Remove restriction on the number of glyphs in one composition.2010-09-27, by Kenichi Handa
-
Update ChangeLogs.2010-09-26, by Katsumi Yamaoka
-
mail-source.el (mail-source-value): Revert previous patch.2010-09-26, by Katsumi Yamaoka
-
* lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.2010-09-26, by Stefan Monnier
-
Donät give write_mask to select for W32.2010-09-26, by Jan D
-
Reinstate ifdef subprocesses.2010-09-26, by Jan D
-
Add fd handling with callbacks to select, dbus needs it for async operation.2010-09-26, by Jan D
-
(starttls-negotiate): Avoid the cl.el decf function.2010-09-26, by Lars Magne Ingebrigtsen
-
Don't break the build if we don't have the gnutls libraries.2010-09-26, by Lars Magne Ingebrigtsen
-
Use const for some pointer arguments.2010-09-26, by Dan Nicolaescu
-
Code simplification in term.c.2010-09-26, by Dan Nicolaescu
-
Merge changes made in Gnus trunk.2010-09-26, by Katsumi Yamaoka
-
auth-source.el (auth-source-create): Query the user for whether to store the credentials.2010-09-26, by Katsumi Yamaoka
-
gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.2010-09-26, by Katsumi Yamaoka
-
Set up GnuTLS support.2010-09-26, by Ted Zlatanov
-
Merge changes made in Gnus trunk.2010-09-26, by Katsumi Yamaoka
-
src/w32.c (get_emacs_configuration_options): Fix previous change.2010-09-26, by Juanma Barranquero
-
* lisp/notifications.el: Call dbus-register-signal only if it is bound.2010-09-25, by Glenn Morris
-
Cosmetic doc fixes for eshell.2010-09-25, by Glenn Morris
-
Add more xz compression support.2010-09-25, by Glenn Morris
-
Small url-cache fix.2010-09-25, by Glenn Morris
-
* files.el (get-free-disk-space): Don't assume "df" output columns line up (Bug#6995).2010-09-25, by Chong Yidong
-
* src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive2010-09-25, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-09-25, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-09-25, by Chong Yidong
-
Fix up some EMACS_INT/int conversion errors related to xdisp.c.2010-09-25, by Lars Magne Ingebrigtsen
-
xrdb.c EMACS_INT/int audit.2010-09-25, by Lars Magne Ingebrigtsen
-
nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers for prettier summary display.2010-09-25, by Katsumi Yamaoka
-
Fix require names in CEDET 1.0 merge.2010-09-25, by Chong Yidong
-
nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.2010-09-25, by Katsumi Yamaoka
-
nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS before starting negotiation.2010-09-25, by Katsumi Yamaoka
-
gnus-art.el (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Change default to nil for privacy reasons.2010-09-25, by Katsumi Yamaoka
-
gnus-ems.el (gnus-put-image):Don't put any non-blank text into the buffer when inserting images.2010-09-25, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-25, by Katsumi Yamaoka
-
Fix int/EMACS_INT use in textprop.c and window.c.2010-09-25, by Eli Zaretskii
-
Merge changes made in Gnus.tranck2010-09-25, by Katsumi Yamaoka
-
Fix int/EMACS_INT use in process.c and term.c.2010-09-25, by Eli Zaretskii
-
Fix typos.2010-09-25, by Juanma Barranquero
-
Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c2010-09-25, by Eli Zaretskii
-
Fix int/EMACS_INT use in keyboard.c.2010-09-25, by Eli Zaretskii
-
src/ChangeLog: Another duplication removed.2010-09-25, by Eli Zaretskii
-
src/ChangeLog: Fix duplicate entries.2010-09-25, by Eli Zaretskii
-
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".2010-09-25, by Juanma Barranquero
-
Merge changes made in Gnus trunk.2010-09-24, by Katsumi Yamaoka
-
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.2010-09-24, by Eli Zaretskii
-
src/ChangeLog: Fix typo and remove duplicate info.2010-09-24, by Juanma Barranquero
-
Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.2010-09-24, by Eli Zaretskii
-
Fix int/EMACS_INT use in casefiddle.c and syntax.c.2010-09-24, by Eli Zaretskii
-
Fix EMACS_INT/int conversion in scroll.c.2010-09-24, by Lars Magne Ingebrigtsen
-
Fix EMACS_INT/int conversion in region-cache.c.2010-09-24, by Lars Magne Ingebrigtsen
-
Fix all EMACS_INT/int conversion errors in print.c (and related files).2010-09-24, by Lars Magne Ingebrigtsen
-
Fix int/EMACS_INT use in callproc.c.2010-09-24, by Eli Zaretskii
-
Really fix int/EMACS_INT use in bidi.c.2010-09-24, by Eli Zaretskii
-
Fix int/EMACS_INT use in buffer.c.2010-09-24, by Eli Zaretskii
-
Fix int/EMACS_INT in bidi.c.2010-09-24, by Eli Zaretskii
-
Fix int/EMACS_INT usage in fns.c.2010-09-24, by Eli Zaretskii
-
Remove Emacs 21 stuff.2010-09-24, by Katsumi Yamaoka
-
gnus-start.el (gnus-after-getting-new-news-hook): Add version tag.2010-09-24, by Katsumi Yamaoka
-
Remove W32 API function pointer unused since 2005-02-15 (revno 60055).2010-09-24, by Juanma Barranquero
-
lisp/ChangeLog: Fix dates after merge.2010-09-24, by Juanma Barranquero
-
Move some autoloaded auto-mode-alist entries to files.el.2010-09-24, by Glenn Morris
-
Comments.2010-09-24, by Glenn Morris
-
* doc/misc/url.texi (Disk Caching): Tweak previous change.2010-09-24, by Glenn Morris
-
Minor url.texi update.2010-09-24, by Glenn Morris
-
Merge changes from emacs-23 branch.2010-09-24, by Chong Yidong
-
Merge changes from emacs-23 branch2010-09-23, by Chong Yidong
-
Move some aliases to options before the associated definitions.2010-09-23, by Glenn Morris
-
Synch SRecode to CEDET 1.0.2010-09-21, by Chong Yidong
-
* src/syntax.c (back_comment): Detect the case where a 1-char comment2010-09-21, by Stefan Monnier
-
* lisp/newcomment.el (comment-normalize-vars): Better test validity of2010-09-21, by Stefan Monnier
-
Fix message-mode bug with fcc to Rmail buffers.2010-09-21, by Glenn Morris
-
Add EPSF magic header to doc/lispintro/*.eps. (Bug#7064)2010-09-21, by Glenn Morris
-
Synch EDE to CEDET 1.0.2010-09-21, by Chong Yidong
-
* lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.2010-09-19, by Stefan Monnier
-
Update to CEDET 1.0's version of EIEIO.2010-09-19, by Chong Yidong
-
Synch Semantic to CEDET 1.0.2010-09-19, by Chong Yidong
-
* lisp/url/url-cache.el (url-is-cached): Doc fix.2010-09-18, by Glenn Morris
-
Make sure detached tool bar menu isn't blank.2010-09-17, by Jan D
-
appt.el fixes for bug#7019.2010-09-15, by Glenn Morris
-
Minor appt-check fix.2010-09-15, by Glenn Morris
-
* lisp/calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)2010-09-15, by Glenn Morris
-
Merge changes made in Gnus trunk.2010-09-24, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-23, by Katsumi Yamaoka
-
Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.2010-09-23, by Lars Magne Ingebrigtsen
-
Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.2010-09-23, by Lars Magne Ingebrigtsen
-
Clean up EMACS_INT/int usage in doc.c and doprnt.c.2010-09-23, by Lars Magne Ingebrigtsen
-
Fix last changes in editfns.c and intervals.c.2010-09-23, by Eli Zaretskii
-
Fix EMACS_INT/int conversion errors in marker.c.2010-09-23, by Lars Magne Ingebrigtsen
-
Use EMACS_INT instead of EMACS_UINT in intervals.c.2010-09-23, by Eli Zaretskii
-
Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.2010-09-23, by Chong Yidong
-
Fix src/ChangeLog of the last commit.2010-09-23, by Eli Zaretskii
-
Fix use of int instead of EMACS_INT in search.c and region-cache.c.2010-09-23, by Eli Zaretskii
-
Fix use of int instead of EMACS_INT in editfns.c.2010-09-23, by Eli Zaretskii
-
Fix uses of int instead of EMACS_INT in intervals.c.2010-09-23, by Eli Zaretskii
-
Fix more uses of int instead of EMACS_INT.2010-09-23, by Eli Zaretskii
-
Fix some more uses of int instead of EMACS_INT.2010-09-23, by Eli Zaretskii
-
gnus-group.el (gnus-group-update-hook): Add missing version.2010-09-23, by Katsumi Yamaoka
-
Trivial bytecomp.el change.2010-09-23, by Glenn Morris
-
* lisp/files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.2010-09-23, by Glenn Morris
-
* lisp/files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)2010-09-23, by Glenn Morris
-
Define ld-script auto-mode-alist entries in the standard place.2010-09-23, by Glenn Morris
-
Cosmetic changes for add-log.el.2010-09-23, by Glenn Morris
-
Tiny comint.el change.2010-09-23, by Glenn Morris
-
Remove timestamp and related local variables from table.el.2010-09-23, by Glenn Morris
-
Remove leading `*' from docs of some defcustoms etc.2010-09-23, by Glenn Morris
-
* lisp/url/url-cache.el (url-cache-expire-time): Doc fix.2010-09-23, by Glenn Morris
-
Fix previous url-cache fix.2010-09-23, by Glenn Morris
-
* url-cache.el (url-cache-expired): Don't autoload. Tweak previous change.2010-09-23, by Glenn Morris
-
Small url-cache update.2010-09-23, by Glenn Morris
-
netrc.el (netrc-parse): Remove encrypt.el mentions.2010-09-23, by Katsumi Yamaoka
-
nnimap.el (nnimap-update-info): Sync non-standard flags from the server in symbolic form.2010-09-23, by Katsumi Yamaoka
-
gnus-html.el: Embiggen pictures slightly.2010-09-23, by Katsumi Yamaoka
-
Merge Changes made in Gnus trunk.2010-09-23, by Katsumi Yamaoka
-
Fix bug#6820: Don't accept backslashes or quotes on compiler options.2010-09-22, by Juanma Barranquero
-
Fix some more uses of int instead of EMACS_INT.2010-09-22, by Eli Zaretskii
-
w32.c (get_emacs_configuration_options): Fix last change.2010-09-22, by Eli Zaretskii
-
src/w32.c (get_emacs_configuration_options): Fix buffer overrun.2010-09-22, by Juanma Barranquero
-
nt/configure.bat: Add comment about USER_(C|LD)FLAGS.2010-09-22, by Juanma Barranquero
-
Fix some uses of int instead of EMACS_INT.2010-09-22, by Eli Zaretskii
-
nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.2010-09-22, by Katsumi Yamaoka
-
Make gnus-group-add-icon work.2010-09-22, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on images alt-text.2010-09-22, by Katsumi Yamaoka
-
Fix the MSDOS build (broken by revno 101511).2010-09-22, by Eli Zaretskii
-
Remove Emacs 21 stuff.2010-09-22, by Katsumi Yamaoka
-
calendar/time-date.el (format-seconds): Comment fix.2010-09-22, by Katsumi Yamaoka
-
Tiny package.el fix.2010-09-22, by Glenn Morris
-
Rename libxml2 functions, and make parse tree format consistent with xml.el.2010-09-22, by Chong Yidong
-
Fix position calculation on mouse click within bidi-reordered composition.2010-09-22, by Kenichi Handa
-
merge trunk2010-09-22, by Kenichi Handa
-
Fix position calculation on mouse click within bidi-reordered composition.2010-09-22, by Kenichi Handa
-
merge trunk2010-09-21, by Kenichi Handa
-
nt/configure.bat: Cosmetic changes.2010-09-22, by Juanma Barranquero
-
gnus.texi (Expunging mailboxes): Update name of the expunging command.2010-09-21, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-21, by Katsumi Yamaoka
-
* lisp/emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.2010-09-21, by Stefan Monnier
-
* doc.c (Fsnarf_documentation): Use memmove instead of memcpy as2010-09-21, by Andreas Schwab
-
src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.2010-09-21, by Juanma Barranquero
-
gnus-html.el: Make gnus-html use url-cache system.2010-09-21, by Katsumi Yamaoka
-
* src/emacs.c: Do not include sys/ioctl.h, not needed.2010-09-21, by Dan Nicolaescu
-
* src/doprnt.c: Do not include stdlib.h, config.h does it.2010-09-21, by Dan Nicolaescu
-
* net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.2010-09-21, by Michael Albinus
-
Fix ChangeLog entry for previous commit.2010-09-21, by Jan D.
-
Use tool-bar-position in menu Options/Show.2010-09-21, by Jan D.
-
* tool-bar.el (tool-bar-position): New defcustom (Bug#7049).2010-09-21, by Jan D.
-
Check in missing ChangeLog entry.2010-09-21, by Dan Nicolaescu
-
Check in missing ChangeLog entry.2010-09-21, by Dan Nicolaescu
-
rfc2047.el (rfc2047-encode-parameter): Doc fix.2010-09-20, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-20, by Katsumi Yamaoka
-
* lisp/textmodes/reftex-parse.el (reftex-what-macro)2010-09-20, by Stefan Monnier
-
Link temacs using $(CC) not $(LD).2010-09-20, by Dan Nicolaescu
-
* lisp/simple.el (blink-matching-open): Use syntax-class.2010-09-20, by Stefan Monnier
-
* lisp/progmodes/pascal.el (pascal-mode): Use define-derived-mode.2010-09-20, by Stefan Monnier
-
* lisp/progmodes/prolog.el (prolog-smie-forward-token)2010-09-20, by Stefan Monnier
-
* lisp/textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'2010-09-20, by Stefan Monnier
-
* lisp/textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode2010-09-20, by Stefan Monnier
-
* lisp/textmodes/ispell.el: Fix commenting convention.2010-09-20, by Stefan Monnier
-
Use const for constant arguments.2010-09-20, by Dan Nicolaescu
-
Remove HAVE_TERMIOS definitions.2010-09-20, by Dan Nicolaescu
-
* src/xterm.c (xt_action_hook): Use const.2010-09-20, by Dan Nicolaescu
-
* lisp/mail/sendmail.el: Fix commenting convention.2010-09-20, by Stefan Monnier
-
* lisp/help-fns.el (describe-variable): Add original value, if applicable.2010-09-20, by Stefan Monnier
-
gnus.texi (Article Washing): Add `gnus-article-html' in `mm-text-html-renderer' doc.2010-09-20, by Katsumi Yamaoka
-
Make Gnus work for Emacs 22 and XEmacs.2010-09-20, by Katsumi Yamaoka
-
Fix typos in ChangeLogs.2010-09-20, by Juanma Barranquero
-
* subr.el (y-or-n-p): Remove leftover code from revno 101459.2010-09-20, by Juanma Barranquero
-
Merge changes made in Gnus trunk.2010-09-20, by Katsumi Yamaoka
-
* emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.2010-09-20, by Juanma Barranquero
-
Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.2010-09-20, by Juanma Barranquero
-
* lisp/url/url-cache.el (url-fetch-from-cache): New function.2010-09-19, by Glenn Morris
-
* lisp/emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.2010-09-19, by Stefan Monnier
-
Merge changes made in Gnus trunk.2010-09-19, by Katsumi Yamaoka
-
* lisp/frame.el (make-frame-names-alist): Don't list frames on other displays.2010-09-19, by Stefan Monnier
-
* lisp/fringe.el (fringe-styles): New var.2010-09-19, by Stefan Monnier
-
* lisp/gnus/nnml.el (nnml-files): Add prefix to dynamic var `files'.2010-09-19, by Stefan Monnier
-
SQL Mode, Version 2.8 - sql-list-all and sql-list-table functions.2010-09-19, by Michael Mauger
-
* lisp/emacs-lisp/warnings.el: Fix commenting convention.2010-09-19, by Stefan Monnier
-
Merge changes made in Gnus trunk.2010-09-18, by Katsumi Yamaoka
-
Fix ChangeLog typo, mea culpa.2010-09-18, by Glenn Morris
-
* lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.2010-09-18, by Glenn Morris
-
* nnimap.el: Require nnoo and other files necessary.2010-09-18, by Lars Magne Ingebrigtsen
-
calc-prog.el (calc-read-parse-table-part): Don't "fix" the empty2010-09-18, by Jay Belanger
-
* lisp/indent.el (indent-according-to-mode): Apply syntax-propertize.2010-09-18, by Stefan Monnier
-
* lispref/text.texi (Special Properties): Clarify when modification-hooks run.2010-09-18, by Stefan Monnier
-
src/Changelog: Merge two last entries.2010-09-18, by Eli Zaretskii
-
Fix MSDOS build broken by revno 101403, support MSDOS build with libxml2.2010-09-18, by Eli Zaretskii
-
Fix bug #7038 with cursor motion in paragraphs w/o strong characters.2010-09-18, by Eli Zaretskii
-
Fix previous merge from Gnus trunk.2010-09-18, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-18, by Katsumi Yamaoka
-
Mention rounding of fringe width in the doc string of fringe-mode.2010-09-18, by Eli Zaretskii
-
Fix typos in etc/NEWS.2010-09-18, by Eli Zaretskii
-
Add xml.o dependencies to deps.mk.2010-09-18, by Eli Zaretskii
-
Support building with libxml2, if it is installed.2010-09-18, by Eli Zaretskii
-
Edit out libxml2 variables from src/Makefile.in.2010-09-17, by Eli Zaretskii
-
* textmodes/nroff-mode.el (nroff-view): Kill old buffer before refreshing the preview buffer.2010-09-18, by Chong Yidong
-
Fix and improve last syntax-propertize patch2010-09-18, by Stefan Monnier
-
* lisp/obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):2010-09-17, by Stefan Monnier
-
* lisp/isearch.el (isearch-face): Rename from `isearch'.2010-09-17, by Stefan Monnier
-
Fix bug #6989.2010-09-17, by Eli Zaretskii
-
Fix bug #6933 regarding `half' width fringes.2010-09-17, by Eli Zaretskii
-
* process.c (wait_reading_process_output): Don't message about2010-09-17, by Lars Magne Ingebrigtsen
-
* src/frame.c (Ftool_bar_pixel_width): YAILOM (Yet another2010-09-17, by Stefan Monnier
-
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)2010-09-17, by Stefan Monnier
-
Silence byte-compiler2010-09-17, by Stefan Monnier
-
* lisp/subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.2010-09-17, by Stefan Monnier
-
.bzrignore: Ignore lisp/gnus/_dir-locals.el.2010-09-17, by Eli Zaretskii
-
* keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not HELP.2010-09-17, by Jan D
-
Expose tool-bar pixel width to lisp and use it for speedbar (Bug#7048)2010-09-17, by Jan D
-
* net/tramp-compat.el (tramp-compat-with-temp-message): Make it a2010-09-17, by Michael Albinus
-
Put handle on top for vertical toolbar, Bug#7051.2010-09-17, by Jan D
-
pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output instead of nnheader-accept-process-output.2010-09-17, by Katsumi Yamaoka
-
gnus-html.el: Replace process-kill-without-query by gnus-set-process-query-on-exit-flag.2010-09-17, by Katsumi Yamaoka
-
gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.2010-09-17, by Katsumi Yamaoka
-
ftfont.c (ftfont_check_otf): Fix previous change.2010-09-17, by Kenichi Handa
-
merge trunk2010-09-17, by Kenichi Handa
-
ftfont.c (ftfont_check_otf): Fix previous change.2010-09-17, by Kenichi Handa
-
* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.2010-09-17, by Chong Yidong
-
Define obsolete alias x-cut-buffer-or-selection-value.2010-09-16, by Chong Yidong
-
* ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.2010-09-16, by Chong Yidong
-
* net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload cookie.2010-09-16, by Michael Albinus
-
ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB or GPOS.2010-09-16, by Kenichi Handa
-
merge trunk2010-09-16, by Kenichi Handa
-
ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB or GPOS.2010-09-16, by Kenichi Handa
-
merge trunk2010-09-08, by Kenichi Handa
-
* net/tramp-compat.el (tramp-compat-with-temp-message)2010-09-15, by Michael Albinus
-
(c-forward-<>-arglist-recur): Fix an infinite recursion.2010-09-15, by Alan Mackenzie
-
(c-forward-<>-arglist-recur): Correct the indentation.2010-09-15, by Alan Mackenzie
-
* lisp/emacs-lisp/bytecomp.el (byte-compile-warning-types): New type2010-09-15, by Stefan Monnier
-
Merge changes made in Gnus trunk.2010-09-14, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-14, by Katsumi Yamaoka
-
Merge from mainline.2010-09-14, by Katsumi Yamaoka
-
Merge from mainline.2010-09-14, by Katsumi Yamaoka
-
Merge from mainline.2010-09-14, by Katsumi Yamaoka
-
Merge from mainline.2010-09-14, by Katsumi Yamaoka
-
Merge from mainline.2010-09-13, by Katsumi Yamaoka
-
Merge from mainline.2010-09-12, by Katsumi Yamaoka
-
Merge from mainline.2010-09-10, by Katsumi Yamaoka
-
Fix typos in comments and ChangeLogs.2010-09-14, by Juanma Barranquero
-
src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.2010-09-14, by Juanma Barranquero
-
* xml.c (parse_string): Renamed to parse_string(), since that's2010-09-14, by Lars Magne Ingebrigtsen
-
Explicitly pass `obarray' to `unintern' to avoid a warning.2010-09-14, by Juanma Barranquero
-
Merge changes from emacs-23 branch.2010-09-14, by Juanma Barranquero
-
* subr.el (unintern): Declare the obarray arg mandatory.2010-09-14, by Stefan Monnier
-
Doc fixes related to diary-sort-entries.2010-09-14, by Glenn Morris
-
Tiny calendar.texi update.2010-09-14, by Glenn Morris
-
* lisp/calendar/appt.el (appt-check): Doc fix.2010-09-14, by Glenn Morris
-
Fix bug#6999.2010-09-14, by Glenn Morris
-
simple.el (line-move-visual): Do not truncate goal column to integer size.2010-09-12, by David Reitter
-
Fix bug 7013, only do send event if wanted state != current state.2010-09-12, by Jan D
-
Update name of <emacs-bugs-7626@cbane.org>2010-09-12, by Stefan Monnier
-
Various updates for the Bugs section of the manual.2010-09-12, by Glenn Morris
-
* repeat.el (repeat): Allow repeating when the last event is a click.2010-09-11, by Stefan Monnier
-
* vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):2010-09-11, by Stefan Monnier
-
* lisp/font-lock.el (font-lock-beginning-of-syntax-function):2010-09-11, by Stefan Monnier
-
* src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).2010-09-11, by Stefan Monnier
-
* lisp/url/url-cache (url-store-in-cache): Make `buff' argument really optional.2010-09-11, by Glenn Morris
-
Close bug#6211.2010-09-10, by Glenn Morris
-
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.2010-09-09, by Glenn Morris
-
* lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)2010-09-09, by Glenn Morris
-
Close bug#6976.2010-09-08, by Glenn Morris
-
coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.2010-09-08, by Kenichi Handa
-
coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.2010-09-07, by Kenichi Handa
-
coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.2010-09-08, by Kenichi Handa
-
merge emacs-232010-09-07, by Kenichi Handa
-
coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.2010-09-07, by Kenichi Handa
-
Fixed up nnrss group activation, and removed moreover stuff.2010-09-14, by Katsumi Yamaoka
-
lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.2010-09-14, by Juanma Barranquero
-
* xml.c (Fxml_parse_string, Fxml_parse_string): Revert last2010-09-14, by Andreas Schwab
-
time-date.el (format-seconds): Comment fix.2010-09-14, by Katsumi Yamaoka
-
gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.2010-09-14, by Katsumi Yamaoka
-
* xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters2010-09-14, by Lars Magne Ingebrigtsen
-
Check that the libxml2 we found can be used. This fixes a conf2010-09-14, by Lars Magne Ingebrigtsen
-
SQL Mode 2.7: Code cleanup and primatives for SQL redirection2010-09-13, by Michael Mauger
-
Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.2010-09-13, by Lars Magne Ingebrigtsen
-
Port tramp-related Makefile changes of revnos 101381, 101422 to Windows.2010-09-13, by Juanma Barranquero
-
* NEWS: Some Tramp methods are discontinued.2010-09-13, by Michael Albinus
-
* tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and2010-09-13, by Michael Albinus
-
Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.2010-09-13, by Michael Albinus
-
* configure.in (HAVE_LIBXML2): Check that the libxml2 we found can2010-09-13, by Lars Magne Ingebrigtsen
-
Revert revno 101418 by Bob Chassel.2010-09-13, by Eli Zaretskii
-
epa-file: suppress file-locking question on M-x revert-buffer2010-09-13, by Daiki Ueno
-
10-09-132010-09-13, by Robert J. Chassell
-
* notifications.el (notifications-notify): Add support for2010-09-13, by Michael Albinus
-
* xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.2010-09-12, by Lars Magne Ingebrigtsen
-
* lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key.2010-09-12, by Stefan Monnier
-
* lisp/net/rcirc.el (rcirc-server-commands, rcirc-client-commands)2010-09-12, by Stefan Monnier
-
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Tweak previous change.2010-09-11, by Glenn Morris
-
Close bug#4196.2010-09-11, by Glenn Morris
-
* doc/lispref/syntax.texi (Syntax Flags): Document new `c' flag.2010-09-11, by Stefan Monnier
-
SQL Mode, Version 2.62010-09-11, by Michael Mauger
-
Remove some obsolete files from etc/.2010-09-11, by Glenn Morris
-
lisp/url tiny fixes.2010-09-11, by Glenn Morris
-
Merge changes made in Gnus trunk.2010-09-11, by Katsumi Yamaoka
-
New syntax-propertize functionality.2010-09-10, by Stefan Monnier
-
* NEWS: Mention the new libxml2 functions.2010-09-10, by Lars Magne Ingebrigtsen
-
Remove some trailing white space.2010-09-10, by Lars Magne Ingebrigtsen
-
Add support for the libxml2 library.2010-09-10, by Lars Magne Ingebrigtsen
-
ispell.el: Improve comments. XEmacs compatibility changes.2010-09-10, by Agustin martin
-
gnus-start.el (gnus-read-active-for-groups): Check only subscribed groups.2010-09-10, by Katsumi Yamaoka
-
gnus-start.el (gnus-read-active-for-groups): Check only subscribed groups.2010-09-10, by Katsumi Yamaoka
-
Merge from mainline.2010-09-10, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk.2010-09-10, by Katsumi Yamaoka
-
Remove pop3-movemail and rename pop3-streaming-movemail to pop3-movemail.2010-09-10, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and don't restrict end-tag searches to the end of the line.2010-09-10, by Katsumi Yamaoka
-
Merge from mainline.2010-09-09, by Katsumi Yamaoka
-
Merge from mainline.2010-09-09, by Katsumi Yamaoka
-
* net/tramp-cache.el (tramp-parse-connection-properties): Set2010-09-09, by Michael Albinus
-
* tramp.texi: Remove Japanese manual. Fix typo.2010-09-09, by Michael Albinus
-
Merge from mainline.2010-09-09, by Katsumi Yamaoka
-
* make-dist: No more TODO files under lisp/.2010-09-09, by Glenn Morris
-
* lisp/nxml/TODO: Remove.2010-09-09, by Glenn Morris
-
* README.imagemagick: Remove.2010-09-09, by Glenn Morris
-
Tiny image.el fixes.2010-09-09, by Glenn Morris
-
* etc/NEWS: Misc fixes for ImageMagick section.2010-09-09, by Glenn Morris
-
* doc/lispref/display.texi (ImageMagick Images): General cleanup.2010-09-09, by Glenn Morris
-
* doc/misc/org.texi: Restore clobbered changes (copyright years, untabify).2010-09-09, by Glenn Morris
-
* doc/emacs/xresources.texi: Untabify.2010-09-09, by Glenn Morris
-
Merge changes made in Gnus trunk:2010-09-09, by Katsumi Yamaoka
-
gnus-html.el: Allow showing the ALT text of images and to browse the images themselves.2010-09-08, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-schedule-image-fetching): Decode entities before feeding URLs to curl.2010-09-08, by Katsumi Yamaoka
-
Merge from mainline.2010-09-08, by Katsumi Yamaoka
-
Merge from mainline.2010-09-07, by Katsumi Yamaoka
-
Merge from mainline.2010-09-07, by Katsumi Yamaoka
-
Merge from mainline.2010-09-07, by Katsumi Yamaoka
-
Merge from mainline.2010-09-07, by Katsumi Yamaoka
-
Misc cleanups and simplifications.2010-09-08, by Stefan Monnier
-
* lisp/simple.el (blink-matching-open): Don't burp if we can't find a match.2010-09-08, by Stefan Monnier
-
Very minor bytecomp fix.2010-09-08, by Glenn Morris
-
* emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore dir-locals-file.2010-09-08, by Glenn Morris
-
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):2010-09-08, by Stefan Monnier
-
textmodes/ispell.el (ispell-valid-dictionary-list): Simplify logic.2010-09-08, by Agustin martin
-
Migrate to Tramp 2.2. Rearrange load dependencies.2010-09-08, by Michael Albinus
-
Make sure original ispell arg list is initialized in (ispell-start-process).2010-09-07, by Agustin martin
-
gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and internal images as deletable by `W D D'.2010-09-07, by Katsumi Yamaoka
-
gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling; (gnus-async-article-callback): Fix typo.2010-09-07, by Katsumi Yamaoka
-
Merge changes made in Gnus trunk:2010-09-07, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the current line to work around bugs in the output from w3m.2010-09-07, by Katsumi Yamaoka
-
gnus-async.el (gnus-async-article-callback): Always prefetch images for groups that want that.2010-09-07, by Katsumi Yamaoka
-
nntp.el (nntp-wait-for-string): Supply a timeout for accept-process-output to ensure progress.2010-09-07, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which confuses the rest of the function.2010-09-06, by Katsumi Yamaoka
-
gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan' for the methods that support -retrieve-groups, too.2010-09-06, by Katsumi Yamaoka
-
nnml.el (nnml-save-nov): Remove some debugging-related messages.2010-09-06, by Katsumi Yamaoka
-
Merge from mainline.2010-09-06, by Katsumi Yamaoka
-
Merge from mainline.2010-09-06, by Katsumi Yamaoka
-
Merge from mainline.2010-09-06, by Katsumi Yamaoka
-
Merge from mainline.2010-09-05, by Katsumi Yamaoka
-
Merge from mainline.2010-09-03, by Katsumi Yamaoka
-
Merge from mainline.2010-09-03, by Katsumi Yamaoka
-
Merge from mainline.2010-09-03, by Katsumi Yamaoka
-
Merge from mainline.2010-09-02, by Katsumi Yamaoka
-
Merge from mainline.2010-09-02, by Katsumi Yamaoka
-
Merge from mainline.2010-09-02, by Katsumi Yamaoka
-
Merge from mainline.2010-09-02, by Katsumi Yamaoka
-
Merge from mainline.2010-09-01, by Katsumi Yamaoka
-
Merge from mainline.2010-09-01, by Katsumi Yamaoka
-
Merge from mainline.2010-08-31, by Katsumi Yamaoka
-
Merge from mainline.2010-08-31, by Katsumi Yamaoka
-
Merge changes from emacs-23 branch.2010-09-06, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-09-06, by Chong Yidong
-
Merge whitespace.el version 13.1 from trunk.2010-09-06, by Chong Yidong
-
Merge whitespace.el from trunk2010-09-06, by Chong Yidong
-
* doc/lispref/files.texi (Directory Names): Use \` rather than ^.2010-09-05, by Stefan Monnier
-
Regenerate configure2010-09-05, by Andreas Schwab
-
* emacs-lisp/rx.el (rx-any): Don't explode ranges that end in - or ].2010-09-05, by Stefan Monnier
-
* dired.texi (Dired Enter): Minor doc fix (Bug#6982).2010-09-04, by Chong Yidong
-
Revert last change.2010-09-04, by Chong Yidong
-
* frames.texi (Layout Parameters): Add cindex entries (Bug#6929).2010-09-04, by Chong Yidong
-
Update email of Roland Winkler <winkler@gnu.org>2010-09-02, by Stefan Monnier
-
* doc/emacs/misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)2010-09-02, by Glenn Morris
-
* desktop.el (desktop-path): Bump :version after 2009-09-15 change.2010-09-02, by Glenn Morris
-
pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".2010-09-06, by Katsumi Yamaoka
-
gnus-start.el (gnus-get-unread-articles): Fix up the last commit.2010-09-06, by Katsumi Yamaoka
-
gnus-start.el (gnus-get-unread-articles): Don't bother with groups that aren't going to be activated.2010-09-06, by Katsumi Yamaoka
-
gnus-html.el (gnus-article-html): Allow calling without specifying the handle. In that case, dissect the buffer first.2010-09-06, by Katsumi Yamaoka
-
gnus-sum.el (gnus-set-mode-line): Don\t pad the mode line string.2010-09-06, by Katsumi Yamaoka
-
nnimap.el (nnimap-open-connection): Revert the change that would look into authinfo for imaps instead of imap.2010-09-06, by Katsumi Yamaoka
-
imap.el (imap-mailbox-get): Revert last change for this function.2010-09-06, by Katsumi Yamaoka
-
nnimap.el (nnimap-debug): Removed; imap.el: Remove an optional buffer parameter from many functions.2010-09-06, by Katsumi Yamaoka
-
nnimap.el (nnimap-request-list): Servers may return \NoSelect case-insensitively.2010-09-05, by Katsumi Yamaoka
-
imap.el (imap-debug): Removed -- doesn't seem very useful.2010-09-05, by Katsumi Yamaoka
-
imap.el (imap-fetch-safe, imap-enable-exchange-bug-workaround): Removed.2010-09-05, by Katsumi Yamaoka
-
mail-source.el (mail-source-fetch): Don't message if we're fetching mail from a file, and the file doesn't exist.2010-09-05, by Katsumi Yamaoka
-
nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the .authinfo if we're using ssl connection.2010-09-05, by Katsumi Yamaoka
-
nnvirtual.el (nnvirtual-create-mapping): Use the active info we already have if we're in a main Gnus `g' run.2010-09-05, by Katsumi Yamaoka
-
gnus-start.el (gnus-method-rank): Get info for virtual groups last.2010-09-05, by Katsumi Yamaoka
-
Respect mouse-drag-copy-region upon mouse-3 region adjustment.2010-09-05, by David De La Harpe Golden
-
Improve ls date switch parsing in Dired (Bug#6987).2010-09-05, by Chong Yidong
-
* files.el (get-free-disk-space): Search more robustly for "available" column.2010-09-05, by Chong Yidong
-
gnus-start.el (gnus-method-rank): Replace equalp with equal.2010-09-05, by Katsumi Yamaoka
-
(nnmh-request-list-1): Bind `file'.2010-09-05, by Katsumi Yamaoka
-
Update to latest Unicode 6.0 beta data files.2010-09-05, by Juanma Barranquero
-
gnus-int.el (gnus-request-group): Indent.2010-09-05, by Katsumi Yamaoka
-
pop3.el (pop3-streaming-movemail): Always close the pop3 connection.2010-09-05, by Katsumi Yamaoka
-
gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc list.2010-09-05, by Katsumi Yamaoka
-
(pop3-display-message-size-flag): Removed -- everybody wants message sizes.2010-09-05, by Katsumi Yamaoka
-
gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local file once per `g' run.2010-09-05, by Katsumi Yamaoka
-
nnmh.el (nnmh-request-list-1): Output active lines also for empty directories. This makes the draft queue directory work.2010-09-05, by Katsumi Yamaoka
-
* lisp/electric.el (electric-indent-post-self-insert-function):2010-09-04, by Stefan Monnier
-
* lisp/emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch2010-09-04, by Stefan Monnier
-
Fix Ruby compilation error matching.2010-09-04, by Chong Yidong
-
Update cl-loaddefs.el2010-09-04, by Andreas Schwab
-
Check all lisp types in image loader2010-09-04, by Andreas Schwab
-
Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.2010-09-04, by Stefan Monnier
-
* emacs-lisp/package.el (package-directory-list): Only call file-name-nondirectory on a string.2010-09-04, by Chong Yidong
-
Avoid corrupting archive-contents file.2010-09-04, by Chong Yidong
-
gnus.texi (Adaptive Scoring): Fix typo.2010-09-04, by Katsumi Yamaoka
-
(gnus-html-show-images): If there are no images to show, then say so instead of bugging out.2010-09-04, by Katsumi Yamaoka
-
Fix display of composed R2L text on MS-Windows.2010-09-04, by Eli Zaretskii
-
* image.c (Fimagemagick_types): Doc fix.2010-09-04, by Andreas Schwab
-
Fix type mismatch in ImageMagick loader2010-09-04, by Andreas Schwab
-
* image.c (imagemagick_image_p): Replace bcopy by memcpy.2010-09-04, by Andreas Schwab
-
Update config.bat due to lisp/gnus/.dir-locals.el.2010-09-04, by Eli Zaretskii
-
Fix previous merge from Gnus trunk.2010-09-04, by Katsumi Yamaoka
-
gnus-html.el: Add the new command gnus-html-show-images.2010-09-04, by Katsumi Yamaoka
-
Added a .dir-locals.el file so that trailing whitespace is shown.2010-09-04, by Katsumi Yamaoka
-
Use SMIE's blink-paren for octave-mode.2010-09-03, by Stefan Monnier
-
* lisp/electric.el (electricity): New group.2010-09-03, by Stefan Monnier
-
* lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace2010-09-03, by Stefan Monnier
-
Provide blink-matching support to SMIE.2010-09-03, by Stefan Monnier
-
* lisp/simple.el (newline): Fix last change to properly remove itself from2010-09-03, by Stefan Monnier
-
gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.2010-09-03, by Katsumi Yamaoka
-
Make gnus-html work for XEmacs.2010-09-03, by Katsumi Yamaoka
-
gnus-ems.el: Make process-plist functions work.2010-09-03, by Katsumi Yamaoka
-
Add blink-matching-check-function and misc cleanups.2010-09-02, by Stefan Monnier
-
Fix lisp/ChangeLog entries.2010-09-02, by Jan D.
-
Set revert-buffer-function in Package Menu.2010-09-02, by Chong Yidong
-
gnus-html-rescale-image: Fix up typo in rescaling.2010-09-02, by Katsumi Yamaoka
-
ispell.el: better `default-directory' and kill-ispell-on-exit handling2010-09-02, by Agustin martin
-
* simple.el (kill-new): Call interprogram-cut-function with only one argument.2010-09-02, by Jan D
-
Forgor to save ChangeLog for previous commit.2010-09-02, by Jan D.
-
Remove cut buffer from documentation.2010-09-02, by Jan D.
-
Support for cut buffers has been removed.2010-09-02, by Jan D.
-
emoved cut-buffer code.2010-09-02, by Jan D.
-
Removed cut-buffer code.2010-09-02, by Jan D.
-
gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.2010-09-02, by Katsumi Yamaoka
-
gnus-article-html: Make work buffer multibyte for decoded contents.2010-09-02, by 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, by Katsumi Yamaoka
-
gnus-agent.el (gnus-agent-short-article, gnus-agent-long-article): Increase values for these two variables.2010-09-02, by Katsumi Yamaoka
-
merge changes in emacs-23 branch2010-09-02, by Kenichi Handa
-
merge trunk2010-09-02, by Kenichi Handa
-
merge trunk2010-09-02, by Kenichi Handa
-
merge trunk2010-09-02, by Kenichi Handa
-
merge trunk2010-09-02, by Kenichi Handa
-
merge changes in emacs-23 branch2010-09-01, by Kenichi Handa
-
Fix handling of 8-bit characters in a display table.2010-08-31, by Kenichi Handa
-
Fix handling of 8-bit characters in a display table.2010-08-31, by Kenichi Handa
-
term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.2010-08-29, by Kenichi Handa
-
merge emacs-232010-08-29, by Kenichi Handa
-
term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.2010-08-29, by Kenichi Handa
-
merge emacs-232010-08-28, by Kenichi Handa
-
* etc/ChangeLog: Whitespace.2010-08-28, by Glenn Morris
-
* etc/ChangeLog: Mark tiny change.2010-08-28, by Glenn Morris
-
quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.2010-08-28, by Kenichi Handa
-
merge emacs-232010-08-27, by Kenichi Handa
-
Sync with Tramp 2.1.19.2010-08-26, by Michael Albinus
-
Sync with Tramp 2.1.19.2010-08-26, by Michael Albinus
-
play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).2010-08-26, by Juanma Barranquero
-
* emacs.1: Mention "maximized" value for the "fullscreen" X resource.2010-08-26, by Chong Yidong
-
* simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).2010-08-26, by Chong Yidong
-
quail/japanese.el (quail-japanese-update-translation): Fix handling of invalid key.2010-08-28, by Kenichi Handa
-
merge trunk2010-08-26, by Kenichi Handa
-
* progmodes/python.el (python-block-pairs): Allow use of "finally" with "else" (Bug#3991).2010-08-23, by Chong Yidong
-
* emacs3.py: Import imp module and use it (Bug#5756).2010-08-22, by Chong Yidong
-
Handle multiple entries in some RCIRC commands (Bug#6894).2010-08-22, by Chong Yidong
-
gnus-html.el (gnus-html-rescale-image): Yet another try at getting the image sizing right.2010-09-02, by Katsumi Yamaoka
-
Delete all trailing white space.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Remove all <pre_int> place holders.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el: prefix log messages with function name2010-09-02, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-wash-tags): Check the value ofgnus-blocked-images in the summary buffer.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el: Doc fix for gnus-html-image-url-blocked-p.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el (gnus-html-image-url-blocked-p): Say in the message what the regexp really is.2010-09-02, by Katsumi Yamaoka
-
Remove arch-tags from all files, since these are no longer needed.2010-09-02, by Katsumi Yamaoka
-
Remove nnlistserv, nnwfm and related code.2010-09-02, by Katsumi Yamaoka
-
Remove nndb, nnkiboze and related code.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el: add and use gnus-html-image-url-blocked-p2010-09-02, by Katsumi Yamaoka
-
gnus-html.el: We can't rescale if we don't have the article buffer in a window.2010-09-02, by Katsumi Yamaoka
-
gnus-html.el: Try to get the rescaling logic right for images that are just wide and not tall.2010-09-02, by Katsumi Yamaoka
-
gnus.el, gnus-html.el: Use the deleted text as the image alt text.2010-09-02, by Katsumi Yamaoka
-
gnus.texi (HTML): Document gnus-max-image-proportion.2010-09-01, by Katsumi Yamaoka
-
gnus-html.el: Add extra logging.2010-09-01, by Katsumi Yamaoka
-
gnus-html.el: Delete the IMG_ALT region.2010-09-01, by Katsumi Yamaoka
-
merge emacs-232010-08-27, by Kenichi Handa
-
merge trunk2010-09-01, by Kenichi Handa
-
Fix up some byte-compiler warnings.2010-09-01, by Stefan Monnier
-
* lisp/simple.el (blink-paren-function): Move from C to here.2010-09-01, by Stefan Monnier
-
* lisp/emacs-lisp/pcase.el (pcase-split-memq): Overenthusiastic optimisation.2010-09-01, by Stefan Monnier
-
gnus-article-html: Decode contents by charset.2010-09-01, by Katsumi Yamaoka
-
gnus-process-put: Fix previous commit.2010-09-01, by Katsumi Yamaoka
-
gnus-html-curl-sentinel: Replace process-get with gnus-process-get.2010-09-01, by Katsumi Yamaoka
-
Add compatibility functions gnus-process-get and gnus-process-put for Emacs 21 and XEmacs.2010-09-01, by Katsumi Yamaoka
-
Fix previous merge from Gnus trunk.2010-09-01, by Katsumi Yamaoka
-
Fix previous merge from Gnus trunk.2010-09-01, by Katsumi Yamaoka
-
Remove nnwarchive.el.2010-09-01, by Katsumi Yamaoka
-
Use nnimap-request-list-method instead of lsub directly; by Julien Danjou <julien@danjou.info>.2010-09-01, by Katsumi Yamaoka
-
Remove nnwarchive by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-09-01, by Katsumi Yamaoka
-
message.texi: Fix some syntax errors in the last check-in; by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-31, by Katsumi Yamaoka
-
* lisp/gnus/gnus-html.el: Require pkgs that define macros used in this file.2010-08-31, by Stefan Monnier
-
* src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.2010-08-31, by Stefan Monnier
-
* textmodes/nroff-mode.el (nroff-view): New command.2010-08-31, by Chong Yidong
-
* src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.2010-08-31, by Chong Yidong
-
* lisp/emacs-lisp/smie.el (smie-down-list): New command.2010-08-31, by Stefan Monnier
-
Remove old indentation and navigation code on octave-mode.2010-08-31, by Stefan Monnier
-
Bump custom version of some user options of which the default values changed.2010-08-31, by Katsumi Yamaoka
-
Bump custom version of some user options of which the default values changed.2010-08-31, by Katsumi Yamaoka
-
Merge from mainline.2010-08-31, by Katsumi Yamaoka
-
Merge from mainline.2010-08-31, by Katsumi Yamaoka
-
Merge from mainline.2010-08-30, by Katsumi Yamaoka
-
Merge from mainline.2010-08-30, by Katsumi Yamaoka
-
Merge from mainline.2010-08-30, by Katsumi Yamaoka
-
Merge from mainline.2010-08-29, by Katsumi Yamaoka
-
Merge from mainline.2010-08-27, by Katsumi Yamaoka
-
Fix several Package Menu and Finder bugs.2010-08-31, by Chong Yidong
-
gnus-html.el: require mm-url; by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-31, by Katsumi Yamaoka
-
Fix previous merge from Gnus trunk.2010-08-31, by Katsumi Yamaoka
-
Remove the `w' and `i' summary keybindings, since they aren't useful; by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-31, by 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, by Katsumi Yamaoka
-
gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-31, by Katsumi Yamaoka
-
Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-31, by Katsumi Yamaoka
-
Remove the unused nnslashdot backend by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Limit the undo actions to 100 actions by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Protect against not having completion-styles bound by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Make html image insertion probably work for XEmacs, too by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Use SMIE for octave-mode.2010-08-30, by Stefan Monnier
-
Fix bug #6944.2010-08-30, by Eli Zaretskii
-
* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take2010-08-30, by Stefan Monnier
-
Use with-silent-modifications.2010-08-30, by Stefan Monnier
-
Use `declare' in defmacros.2010-08-30, by Stefan Monnier
-
* src/marker.c (Fcopy_marker): Make the first arg optional.2010-08-30, by Stefan Monnier
-
gnus.texi (Drafts): Mention B DEL by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Add a new super-simple HTML renderer based on w3m -halfdump by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
Misc Gnus fixes by Lars Magne Ingebrigtsen <larsi@gnus.org>.2010-08-30, by Katsumi Yamaoka
-
composite.c (composition_update_it): Fix previous change2010-08-30, by Kenichi Handa
-
composite.c (composition_update_it): Fix computing of cmp_it->width.2010-08-30, by Kenichi Handa
-
composite.c (composition_update_it): Fix previous change2010-08-30, by Kenichi Handa
-
composite.c (composition_update_it): Fix computing of cmp_it->width.2010-08-30, by Kenichi Handa
-
merge trunk2010-08-30, by Kenichi Handa
-
Merge Finder and package-menu functionality.2010-08-29, by Chong Yidong
-
Add "Version:" and "Package:" Lisp file headers.2010-08-29, by Chong Yidong
-
Add "Package:" file headers to denote built-in packages.2010-08-29, by Chong Yidong
-
* nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.2010-08-29, by Jan D
-
Let version-to-list handle versions like "10.3d".2010-08-29, by Chong Yidong
-
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.2010-08-28, by Stefan Monnier
-
Improve ELisp manual to fix bug #6929.2010-08-28, by Eli Zaretskii
-
msdos/ChangeLog: Document the change in revno 101167.2010-08-27, by Eli Zaretskii
-
Adjust type declaration.2010-08-27, by Vinicius Jose Latorre
-
Adjust type declaration.2010-08-27, by Vinicius Jose Latorre
-
gnus-summary-(move,delete)-article: Save excursion while copying, moving,2010-08-27, by Katsumi Yamaoka
-
gnus-summary-(move,delete)-article: Save excursion while copying, moving,2010-08-27, by Katsumi Yamaoka
-
Merge from mainline.2010-08-26, by Katsumi Yamaoka
-
Merge from mainline.2010-08-25, by Katsumi Yamaoka
-
Merge from mainline.2010-08-24, by Katsumi Yamaoka
-
Merge from mainline.2010-08-23, by Katsumi Yamaoka
-
Merge from mainline.2010-08-22, by Katsumi Yamaoka
-
Merge from mainline.2010-08-19, by Katsumi Yamaoka
-
Merge from mainline.2010-08-19, by Katsumi Yamaoka
-
Merge from mainline.2010-08-18, by Katsumi Yamaoka
-
* progmodes/js.el: Make indentation more customizable (Bug#6914).2010-08-26, by Chong Yidong
-
Avoid using font-lock properties to indent in sh-get-indent-info.2010-08-26, by Chong Yidong
-
server.el (server-visit-files): Run pre-command-hook and2010-08-26, by David Reitter
-
Sync with Tramp 2.1.19.2010-08-26, by Michael Albinus
-
Sync with Tramp 2.1.19.2010-08-26, by Michael Albinus
-
Improvements to describe-package buffer.2010-08-26, by Chong Yidong
-
xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.2010-08-26, by Kenichi Handa
-
xdisp.c (compute_stop_pos): Pay attention to bidi scan direction on calling composition_compute_stop_pos.2010-08-26, by Kenichi Handa
-
Add Arabic support.2010-08-26, by Kenichi Handa
-
merge trunk2010-08-26, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
Add Arabic support.2010-08-25, by Kenichi Handa
-
* vol2.texi (Top): Update.2010-08-25, by Tom Tromey
-
* menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter on all frames.2010-08-25, by Jan D
-
fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.2010-08-25, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
Fix last change in processes.texi.2010-08-25, by Eli Zaretskii
-
Allow composition striding over PT.2010-08-25, by Kenichi Handa
-
fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf.2010-08-25, by Kenichi Handa
-
Allow composition striding over PT.2010-08-25, by Kenichi Handa
-
Fix finding a stop position for composition.2010-08-25, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
merge trunk2010-08-25, by Kenichi Handa
-
Fix finding a stop position for composition.2010-08-25, by Kenichi Handa
-
Fix some bugs. New version 13.1.2010-08-25, by Vinicius Jose Latorre
-
* emacs-lisp/package.el (list-packages): Alias for package-list-packages.2010-08-24, by Chong Yidong
-
* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix2010-08-24, by Chong Yidong
-
Fix filter functions discussion in Lisp manual.2010-08-24, by Chong Yidong
-
* progmodes/ruby-mode.el (ruby): Add defgroup.2010-08-24, by Chong Yidong
-
* lisp/progmodes/python.el: Add Ipython support (Bug#5390).2010-08-24, by Chong Yidong
-
Avoid clobbering primary selection when switching frames (Bug#6872).2010-08-24, by Chong Yidong
-
* NEWS: dbus.el supports alternative buses.2010-08-23, by Michael Albinus
-
* dbus.texi (Alternative Buses): New chapter.2010-08-23, by Michael Albinus
-
* net/dbus.el: Accept UNIX domain sockets as bus address.2010-08-23, by Michael Albinus
-
* dbusbind.c: Accept UNIX domain sockets as bus address.2010-08-23, by Michael Albinus
-
Fix configure checks2010-08-23, by Andreas Schwab
-
src/ChangeLog: Fix typos.2010-08-23, by Juanma Barranquero
-
* ido.el (ido-use-virtual-buffers): Fix typo in docstring.2010-08-23, by Juanma Barranquero
-
Move reading an extended command to Elisp (bug#5364, bug#5214).2010-08-22, by Juri Linkov
-
Make obsolete --unibyte argument do nothing (Bug#6886).2010-08-22, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-08-22, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-08-22, by Chong Yidong
-
Fix dependencies according to revno 101162.2010-08-22, by Eli Zaretskii
-
Fix dependencies according to revno 101162.2010-08-22, by Eli Zaretskii
-
Fix the w32 build after revno 101162.2010-08-22, by Eli Zaretskii
-
Clean up and ANSIfy unexcoff.c.2010-08-22, by Eli Zaretskii
-
Simplify termio code.2010-08-22, by Dan Nicolaescu
-
Doc fix for define-minor-mode (Bug#6880).2010-08-22, by Chong Yidong
-
Merge latest whitespace.el changes from trunk (Bug#6172).2010-08-22, by Chong Yidong
-
merge whitespace.el change from trunk2010-08-22, by Chong Yidong
-
Fix buffer-list rename&refresh after after killing a buffer in ido.2010-08-21, by Stefan Monnier
-
* progmodes/make-mode.el (makefile-fill-paragraph): Account for the2010-08-21, by Stefan Monnier
-
* subr.el (read-key): Don't echo keystrokes.2010-08-21, by Stefan Monnier
-
* doc/emacs/misc.texi (Amusements): Mention bubbles and animate.2010-08-21, by Glenn Morris
-
* lisp/menu-bar.el (menu-bar-games-menu): Add landmark.2010-08-21, by Glenn Morris
-
Minor align-regexp fix.2010-08-20, by Glenn Morris
-
Fix rmail-forward with non-sendmail sending function.2010-08-20, by Glenn Morris
-
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).2010-08-19, by Chong Yidong
-
* lisp/subr.el (read-key): Don't hide the menu-bar entries.2010-08-19, by Stefan Monnier
-
lisp/ChangeLog: Remove merge markers.2010-08-18, by Juanma Barranquero
-
* progmodes/flymake.el (flymake-start-syntax-check-process): Use2010-08-18, by Michael Albinus
-
files.el: Add word-wrap as safe local variable.2010-08-18, by Kenichi Handa
-
files.el: Add word-wrap as safe local variable.2010-08-18, by Kenichi Handa
-
merge emacs-232010-08-18, by Kenichi Handa
-
* lisp/woman.el (woman-translate): Case matters. (Bug#6849)2010-08-18, by Glenn Morris
-
* eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP2010-08-17, by Andreas Schwab
-
Avoid stack overflow in let, eval, and apply (Bug#6214).2010-08-17, by Chong Yidong
-
* quail/vntelex.el ("vietnamese-telex"): Doc fix.2010-08-15, by Andreas Schwab
-
* quail/georgian.el: Remove extra backslashes.2010-08-15, by Andreas Schwab
-
* simple.el (kill-region): Doc fix (Bug#6787).2010-08-14, by Chong Yidong
-
Avoid mismatching parens2010-08-14, by Andreas Schwab
-
* quail/greek.el ("greek", "greek-postfix"): Change string to2010-08-14, by Andreas Schwab
-
* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.2010-08-14, by Jan D
-
* lisp/calendar/diary-lib.el: Bump custom :version for previous change.2010-08-14, by Glenn Morris
-
Minor diary-lib.el fix.2010-08-14, by Glenn Morris
-
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.2010-08-13, by Jan D
-
quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.2010-08-13, by Kenichi Handa
-
merge emacs-232010-08-13, by Kenichi Handa
-
* subr.el (ignore-errors): Add debug declaration.2010-08-11, by Andreas Schwab
-
* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New2010-08-09, by Dan Nicolaescu
-
quail/greek.el ("greek"): Add rules for Greek style quotes.2010-08-09, by Kenichi Handa
-
quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.2010-08-13, by Kenichi Handa
-
merge emacs-232010-08-09, by Kenichi Handa
-
quail/greek.el ("greek"): Add rules for Greek style quotes.2010-08-09, by Kenichi Handa
-
* whitespace.el (whitespace-color-off): Remove post-command-hook locally.2010-08-09, by Chong Yidong
-
Clean up unexcoff.c.2010-08-22, by Eli Zaretskii
-
Insert bug number.2010-08-21, by Vinicius Jose Latorre
-
* cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).2010-08-21, by Chong Yidong
-
* lisp/vc/add-log.el (add-log-file-name): Don't get confused by symlinks.2010-08-21, by Stefan Monnier
-
xdisp.c: Fix typo in a comment in note_tool_bar_highlight.2010-08-21, by Eli Zaretskii
-
Fix mirroring pixel positions on GUI terminals.2010-08-21, by Eli Zaretskii
-
Cleanups and fixes for mouse-save-then-kill and mouse-secondary-save-then-kill.2010-08-21, by Chong Yidong
-
Fix slow cursor movement.2010-08-21, by Vinicius Jose Latorre
-
ChangeLog fixes.2010-08-21, by Glenn Morris
-
Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.2010-08-20, by Dan Nicolaescu
-
Small src/puresize.h cleanup.2010-08-20, by Dan Nicolaescu
-
* src/term.c: Do not include <termios.h>, systty.h does it.2010-08-20, by Dan Nicolaescu
-
Remove redundant HAVE_TCATTR defines.2010-08-20, by Dan Nicolaescu
-
Fix last change in buffer_posn_from_coords for text terminals.2010-08-20, by Eli Zaretskii
-
Fix last change in buffer_posn_from_coords for text terminals.2010-08-20, by Eli Zaretskii
-
Fix the MSDOS build broken by the ImageMagick support.2010-08-20, by Eli Zaretskii
-
Fix the MSDOS build broken by the ImageMagick support.2010-08-20, by Eli Zaretskii
-
Add cross-references regarding POSITION of mouse events.2010-08-20, by Eli Zaretskii
-
imagemagick merge2010-08-20, by joakim
-
merge from upstream2010-08-20, by joakim
-
Fix version string in top-level MSDOS Makefile.2010-08-20, by Eli Zaretskii
-
Fix version string in top-level MSDOS Makefile.2010-08-20, by Eli Zaretskii
-
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs2010-08-20, by joakim
-
xdisp.c: Add commentary about iterator geometry in R2L paragraphs.2010-08-20, by Eli Zaretskii
-
Fix mouse clicks, drag, and highlight in R2L lines.2010-08-20, by Eli Zaretskii
-
* image.c (imagemagick_clear_image): Remove debugging output.2010-08-20, by Andreas Schwab
-
* lisp/files.el (locate-file-completion-table): Only list the .el and .elc2010-08-19, by Stefan Monnier
-
nt/addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.2010-08-19, by Juanma Barranquero
-
(set_frame_menubar): Remove call to undefined function.2010-08-19, by Jason Rumney
-
New post-self-insert-hook.2010-08-19, by Stefan Monnier