Mercurial > emacs
graph
-
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
-
(w32_wnd_proc): Don't check context before initializing.2010-08-19, by Jason Rumney
-
* lisp/simple.el (blink-matching-open): Obey forward-sexp-function.2010-08-19, by Stefan Monnier
-
merge the imagemagick branch to trunk2010-08-19, by Joakim
-
upstream merge2010-08-19, by Joakim
-
some minor cosmetic fixes in comments2010-08-19, by Joakim
-
fix some accidental whitespace changes2010-08-19, by Joakim
-
merge from trunk, no conflicts2010-08-18, by Joakim
-
documentation changes2010-08-18, by Joakim
-
minor cleanup2010-08-18, by Joakim
-
merge from trunk2010-08-17, by Joakim
-
some more docs and polish2010-07-10, by Joakim
-
some README changes2010-07-01, by Joakim
-
reworked :index functionality a bit so its faster2010-07-01, by Joakim
-
support for fit-width2010-06-27, by Joakim
-
documented some more2010-06-21, by Joakim
-
improved lisp interface to scaling, doc changed acordingly2010-06-17, by Joakim
-
doc improvement2010-06-15, by Joakim
-
attempt at Changelog entry, see README.imagemagick2010-06-14, by Joakim
-
cosmetics, and changing of defconst to defcustom2010-06-14, by Joakim
-
mostly cosmetic, moving { instances, changing indentation accordingly.2010-06-14, by Joakim
-
merged from trunk2010-06-14, by Joakim
-
changed looping according to feedback from stefan monnier2010-06-14, by Joakim
-
configure support for MagickExportImagePixels and README2010-05-14, by Joakim
-
image count2010-05-14, by Joakim
-
initial support for supplying image count property for image bundles2010-05-14, by Joakim
-
make configure.in less particular about themagickwand version2010-05-13, by Joakim
-
merge and fixes2010-05-13, by Joakim
-
initial imagemagick readme2010-05-12, by Joakim
-
merge from trunk2010-04-15, by Joakim
-
merge from trunk2010-04-03, by Joakim
-
imagemagick patch5 + minor mods2010-04-02, by joakim
-
* nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".2010-08-19, by Jan D
-
Fix previous Org change.2010-08-19, by Glenn Morris
-
* lisp/simple.el (prog-mode-map): New var.2010-08-18, by Stefan Monnier
-
xterm.c (x_draw_bar_cursor): Fix last change.2010-08-18, by Eli Zaretskii
-
bidi.c (bidi_level_of_next_char): Fix commentary regarding reordering of PDF.2010-08-18, by Eli Zaretskii
-
Fix display of bar cursor on right-to-left text.2010-08-18, by Eli Zaretskii
-
* lisp/progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.2010-08-18, by Stefan Monnier
-
Reindent smie.el2010-08-18, by Stefan Monnier
-
* smie.el (smie-forward-sexp-command): Fix typo.2010-08-18, by Stefan Monnier
-
* lisp/progmodes/prolog.el (smie): Require.2010-08-18, by Stefan Monnier
-
Try and remove some of SMIE's black magic by generalizing some rules.2010-08-18, by Stefan Monnier
-
* lisp/emacs-lisp/autoload.el (make-autoload): Preload the macros's2010-08-18, by Stefan Monnier
-
* casefiddle.c (casify_region): Setup gl_state.2010-08-18, by Stefan Monnier
-
* nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).2010-08-18, by Jan D
-
create-animated-image: Don't add heuristic mask to image (Bug#6839).2010-08-18, by Katsumi Yamaoka
-
create-animated-image: Don't add heuristic mask to image (Bug#6839).2010-08-18, by Katsumi Yamaoka
-
Merge from mainline.2010-08-18, by Katsumi Yamaoka
-
Merge from mainline.2010-08-18, by Katsumi Yamaoka
-
Merge from mainline.2010-08-17, by Katsumi Yamaoka
-
Merge from mainline.2010-08-16, by Katsumi Yamaoka
-
Merge from mainline.2010-08-15, by Katsumi Yamaoka
-
Add bug ref to placeholder NEWS entry.2010-08-18, by Glenn Morris
-
* gtkutil.c (update_frame_tool_bar): Literal stings are const char*.2010-08-18, by Jan D
-
Use CLIPBOARD and PRIMARY on NS (Bug#6677).2010-08-18, by Jan D
-
Add NEWS placeholder.2010-08-18, by Glenn Morris
-
Fix some more Org `check-declare' issues.2010-08-18, by Glenn Morris
-
Fix typo in previous gnus-sum.el change.2010-08-18, by Glenn Morris
-
* src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL2010-08-17, by Stefan Monnier
-
* nsfns.m (ns_frame_parm_handlers): Add a slot for the2010-08-17, by Jan D
-
* lisp/emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.2010-08-17, by Stefan Monnier
-
Fix bug #6796.2010-08-17, by Eli Zaretskii
-
* lisp/newcomment.el (comment-add): Move comment to docstring.2010-08-17, by Stefan Monnier
-
Restore lisp/ChangeLog entries clobbered in r101106.2010-08-17, by Glenn Morris
-
Font-lock '...' strings, plus various simplifications and fixes.2010-08-17, by Stefan Monnier
-
Add command C-c m in report-emacs-bug that puts the bug into preferred mailer.2010-08-17, by Jan D.
-
Add ability to use xdg-open, i.e. your desktop default browser.2010-08-17, by Jan D.
-
Fix some Org errors revealed by `make check-declare'.2010-08-17, by Glenn Morris
-
Silence more Gnus compiler warnings.2010-08-17, by Glenn Morris
-
Silence some Gnus compiler warnings.2010-08-17, by Glenn Morris
-
Silence some cc-mode compiler warnings.2010-08-17, by Glenn Morris
-
Minor icalendar fix.2010-08-17, by Glenn Morris
-
* net/tramp.el (tramp-handle-make-symbolic-link): Flush file2010-08-17, by Michael Albinus
-
* nsselect.m (syms_of_nsselect): Don't intern QPRIMARY.2010-08-16, by Jan D
-
nsselect.m: include keyboard.h for QPRIMARY, remove its declaration (Bug#6863).2010-08-16, by Jan D
-
Don't define QPRIMARY twice.2010-08-16, by Jan D.
-
Don't always log RCIRC process buffers to disk (Bug#6828).2010-08-16, by Chong Yidong
-
Let all active regions set the primary selection.2010-08-16, by Chong Yidong
-
Fix mouse dragging of words and lines (Bug#6840).2010-08-16, by Chong Yidong
-
gnus-start-draft-setup: Move doc string forward.2010-08-15, by Katsumi Yamaoka
-
gnus-start-draft-setup: Move doc string forward.2010-08-15, by Katsumi Yamaoka
-
Merge from mainline.2010-08-15, by Katsumi Yamaoka
-
Merge from mainline.2010-08-11, by Katsumi Yamaoka
-
Merge from mainline.2010-08-10, by Katsumi Yamaoka
-
Merge from mainline.2010-08-09, by Katsumi Yamaoka
-
Merge from mainline.2010-08-08, by Katsumi Yamaoka
-
Merge from mainline.2010-08-08, by Katsumi Yamaoka
-
* keyboard.c (parse_tool_bar_item): Put in a bad label if :label2010-08-15, by Jan D
-
* keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.2010-08-15, by Andreas Schwab
-
Potential buffer overrun and uninit variable fixed, bug 6855.2010-08-15, by Jan D
-
Give Ruby compilation rule a lower priority than Gnu (Bug#6778).2010-08-15, by Chong Yidong
-
Add four macros to lisp-font-lock-keywords-2 (Bug#6025).2010-08-14, by Chong Yidong
-
Fix ChangeLog entry in last commit.2010-08-14, by Chong Yidong
-
Save window excursion before prompting in copyright-update-* (Bug#5394).2010-08-14, by Chong Yidong
-
* lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).2010-08-14, by Chong Yidong
-
Allow delayed autojoin in ERC (Bug#5521).2010-08-14, by Chong Yidong
-
Typo fix "hoo4a" -> "hook".2010-08-14, by Katsumi Yamaoka
-
Minor doc fix.2010-08-14, by Chong Yidong
-
Fix bug #6689 with mouse-2 pasting on Windows.2010-08-14, by Eli Zaretskii
-
Fix cursor drawing on stretch glyphs in R2L lines.2010-08-14, by Eli Zaretskii
-
Fix current-bidi-paragraph-direction within whitespace chars.2010-08-14, by Eli Zaretskii
-
Ammended for bug fix on the loader nunion.2010-08-14, by Katsumi Yamaoka
-
Doc fixes and keep unknown groups.2010-08-14, by Katsumi Yamaoka
-
Minor fixes in TUTORIAL.he.2010-08-14, by Eli Zaretskii
-
(lispy_function_keys): Do not define VK_PACKET (bug#4836)2010-08-14, by Jason Rumney
-
* lisp/gnus/gnus-sync.el (gnus-sync): Fix defgroup version.2010-08-14, by Glenn Morris
-
* fns.c (Fmake_hash_table): Doc fix (Bug#6851).2010-08-14, by Chong Yidong
-
Fix for bug#5629: Use unicode message box if available.2010-08-13, by Jason Rumney
-
Fix handling of tool-bar-position, also put into default-frame-alist.2010-08-13, by Jan D
-
Fix compilation of xmenu.c and unexcoff.c, clean up MSDOS source files.2010-08-13, by Eli Zaretskii
-
Optimizations for gnus-sync.el.2010-08-13, by Katsumi Yamaoka
-
Minor bug fixes for gnus-sync.el.2010-08-13, by Katsumi Yamaoka
-
Minor bug fixes for gnus-sync.el.2010-08-13, by Katsumi Yamaoka
-
add lisp/gnus/gnus-sync.el2010-08-13, by Katsumi Yamaoka
-
Make saving and restoring of hidden threads work with overlays.2010-08-13, by Katsumi Yamaoka
-
Add new gnus-sync.el library.2010-08-13, by Katsumi Yamaoka
-
Make gnus-start-draft-setup interactive.2010-08-13, by Katsumi Yamaoka
-
Fix fallout from revno 100928, remove dead code in unexcoff.c.2010-08-13, by Eli Zaretskii
-
Fix -Wall compiler warnings in MSDOS sources.2010-08-13, by Eli Zaretskii
-
Fix compilation error in xmenu.c for non-toolkit builds.2010-08-13, by Eli Zaretskii
-
Shut up compiler warnings due to "char *" and "const char *".2010-08-13, by Eli Zaretskii
-
Fix typo.2010-08-13, by Jan D
-
Introduce a new comment style "c" flag.2010-08-12, by Stefan Monnier
-
(add_registry): Set path for runemacs.exe to use.2010-08-12, by Jason Rumney
-
Fix last change.2010-08-12, by Stefan Monnier
-
Misc code cleanup of octave-mode.el.2010-08-12, by Stefan Monnier
-
* lisp/progmodes/octave-mod.el (octave-mode-map): Use comment-dwim.2010-08-12, by Stefan Monnier
-
* doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.2010-08-12, by Stefan Monnier
-
* lisp/cus-edit.el (custom-save-variables, custom-save-faces): Fix up2010-08-12, by Stefan Monnier
-
* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.2010-08-11, by Jan D
-
Take colors for region face (selected text) from the Gtk+ theme.2010-08-11, by Jan D
-
Fix -Wwrite_strings in general and for Gtk+ specific code.2010-08-11, by Jan D
-
Fix -Wwrite-strings warnings in fakemail.c.2010-08-11, by Jan D
-
Use const char* for -Wwrite_strings.2010-08-11, by Jan D
-
* unexmacosx.c (unexec_error): Use const char *.2010-08-11, by Jan D
-
Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).2010-08-11, by Jan D
-
* lisp/emacs-lisp/pcase.el: Fix copyright header.2010-08-11, by Glenn Morris
-
Suppress continuation prompts in SQL interactive mode2010-08-10, by Michael Mauger
-
Fixed my ChangeLog entry of 2010-08-082010-08-10, by Ulf Jasper
-
* configure.in (AC_PREREQ): Require autoconf 2.65.2010-08-10, by Dan Nicolaescu
-
* lisp/emacs-lisp/pcase.el: New file.2010-08-10, by Stefan Monnier
-
* net/tramp.el (tramp-vc-registered-read-file-names): Read input2010-08-10, by Michael Albinus
-
language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.2010-08-10, by Kenichi Handa
-
merge trunk2010-08-10, by Kenichi Handa
-
Remove incorrect const use.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.2010-08-10, by Kenichi Handa
-
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.2010-08-09, by Dan Nicolaescu
-
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.2010-08-09, by Andreas Schwab
-
Use version-list-* functions in package.el.2010-08-09, by Chong Yidong
-
* configure.in (ORDINARY_LINK): Use on hpux* too.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the composable pattern.2010-08-09, by Kenichi Handa
-
Fix typo in lisp/ChangeLog2010-08-09, by Kenichi Handa
-
merge trunk2010-08-09, by Kenichi Handa
-
Use const char* instead of char*.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.2010-08-09, by Kenichi Handa
-
merge trunk2010-08-09, by Kenichi Handa
-
calc.texi (Customizing Calc): Rearrange description of new2010-08-09, by Jay Belanger
-
* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.2010-08-08, by Chong Yidong
-
Fix typos in ChangeLogs.2010-08-08, by Juanma Barranquero
-
Ensure that erc-toggle-debug-irc-protocol logs protocol data.2010-08-08, by Chong Yidong
-
Fix 2010-07-03 change to mouse-drag-track.2010-08-08, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-08-08, by Chong Yidong
-
Use const char* instead of char*.2010-08-08, by Dan Nicolaescu
-
Merge changes from emacs-23 branch2010-08-08, by Chong Yidong
-
Fix query-replace-regexp incomplete highlighting (Bug#6808).2010-08-08, by Chong Yidong
-
Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.2010-08-06, by Kenichi Handa
-
merge trunk2010-08-06, by Kenichi Handa
-
* emulation/pc-select.el: Fix typos in docstrings.2010-08-05, by Juanma Barranquero
-
* lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.2010-08-04, by Stefan Monnier
-
Improve the encoding by compound-text-with-extensions.2010-08-06, by Kenichi Handa
-
merge trunk2010-08-06, by Kenichi Handa
-
which-func.el (which-func-format): Split help-echo text into lines.2010-08-03, by Juanma Barranquero
-
* server.el (server-start): Force IPv4 and use literal 127.0.0.1.2010-08-03, by Juanma Barranquero
-
nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).2010-08-02, by Juanma Barranquero
-
* bindings.el (complete-symbol): Run completion-at-point as a fallback.2010-08-02, by Stefan Monnier
-
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.2010-08-02, by Stefan Monnier
-
* term.el: Fix typos in docstrings.2010-08-02, by Juanma Barranquero
-
* bindings.el (function-key-map): Add a S-tab => backtab fallback.2010-08-02, by Stefan Monnier
-
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.2010-08-01, by Juanma Barranquero
-
* org.texi (Footnotes, Tables in HTML export): Fix typos.2010-08-01, by Juanma Barranquero
-
* dabbrev.el (dabbrev-completion): Fix typo in docstring.2010-08-01, by Juanma Barranquero
-
* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.2010-08-01, by Stefan Monnier
-
* lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file (Bug#6762).2010-07-30, by Chong Yidong
-
fns.c: Doc fixes.2010-07-30, by Juanma Barranquero
-
align.el: Doc fixes.2010-07-30, by Juanma Barranquero
-
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.2010-07-29, by Juanma Barranquero
-
Document arguments passed to `read-buffer-function' (bug#5625).2010-07-28, by Juanma Barranquero
-
* PROBLEMS: Mention problem with Cygwin 1.5.19.2010-07-27, by Ken Brown
-
* dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.2010-07-27, by Ken Brown
-
Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.2010-08-04, by Kenichi Handa
-
merge emacs-232010-07-27, by Kenichi Handa
-
* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.2010-08-08, by Dan Nicolaescu
-
Cleanup xrdb.c.2010-08-08, by Dan Nicolaescu
-
Fixed bug#6766 (icalendar.el)2010-08-08, by Ulf Jasper
-
Fix overlay arrow display, make doc strings bidi-friendly.2010-08-08, by Eli Zaretskii
-
Make some doc strings bidi-friendly.2010-08-08, by Eli Zaretskii
-
Fix overlay arrow display (bug #6699).2010-08-08, by Eli Zaretskii
-
calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize headers.2010-08-08, by Jay Belanger
-
* progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added2010-08-07, by Michael Mauger
-
Avoid restrictions when copying window selection.2010-08-07, by Chong Yidong
-
Fix last change.2010-08-07, by Chong Yidong
-
Change `select-active-region' mechanics.2010-08-07, by Chong Yidong
-
NEWS: Mention the Hebrew translation of the tutorial.2010-08-07, by Eli Zaretskii
-
simple.el (delete-forward-char): Doc fix.2010-08-07, by Eli Zaretskii
-
Clean up TUTORIAL.he.2010-08-07, by Eli Zaretskii
-
Evaluate file-local variables in tutorials.2010-08-07, by Eli Zaretskii
-
Remove duplicate declarations.2010-08-07, by Juanma Barranquero
-
* src/process.c: Simplify include logic.2010-08-06, by Dan Nicolaescu
-
* sysdep.c: Remove declarations.2010-08-06, by Dan Nicolaescu
-
Move declarations to header files.2010-08-06, by Dan Nicolaescu
-
cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that a2010-08-06, by Alan Mackenzie
-
Remove extern declarations in .c files, .h files have them.2010-08-06, by Dan Nicolaescu
-
* src/frame.c (frame_params): Make const.2010-08-06, by Dan Nicolaescu
-
* src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.2010-08-06, by Dan Nicolaescu
-
emacs.c cleanups.2010-08-06, by Dan Nicolaescu
-
Use const for some arrays and functions.2010-08-06, by Dan Nicolaescu
-
* src/sysdep.c: Move include term.h last of includes (Bug#6812).2010-08-06, by Jan D
-
xdisp.c (display_line): Fix a typo in a comment.2010-08-06, by Eli Zaretskii
-
Fix redisplay bugs due to uninitialized glyphs.2010-08-06, by Eli Zaretskii
-
Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.2010-08-06, by Eli Zaretskii
-
* net/tramp.el (tramp-handle-start-file-process ): Set connection2010-08-06, by Michael Albinus
-
* comint.el (comint-mode): Make directory tracking functions2010-08-06, by Michael Albinus
-
src/ChangeLog: Fix typos.2010-08-06, by Juanma Barranquero
-
src/makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.2010-08-06, by Juanma Barranquero
-
More undeclared function fixes and add -Wimplicit-function-declaration.2010-08-06, by Jan D
-
Can't include menu.h in window.c for X targets.2010-08-06, by Jan D
-
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.2010-08-06, by Jan D
-
emacsclient.c cleanups.2010-08-06, by Dan Nicolaescu
-
* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.2010-08-06, by Dan Nicolaescu
-
(rfc2047-encode): Use utf-8 charset as a last resort.2010-08-06, by Katsumi Yamaoka
-
(rfc2047-encode): Use utf-8 charset as a last resort.2010-08-06, by Katsumi Yamaoka
-
Merge from mainline.2010-08-06, by Katsumi Yamaoka
-
Merge from mainline.2010-08-06, by Katsumi Yamaoka
-
Merge from mainline.2010-08-05, by Katsumi Yamaoka
-
Merge from mainline.2010-08-04, by Katsumi Yamaoka
-
Merge from mainline.2010-08-03, by Katsumi Yamaoka
-
Merge from mainline.2010-08-02, by Katsumi Yamaoka
-
Merge from mainline.2010-08-02, by Katsumi Yamaoka
-
src/ChangeLog: Fix entry.2010-08-06, by Juanma Barranquero
-
Cleanup process.c.2010-08-06, by Dan Nicolaescu
-
Fix changes in revnos 100982..100984 for Windows build.2010-08-06, by Juanma Barranquero
-
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.2010-08-06, by Dan Nicolaescu
-
Remove extern declarations in .c files, .h files have them.2010-08-05, by Dan Nicolaescu
-
Cleanup syssignal.h.2010-08-05, by Dan Nicolaescu
-
Add declarations to header files.2010-08-05, by Dan Nicolaescu
-
* src/term.c: Remove dead code.2010-08-05, by Dan Nicolaescu
-
Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.2010-08-05, by Dan Nicolaescu
-
Regenerate configure.2010-08-05, by Dan Nicolaescu
-
REALLY rename unexec.c => unexcoff.c in MAINTAINERS.2010-08-05, by Eli Zaretskii
-
REALLY rename src/unexec.c => src/unexcoff.c.2010-08-05, by Eli Zaretskii
-
Rename src/unexec.c => src/unexcoff.c.2010-08-05, by Eli Zaretskii
-
Rename src/unexec.c => src/unexcoff.c.2010-08-05, by Eli Zaretskii
-
* tramp.texi (External packages): File attributes cache flushing2010-08-05, by Michael Albinus
-
* net/tramp.el (tramp-handle-dired-uncache): Flush directory2010-08-05, by Michael Albinus
-
Fix compilation error.2010-08-05, by Nick Roberts
-
* configure.in: Restore accidentally removed use of2010-08-04, by Andreas Schwab
-
* src/sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.2010-08-04, by Stefan Monnier
-
src/ChangeLog: Add missing bug reference.2010-08-03, by Juanma Barranquero
-
* src/data.c (Flocal_variable_p): Handle variable aliases correctly.2010-08-03, by Johan BockgĂ¥rd
-
* server.el (server-start): Simplify loop.2010-08-03, by Juanma Barranquero
-
nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).2010-08-02, by Juanma Barranquero
-
* lisp/frame.el (screen-height, screen-width, set-screen-width)2010-08-02, by Stefan Monnier
-
* xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap2010-08-02, by Jan D.
-
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.2010-08-02, by Jan D.
-
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.2010-08-02, by Jan D.
-
* lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspaces2010-08-02, by Stefan Monnier
-
* lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timers2010-08-02, by Stefan Monnier
-
Enable ICANON (Bug#6771). Any long line problem must be solved differently.2010-08-02, by Jan D.
-
* editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).2010-08-02, by Juanma Barranquero
-
Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.2010-08-01, by Katsumi Yamaoka
-
Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.2010-08-01, by Katsumi Yamaoka
-
Merge from mainline.2010-08-01, by Katsumi Yamaoka
-
Merge from mainline.2010-07-30, by Katsumi Yamaoka
-
Enhance CC Mode manual to cover the new Java features.2010-08-01, by Alan Mackenzie
-
mouse.el: Match "mouse-2" at the beginning of the string. (Bug#6765)2010-08-01, by Juanma Barranquero
-
Use Gtk+ tooltips by default for Gtk+ Emacs.2010-08-01, by Jan D
-
Fix typos in ChangeLogs.2010-08-01, by Juanma Barranquero
-
Package listing tweaks.2010-08-01, by Chong Yidong
-
* src/keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.2010-08-01, by Stefan Monnier
-
Adapt mouse-3 behavior to recent selection changes (Bug#6701).2010-07-31, by Chong Yidong
-
Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).2010-07-31, by Alan Mackenzie
-
* faces.el (face-all-attributes): Improved documentation (Bug#6767).2010-07-31, by Jan D
-
Add more index entries for large-file-warning-threshold.2010-07-31, by Eli Zaretskii
-
Add a Hebrew translation of the tutorial.2010-07-31, by Eli Zaretskii
-
cc-cmds.el (c-mask-paragraph): Fix bug #6688, Auto-fill broken in C/C++2010-07-31, by Alan Mackenzie
-
* src/buffer.c (Qwindow): Do not define, already defined in data.c.2010-07-30, by Dan Nicolaescu
-
Encode names of nnml groups that nnmail-get-new-mail creates in active file.2010-07-30, by Katsumi Yamaoka
-
Encode names of nnml groups that nnmail-get-new-mail creates in active file.2010-07-30, by Katsumi Yamaoka
-
Merge from mainline.2010-07-29, by Katsumi Yamaoka
-
Merge from mainline.2010-07-28, by Katsumi Yamaoka
-
Merge from mainline.2010-07-28, by Katsumi Yamaoka
-
Merge from mainline.2010-07-27, by Katsumi Yamaoka
-
Merge from mainline.2010-07-26, by Katsumi Yamaoka
-
Fix typos in ChangeLogs.2010-07-29, by Juanma Barranquero
-
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf2010-07-29, by Jan D
-
Rename s/usg5-4.h -> s/usg5-4-common.h.2010-07-29, by Dan Nicolaescu
-
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.2010-07-29, by Jan D
-
Add doc and NEWS for tool-bar-position.2010-07-29, by Jan D.
-
Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.2010-07-29, by Jan D.
-
Update package-x to latest package.el changes.2010-07-29, by Chong Yidong
-
Make lisp_time_argument work on all systems.2010-07-29, by Dan Nicolaescu
-
* processes.texi (Process Information): Explain process property2010-07-29, by Michael Albinus
-
* net/tramp.el (tramp-handle-start-file-process): Check only for2010-07-29, by Michael Albinus
-
Fix some stuff that didn't compile.2010-07-29, by Jan D.
-
* src/vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.2010-07-29, by Dan Nicolaescu
-
* src/mem-limits.h: Remove duplicated includes.2010-07-29, by Dan Nicolaescu
-
Remove extern declarations from .c files, and them to .h files.2010-07-29, by Dan Nicolaescu
-
* lwlib/xlwmenu.c (abort_gracefully): Mark as NO_RETURN.2010-07-29, by Dan Nicolaescu
-
* configure.in: Remove reference to usg5-4, unused.2010-07-29, by Dan Nicolaescu
-
Clean up unexec.c, remove references to unused code.2010-07-29, by Dan Nicolaescu
-
Fix typos in ChangeLogs.2010-07-29, by Juanma Barranquero
-
* make-docfile.c (write_c_args): Warn for old-style empty arglist ().2010-07-29, by Juanma Barranquero
-
Add support for non-default package repositories.2010-07-28, by Chong Yidong
-
Add tool bar style text-image-horiz (text to the left of the image).2010-07-28, by Jan D.
-
* tramp.texi (Traces and Profiles): Describe verbose level 9.2010-07-28, by Michael Albinus
-
* progmodes/gud.el (gud-common-init): Check for remoteness of2010-07-28, by Michael Albinus
-
* net/tramp.el (tramp-methods): Move hostname to the end in all2010-07-28, by Michael Albinus
-
* emacs-lisp/re-builder.el: Remove references to package `lisp-re' (bug#4369).2010-07-27, by Juanma Barranquero
-
Derive programming modes from prog-mode.2010-07-27, by Juanma Barranquero
-
* src/emacs.c (Fkill_emacs): Remove return statement.2010-07-27, by Dan Nicolaescu
-
Remove declarations and unused variables.2010-07-27, by Dan Nicolaescu
-
* src/xmenu.c: Do not included lwlib.h, not needed.2010-07-27, by Dan Nicolaescu
-
* src/m/iris4d.h (XUINT, XSET): Remove, not needed.2010-07-27, by Dan Nicolaescu
-
* src/process.c: Move definitions earlier to minimize #ifdefs.2010-07-27, by Dan Nicolaescu
-
Use const, move declarations to header files.2010-07-27, by Dan Nicolaescu
-
* src/lisp.h (Fkill_emacs): Mark as NO_RETURN.2010-07-27, by Dan Nicolaescu
-
Merge from emacs-232010-07-27, by Juanma Barranquero
-
* lisp/mouse.el (mouse-yank-primary, mouse-yank-secondary):2010-07-26, by Sam Steingold
-
NO_RETURN functions should not return.2010-07-26, by Dan Nicolaescu
-
* frame.h (Qtty_color_mode): Add declaration.2010-07-26, by Dan Nicolaescu
-
src/ChangeLog: Add missing bug reference.2010-07-26, by Juanma Barranquero
-
Mark functions as NO_RETURN.2010-07-26, by Dan Nicolaescu
-
* lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.2010-07-26, by Dan Nicolaescu
-
Add alternative key bindings to epa-mail.el.2010-07-26, by Daiki Ueno
-
merge trunk2010-07-26, by Kenichi Handa
-
Merge from mainline.2010-07-26, by Katsumi Yamaoka
-
* lread.c (unreadpure, mapatoms_1): Make static.2010-07-26, by Juanma Barranquero
-
Merge from mainline.2010-07-25, by Katsumi Yamaoka
-
* terminfo.c (tparam): Fix prototype of tparm (followup to revno:100891).2010-07-25, by Juanma Barranquero
-
Use __executable_start to find start of text segment for profiling2010-07-25, by Andreas Schwab
-
* callproc.c (set_initial_environment): Avoid unbalanced braces.2010-07-25, by Andreas Schwab
-
* vm-limit.c (check_memory_limits): Fix previous change; accidentally reverted an earlier change.2010-07-25, by Ken Brown
-
Cygwin build cleanup (Bug#6715).2010-07-25, by Ken Brown
-
Fix typo and comment.2010-07-25, by Daiki Ueno
-
Fix *.gpg file creation (bug#6723).2010-07-25, by Daiki Ueno
-
Accept x-pkcs7-signature MIME type as signature.2010-07-25, by Katsumi Yamaoka
-
Accept x-pkcs7-signature MIME type as signature.2010-07-25, by Katsumi Yamaoka
-
Merge from mainline.2010-07-25, by Katsumi Yamaoka
-
Merge from mainline.2010-07-24, by Katsumi Yamaoka
-
Merge from mainline.2010-07-23, by Katsumi Yamaoka
-
Merge from mainline.2010-07-22, by Katsumi Yamaoka
-
Merge from mainline.2010-07-20, by Katsumi Yamaoka
-
Merge from mainline.2010-07-23, by Katsumi Yamaoka
-
Merge from mainline.2010-07-22, by Katsumi Yamaoka
-
Merge from mainline.2010-07-21, by Katsumi Yamaoka
-
Build binary distros on Windows using emacs-VERSION as root dir name.2010-07-25, by Juanma Barranquero
-
Added README.W32 to distclean. Updated Changelog.2010-07-25, by Christoph Scholtes
-
Added ChangeLog entry for copying of README.W32.2010-07-24, by Christoph Scholtes
-
Fixed whitespace.2010-07-24, by Christoph Scholtes
-
Code cleanup. Added ChangeLog entry.2010-07-24, by Christoph Scholtes
-
Refactoring of make dist target2010-07-24, by Christoph Scholtes
-
* emacsclient.c (getcwd): Fix previous change.2010-07-25, by Juanma Barranquero
-
Make building under stricter warning flags somewhat cleaner.2010-07-25, by Juanma Barranquero
-
Regenerate configure.2010-07-24, by Ken Brown
-
* w32fns.c (w32_to_x_color): Remove, unused.2010-07-24, by Juanma Barranquero
-
* configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)2010-07-24, by Ken Brown
-
* lisp.h: Remove leftover P_.2010-07-24, by Andreas Schwab
-
Add NO_RETURN specifiers to functions in lib-src.2010-07-24, by Dan Nicolaescu
-
Add ChangeLog entry for previous commit:2010-07-24, by Dan Nicolaescu
-
Make internal_self_insert static2010-07-24, by Andreas Schwab
-
* .bzrignore, .gitignore: Ignore README.W32 on the root directory.2010-07-24, by Juanma Barranquero
-
New make target for Windows platform: make dist (bug#6602)2010-07-24, by Juanma Barranquero
-
Fix typos in ChangeLogs.2010-07-24, by Juanma Barranquero
-
* src/ecrt0.c, src/unexalpha.c: Remove files, unused.2010-07-24, by Dan Nicolaescu
-
* configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).2010-07-24, by Chong Yidong
-
* lisp/play/tetris.el: Cleanup image representation and rotation.2010-07-23, by Stefan Monnier
-
* lisp/progmodes/ps-mode.el: Use comint.2010-07-23, by Stefan Monnier
-
Remove unused static functions.2010-07-23, by Juanma Barranquero
-
* net/tramp.el (tramp-methods): Move hostname to the end in all2010-07-23, by Michael Albinus
-
* net/tramp.el (tramp-open-shell): New defun.2010-07-23, by Michael Albinus
-
* make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".2010-07-23, by Juanma Barranquero
-
* net/tramp.el (tramp-file-name-regexp-unified)2010-07-23, by Michael Albinus
-
* menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS".2010-07-23, by Juanma Barranquero
-
* w32term.c (my_set_focus): #ifdef away; currently not used.2010-07-23, by Juanma Barranquero
-
* w32fns.c, xfaces.c: Remove obsolete static declarations.2010-07-23, by Juanma Barranquero
-
merge trunk2010-07-23, by Kenichi Handa
-
* lisp/ChangeLog: Fix typos.2010-07-23, by Juanma Barranquero
-
* custom.el (custom-declare-variable): Give clearer error message (bug#6476).2010-07-23, by Juanma Barranquero
-
SQL Mode Version2.4 - Improved login prompting2010-07-23, by Michael Mauger
-
* dired.el (dired-no-confirm): Document value t and fix defcustom (bug#6597).2010-07-22, by Juanma Barranquero
-
* dired.el (dired-mode-map): Use command remapping (bug#6632).2010-07-22, by Juanma Barranquero
-
* term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).2010-07-22, by Juanma Barranquero
-
* nt/INSTALL: Add note about backslashes in Windows paths.2010-07-21, by Juanma Barranquero
-
Fix multiple-recipient handling of Gnus S/MIME.2010-07-21, by Daiki Ueno
-
* net/tramp.el (tramp-get-ls-command)2010-07-21, by Michael Albinus
-
SQL Mode V2.3 - cleanup connection handling2010-07-21, by Michael Mauger
-
Merge from mainline.2010-07-20, by Katsumi Yamaoka
-
Convert some more functions to standard C.2010-07-20, by Juanma Barranquero
-
* net/tramp.el (tramp-file-name-handler): Trace 'quit.2010-07-20, by Michael Albinus
-
* PROBLEMS: Add note about use of backslashes in Windows paths.2010-07-20, by Juanma Barranquero
-
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.2010-07-20, by Juanma Barranquero
-
Fix up "missing braces" warning.2010-07-20, by Stefan Monnier
-
Fix typos in ChangeLogs.2010-07-20, by Juanma Barranquero
-
* net/tramp.el (tramp-perl-file-attributes)2010-07-20, by Michael Albinus
-
Fix previous change in gnus-summary-bookmark-make-record.2010-07-20, by Katsumi Yamaoka
-
Fix previous change in gnus-summary-bookmark-make-record.2010-07-20, by Katsumi Yamaoka
-
Merge from mainline.2010-07-19, by Katsumi Yamaoka
-
Merge from mainline.2010-07-15, by Katsumi Yamaoka
-
Merge from mainline.2010-07-19, by Katsumi Yamaoka
-
Merge from mainline.2010-07-18, by Katsumi Yamaoka
-
Merge from mainline.2010-07-17, by Katsumi Yamaoka
-
* NEWS: Mention --enable-checking is now supported on Windows.2010-07-19, by Juanma Barranquero
-
time.el: Use `define-derived-mode'. Simplify.2010-07-19, by Juanma Barranquero
-
* org.texi: Fix typo in previous change (revno:100847).2010-07-19, by Juanma Barranquero
-
Install version 7.01 of Org mode2010-07-19, by Carsten Dominik
-
Install version 7.01 of Org-mode2010-07-19, by Carsten Dominik
-
Enhance `c-file-style' in file/directory local variables.2010-07-18, by Alan Mackenzie
-
SQL Mode V2.2 - Added sql-connect and sql-connection-alist2010-07-18, by Michael Mauger
-
* makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.2010-07-18, by Juanma Barranquero
-
* configure.bat: New option --enable-checking.2010-07-18, by Juanma Barranquero
-
Do not set bookmark context for images (Bug#6650).2010-07-17, by Chong Yidong
-
Revert 2010-07-14 change to deactivate mark; minor cleanups.2010-07-17, by Chong Yidong
-
* frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).2010-07-17, by Chong Yidong
-
* gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.02010-07-17, by Jan D
-
Merge latest fix to xg_event_is_for_menubar.2010-07-17, by Chong Yidong
-
Merge latest fix to xg_event_is_for_menubar.2010-07-17, by Chong Yidong
-
src/ChangeLog: Fix typos and dates.2010-07-17, by Juanma Barranquero
-
* tramp.texi (Inline methods): Remove remark about doubled "-t"2010-07-17, by Michael Albinus
-
* net/tramp.el (tramp-get-ls-command-with-dired): Make test for2010-07-17, by Michael Albinus
-
Change x-select-enable-primary to nil.2010-07-17, by Chong Yidong
-
lisp/mail/rmail.el: Update autoload checksum.2010-07-16, by Juanma Barranquero
-
Merge changes from emacs-23 branch.2010-07-16, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-07-16, by Chong Yidong
-
Merge from mainline.2010-07-16, by Katsumi Yamaoka
-
* net/tramp.el (tramp-handle-shell-command): Don't use hard-wired2010-07-16, by Michael Albinus
-
* xmenu.c (free_frame_menubar): Only call x_set_window_size if2010-07-16, by Jan D
-
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.2010-07-15, by Andreas Schwab
-
* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp argument.2010-07-15, by Andreas Schwab
-
Restore mistakenly reverted code from revno 99854.1.6 merged in revno 99950.2010-07-15, by Eli Zaretskii
-
Correct my email address in the last update.2010-07-15, by Simon South
-
Merge fixes to indentation of case statements, variant parts in record2010-07-15, by Simon South
-
Make gnus-summary-bookmark-make-record work for Emacs 23 as well.2010-07-15, by Katsumi Yamaoka
-
Make gnus-summary-bookmark-make-record work for Emacs 23 as well.2010-07-15, by Katsumi Yamaoka
-
Merge from mainline.2010-07-14, by Katsumi Yamaoka
-
Merge from mainline.2010-07-13, by Katsumi Yamaoka
-
Merge from mainline.2010-07-12, by Katsumi Yamaoka
-
Merge from mainline.2010-07-11, by Katsumi Yamaoka
-
Merge from mainline.2010-07-09, by Katsumi Yamaoka
-
Merge from mainline.2010-07-09, by Katsumi Yamaoka
-
Merge from mainline.2010-07-08, by Katsumi Yamaoka
-
Merge from mainline.2010-07-07, by Katsumi Yamaoka
-
Merge from mainline.2010-07-06, by Katsumi Yamaoka
-
Merge from mainline.2010-07-05, by Katsumi Yamaoka
-
Merge from mainline.2010-07-04, by Katsumi Yamaoka
-
Merge from mainline.2010-07-04, by Katsumi Yamaoka
-
Merge from mainline.2010-07-01, by Katsumi Yamaoka
-
Merge from mainline.2010-06-30, by Katsumi Yamaoka
-
Merge from mainline.2010-06-29, by Katsumi Yamaoka
-
Merge from mainline.2010-06-28, by Katsumi Yamaoka
-
Merge from mainline.2010-06-27, by Katsumi Yamaoka
-
Merge from mainline.2010-06-25, by Katsumi Yamaoka
-
Merge from mainline.2010-06-24, by Katsumi Yamaoka
-
Merge from mainline.2010-06-22, by Katsumi Yamaoka
-
Merge from mainline.2010-06-22, by Katsumi Yamaoka
-
Merge from mainline.2010-06-21, by Katsumi Yamaoka
-
Merge from mainline.2010-06-20, by Katsumi Yamaoka
-
Merge from mainline.2010-06-17, by Katsumi Yamaoka
-
Merge from mainline.2010-06-17, by Katsumi Yamaoka
-
Merge from mainline.2010-06-16, by Katsumi Yamaoka
-
Merge from mainline.2010-06-15, by Katsumi Yamaoka
-
Merge from mainline.2010-06-15, by Katsumi Yamaoka
-
Merge from mainline.2010-06-14, by Katsumi Yamaoka
-
Merge from mainline.2010-06-13, by Katsumi Yamaoka
-
Merge from mainline.2010-06-13, by Katsumi Yamaoka
-
Merge from mainline.2010-06-10, by Katsumi Yamaoka
-
Merge from mainline.2010-06-10, by Katsumi Yamaoka
-
(delphi-previous-indent-of): Indent case blocks within record2010-07-15, by Simon South
-
(delphi-token-at): Give newlines precedence over literal tokens when2010-07-15, by Simon South
-
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested2010-07-14, by Karl Fogel
-
Change clipboard/primary selection to X application standards.2010-07-14, by Chong Yidong
-
Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).2010-07-14, by Karl Fogel
-
Allow bookmarks to be set from Gnus Article buffers (Bug #5975).2010-07-14, by Karl Fogel
-
Preparation for setting bookmarks in Gnus article buffers (Bug#5975).2010-07-14, by Karl Fogel
-
Fix attribution in a ChangeLog entry.2010-07-14, by Karl Fogel
-
Fix frame size when scroll bar width not an integral of column width.2010-07-14, by Jan D
-
Fix frame size when scroll bar width not an integral of column width.2010-07-14, by Jan D
-
Fix menu bar activation with click for Motif/Lesstif.2010-07-14, by Jan D
-
Merge from mainline.2010-07-14, by Katsumi Yamaoka
-
Do not record a font-entity in the property of font-object.2010-07-14, by Kenichi Handa
-
Fix previous conflict.2010-07-14, by Kenichi Handa
-
merge trunk2010-07-14, by Kenichi Handa
-
Do not record a font-entity in the property of font-object.2010-07-14, by Kenichi Handa
-
merge trunk2010-07-13, by Kenichi Handa
-
* lisp/bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.2010-07-13, by Karl Fogel
-
[[[2010-07-13, by Karl Fogel
-
Add regexp tests for cucumber and ruby.2010-07-13, by Chong Yidong
-
* lisp/frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).2010-07-13, by Chong Yidong
-
Fix the MS-DOS build; remove more "#ifdef subprocesses".2010-07-13, by Eli Zaretskii
-
Remove more "#ifdef subprocesses".2010-07-13, by Eli Zaretskii
-
Fix the MS-DOS build (fallout from revno 100807).2010-07-13, by Eli Zaretskii
-
Remove subprocesses #ifdefs from term.c.2010-07-13, by Dan Nicolaescu
-
Convert maybe_fatal to standard C.2010-07-13, by Dan Nicolaescu
-
Convert function definitions to standard C.2010-07-12, by Dan Nicolaescu
-
* oldXMenu/XMenu.h: Include <stdlib.h>.2010-07-12, by Dan Nicolaescu
-
Convert function definitions to standard C.2010-07-12, by Dan Nicolaescu
-
* dbusbind.c (xd_initialize): Don't compare boolean with a constant.2010-07-12, by Andreas Schwab
-
(wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.2010-07-12, by Eli Zaretskii
-
Fix the MS-DOS build (fallout from revs 100791, 100794, 100795).2010-07-12, by Eli Zaretskii
-
Fix the MS-DOS build (fallout from revno 100791, 100794, 100795).2010-07-12, by Eli Zaretskii
-
* nt/config.nt (volatile): Remove definition.2010-07-12, by Dan Nicolaescu
-
* language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs. (Bug#5806)2010-07-12, by Andreas Schwab
-
* language/tv-util.el (tai-viet-re): Remove format.2010-07-12, by Andreas Schwab
-
Convert old-style definitions2010-07-12, by Andreas Schwab
-
Cleanups for src/callproc.c.2010-07-12, by Dan Nicolaescu
-
* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.2010-07-12, by Dan Nicolaescu
-
Convert function definitions to standard C and some cleanups.2010-07-12, by Dan Nicolaescu
-
Convert more function definitions to standard C.2010-07-12, by Dan Nicolaescu
-
Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS2010-07-12, by Andreas Schwab
-
Merge from mainline.2010-07-12, by Katsumi Yamaoka
-
MS-Windows follow-up for revno 100789.2010-07-12, by Eli Zaretskii
-
Improve Hebrew rendering.2010-07-12, by Kenichi Handa
-
Make font-get to get :otf value dynamically from a font-object.2010-07-12, by Kenichi Handa
-
Improve Hebrew rendering.2010-07-12, by Kenichi Handa
-
merge trunk2010-07-12, by Kenichi Handa
-
Add ChangeLog2010-07-12, by Kenichi Handa
-
merge trunk2010-07-09, by Kenichi Handa
-
merge trunk2010-07-08, by Kenichi Handa
-
Make font-get to get :otf value dynamically from a font-object.2010-07-08, by Kenichi Handa
-
merge trunk2010-07-01, by Kenichi Handa
-
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).2010-07-27, by Juanma Barranquero
-
* url-http (url-http-parse-headers): Disable file name handlers at2010-07-26, by Michael Albinus
-
* minibuf.c (Fread_buffer): Doc fix (bug#6528).2010-07-25, by Juanma Barranquero
-
* url-http (url-http-parse-headers): Disable Tramp. (Bug#6717)2010-07-25, by Michael Albinus
-
* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).2010-07-23, by Chong Yidong
-
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).2010-07-23, by Juanma Barranquero
-
* window.c (Fwindow_height): Doc fix (bug#6518).2010-07-22, by Juanma Barranquero
-
* text.texi (Special Properties): Fix typo.2010-07-21, by Juanma Barranquero
-
lisp/mail/rmail.el: Update autoload checksum.2010-07-21, by Juanma Barranquero
-
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.2010-07-21, by Juanma Barranquero
-
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.2010-07-20, by Juanma Barranquero
-
* time.el (display-time-day-and-date): Remove spurious * in docstring.2010-07-19, by Juanma Barranquero
-
Doc fix to commentary (Bug#6653).2010-07-17, by Chong Yidong
-
Fix size calculation for sliced images in image-mode (Bug#6639).2010-07-17, by Chong Yidong
-
* lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636).2010-07-17, by Chong Yidong
-
* gtkutil.c (xg_event_is_for_menubar): Also check that event window2010-07-17, by Jan D
-
Fix bug #4451.2010-07-16, by Eli Zaretskii
-
mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,2010-07-16, by Eli Zaretskii
-
* xt-mouse.el (xterm-mouse-event-read): Fix for characters > 1272010-07-14, by Jan D
-
* simple.el (push-mark-command): Set selection for select-active-regions.2010-07-14, by Chong Yidong
-
Fix menus as per bug 6499 and 6608.2010-07-14, by Jan D
-
Fix bug #6609.2010-07-14, by Eli Zaretskii
-
cal-tex.el fixes for calendar-week-start-day != 0.2010-07-10, by Glenn Morris
-
Fix last fix.2010-07-10, by Chong Yidong
-
* simple.el (use-region-p): Doc fix (Bug#6607).2010-07-10, by Chong Yidong
-
* mouse.el (mouse-drag-track): Handle select-active-regions (Bug#6612).2010-07-11, by Chong Yidong
-
* blockinput.h: Remove obsolete comment.2010-07-11, by Andreas Schwab
-
Use offsetof instead of own definition2010-07-11, by Andreas Schwab
-
* process.c: Remove obsolete comment.2010-07-11, by Andreas Schwab
-
* src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).2010-07-11, by Chong Yidong
-
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.2010-07-11, by Eli Zaretskii
-
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.2010-07-11, by Eli Zaretskii
-
Use strchr, strrchr instead of index, rindex2010-07-11, by Andreas Schwab
-
* callproc.c (relocate_fd): Use F_DUPFD if defined.2010-07-11, by Andreas Schwab
-
Constify functions taking char *2010-07-11, by Andreas Schwab
-
Fix indentation problem2010-07-11, by Andreas Schwab
-
Fix implicit declaration of kbd_on_hold_p2010-07-11, by Andreas Schwab
-
Remove obsolete noinline declaration2010-07-11, by Andreas Schwab
-
* net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass2010-07-11, by Michael Albinus
-
Make doprnt and related functions ANSI C compliant, with prototypes.2010-07-11, by Ken Raeburn
-
Fix bug #6603.2010-07-11, by Eli Zaretskii
-
Don't use `subprocesses' in msdos.c.2010-07-11, by Eli Zaretskii
-
Don't use `subprocesses' in msdos.c.2010-07-11, by Eli Zaretskii
-
Add compilation regexps for cucumber and ruby.2010-07-10, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-07-10, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-07-10, by Chong Yidong
-
* xfaces.c (realize_face): Garbage the frame if a face is removed2010-07-10, by Chong Yidong
-
Add some font-locking for Python 2.7.2010-07-07, by Glenn Morris
-
Minor zone.el fix.2010-07-07, by Glenn Morris
-
Minor fix to describe-key, and a docstring.2010-07-06, by Chong Yidong
-
Remove obsolete volatile2010-07-05, by Andreas Schwab
-
Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).2010-07-05, by YAMAMOTO Mitsuharu
-
src/w32fns.c (Qtooltip): Declare.2010-07-04, by Juanma Barranquero
-
* net/zeroconf.el (zeroconf-resolve-service)2010-07-03, by Michael Albinus
-
* net/zeroconf.el (zeroconf-service-remove-hook): New defun.2010-07-03, by Michael Albinus
-
Fix hang on menubar press outside items (Bug#6499).2010-07-03, by Jan D
-
Fix hang for mouse press on menubar but not on an item (Bug#6499).2010-07-03, by Jan D
-
Fix faulty `if' statement in delete_frame.2010-07-02, by Chong Yidong
-
Avoid displaying files with a nil state in vc-dir.2010-06-30, by Dan Nicolaescu
-
* xml.el (xml-parse-region): Avoid infloop (Bug#5281).2010-06-30, by Chong Yidong
-
Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).2010-06-30, by Chong Yidong
-
lisp/ChangeLog: Remove "(tiny change)" note.2010-06-29, by Juanma Barranquero
-
emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)2010-06-29, by Juanma Barranquero
-
*** empty log message ***2010-06-27, by Juanma Barranquero
-
Font lock fix for batch mode (Bug#5719).2010-06-27, by Chong Yidong
-
Minor fix for htmlfontify.el (Bug#6239).2010-06-27, by Chong Yidong
-
Remove unnecessary let-bindings in bookmark.el (Bug#6515)2010-06-27, by Chong Yidong
-
Fix typos in some Keywords comments.2010-06-26, by Glenn Morris
-
Update cl-loaddefs.el2010-06-26, by Andreas Schwab
-
* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).2010-06-26, by Andreas Schwab
-
Fix bugs #6144 and #6467.2010-06-25, by Eli Zaretskii
-
Fix after-string and image interaction bug (Bug#1336).2010-06-25, by Chong Yidong
-
Clarify command loop's role in undo boundary (Bug#2433).2010-06-24, by Chong Yidong
-
Minor doc/misc/*.texi direntry fixes.2010-06-24, by Glenn Morris
-
Doc fix.2010-06-24, by Glenn Morris
-
Minor bs.el font-lock change.2010-06-24, by Glenn Morris
-
* lread.c (read1): Signal error if #s is not followed by paren.2010-06-23, by Andreas Schwab
-
Remove remaining tabs from non-verbatim in doc/misc/*.texi.2010-06-23, by Glenn Morris
-
Entry for previous change.2010-06-23, by Glenn Morris
-
Remove some unimportant tabs from examples in some *.texi files.2010-06-23, by Glenn Morris
-
Untabify doc/lispref/*.texi.2010-06-23, by Glenn Morris
-
Backport from trunk: doc fix.2010-06-23, by Glenn Morris
-
* info/dir: Start descriptions in column 32, per Texinfo convention.2010-06-23, by Glenn Morris
-
Untabify doc/misc/*.texi.2010-06-23, by Glenn Morris
-
* doc/lispintro/emacs-lisp-intro.texi: Untabify.2010-06-23, by Glenn Morris
-
Untabify doc/emacs/*.texi files.2010-06-23, by Glenn Morris
-
Fix vc-annotate for renamed files when using Git.2010-06-22, by Dan Nicolaescu
-
* lisp/font-setting.el: Fix previous change.2010-06-22, by Glenn Morris
-
* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).2010-06-22, by Glenn Morris
-
Minor js.el fix.2010-06-22, by Glenn Morris
-
* lisp/wid-edit.el (widget-complete): Doc fix.2010-06-22, by Glenn Morris
-
* lisp/url/ChangeLog: Standardize author name .2010-06-22, by Glenn Morris
-
* lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.2010-06-22, by Glenn Morris
-
Fix annotating other revisions for renamed files in vc-annotate.2010-06-22, by Dan Nicolaescu
-
Fix vc-annotate-show-changeset-diff-revision-at-line for git.2010-06-22, by Dan Nicolaescu
-
Fix finding revisions in for renamed files in vc-annotate.2010-06-22, by Dan Nicolaescu
-
Fix reading file names in Git annotate buffers.2010-06-21, by Dan Nicolaescu
-
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).2010-06-20, by Chong Yidong
-
* progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file2010-06-20, by Alan Mackenzie
-
* image.c (free_image): Mark frame as garbaged (Bug#6426).2010-06-19, by Chong Yidong
-
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).2010-06-19, by Chong Yidong
-
* keymap.c (Fdefine_key): Doc fix (Bug#6460).2010-06-19, by Chong Yidong
-
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)2010-06-19, by Glenn Morris
-
Close bug#6422.2010-06-19, by Glenn Morris
-
Close bug#6450.2010-06-19, by Glenn Morris
-
* lisp/subr.el (read-quoted-char): Fix up last change.2010-06-17, by Stefan Monnier
-
doc/misc/ChangeLog: Remove duplicate entry.2010-06-16, by Juanma Barranquero
-
Merge from mainline.2010-07-10, by Katsumi Yamaoka
-
Merge from mainline.2010-07-09, by Katsumi Yamaoka
-
Merge from mainline.2010-07-08, by Katsumi Yamaoka
-
Merge from mainline.2010-07-07, by Katsumi Yamaoka
-
Merge from mainline.2010-07-06, by Katsumi Yamaoka
-
Merge from mainline.2010-07-05, by Katsumi Yamaoka
-
Merge from mainline.2010-07-03, by Katsumi Yamaoka
-
Merge from mainline.2010-06-29, by Katsumi Yamaoka
-
Merge from mainline.2010-06-28, by Katsumi Yamaoka
-
Merge from mainline.2010-06-25, by Katsumi Yamaoka
-
Merge from mainline.2010-06-25, by Katsumi Yamaoka
-
Merge from mainline.2010-06-23, by Katsumi Yamaoka
-
Merge from mainline.2010-06-22, by Katsumi Yamaoka
-
Merge from mainline.2010-06-21, by Katsumi Yamaoka
-
Merge from mainline.2010-06-20, by Katsumi Yamaoka
-
Merge from mainline.2010-06-19, by Katsumi Yamaoka
-
Merge from mainline.2010-06-15, by Katsumi Yamaoka
-
Merge from mainline.2010-06-14, by Katsumi Yamaoka
-
Merge from mainline.2010-06-13, by Katsumi Yamaoka
-
Merge from mainline.2010-06-12, by Katsumi Yamaoka
-
Merge from mainline.2010-06-12, by Katsumi Yamaoka
-
Merge from mainline.2010-06-11, by Katsumi Yamaoka
-
Merge from mainline.2010-06-10, by Katsumi Yamaoka
-
Merge from mainline.2010-06-09, by Katsumi Yamaoka
-
Merge from mainline.2010-06-08, by Katsumi Yamaoka
-
Merge from mainline.2010-06-05, by Katsumi Yamaoka
-
Merge from mainline.2010-06-04, by Katsumi Yamaoka
-
Merge from mainline.2010-06-03, by Katsumi Yamaoka
-
Merge from mainline.2010-06-02, by Katsumi Yamaoka
-
Merge from mainline.2010-06-01, by Katsumi Yamaoka
-
Merge from mainline.2010-05-31, by Katsumi Yamaoka
-
Merge from mainline.2010-05-30, by Katsumi Yamaoka
-
Merge from mainline.2010-05-30, by Katsumi Yamaoka
-
Merge from mainline.2010-05-29, by Katsumi Yamaoka
-
Merge from mainline.2010-05-28, by Katsumi Yamaoka
-
Merge from mainline.2010-05-27, by Katsumi Yamaoka
-
Merge from mainline.2010-05-26, by Katsumi Yamaoka
-
Merge from mainline.2010-05-25, by Katsumi Yamaoka
-
Merge from mainline.2010-05-24, by Katsumi Yamaoka
-
Merge from mainline.2010-05-23, by Katsumi Yamaoka
-
Merge from mainline.2010-05-22, by Katsumi Yamaoka
-
Merge from mainline.2010-05-21, by Katsumi Yamaoka
-
Merge from mainline.2010-05-20, by Katsumi Yamaoka
-
Merge from mainline.2010-05-19, by Katsumi Yamaoka
-
Merge from mainline.2010-05-18, by Katsumi Yamaoka
-
Merge from mainline.2010-05-17, by Katsumi Yamaoka
-
Merge from mainline.2010-05-16, by Katsumi Yamaoka
-
Merge from mainline.2010-05-14, by Katsumi Yamaoka
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Adapt terminal frames to latest menu-bar changes.2010-07-10, by Chong Yidong
-
Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.2010-07-10, by Eli Zaretskii
-
Unify the two branches of process.c, with and without subprocesses.2010-07-10, by Eli Zaretskii
-
Unify the two branches, with and without subprocesses.2010-07-10, by Eli Zaretskii
-
* tramp.texi (Inline methods): Remove "kludgy" phrase.2010-07-10, by Michael Albinus
-
* dbus.texi (Top): Introduce Index. Emphasize "nil" whereever2010-07-09, by Michael Albinus
-
* make-docfile.c (write_c_args): Restructure scanning loop.2010-07-09, by Andreas Schwab
-
Fix frame sizing for Lucid/Motif/Lesstif.2010-07-09, by Jan D
-
* dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which2010-07-09, by Michael Albinus
-
Adapt docs of primitives to ANSI C arg list.2010-07-09, by Eli Zaretskii
-
Make make-docfile understand DEFUN arguments written in standard C.2010-07-09, by Dan Nicolaescu
-
* configure.in: Use -Wold-style-definition if available.2010-07-08, by Dan Nicolaescu
-
Convert DEFUNs to standard C.2010-07-08, by Dan Nicolaescu
-
MAINTAINERS: Update Eli Zaretskii's responsibilities.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS build broken by revno 100745; fix MS-DOS configury.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS configury.2010-07-08, by Eli Zaretskii
-
Fix MS-DOS build broken by revno 100745.2010-07-08, by Eli Zaretskii
-
Fix compilation for Motif/Lesstif.2010-07-08, by Jan D
-
Change function definition from K&R to prototype. Fix prototype warnings.2010-07-08, by Jan D
-
Remove leftover P_ macros.2010-07-08, by Dan Nicolaescu
-
Remove alternative K&R declarations.2010-07-08, by Dan Nicolaescu
-
Clean up include guards.2010-07-08, by Dan Nicolaescu
-
Remove src/prefix-args.c.2010-07-08, by Dan Nicolaescu
-
Simplify start_of_data, start_of_text and related code.2010-07-08, by Dan Nicolaescu
-
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS2010-07-08, by Dan Nicolaescu
-
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).2010-07-08, by Daiki Ueno
-
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp2010-07-07, by Andreas Schwab
-
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).2010-07-07, by Jan D
-
Convert function definitions in MS-DOS sources to ANSI C.2010-07-07, by Eli Zaretskii
-
Convert function definitions in MS-DOS sources to ANSI C.2010-07-07, by Eli Zaretskii
-
Improve ispell.el word completion handling.2010-07-07, by Agustin martin
-
Fix whitespace to follow coding guidelines.2010-07-07, by Juanma Barranquero
-
* coding.c, sysdep.c: Convert some more functions to standard C.2010-07-07, by Juanma Barranquero
-
* coding.c: Use SPECPDL_INDEX, DOS_NT.2010-07-07, by Juanma Barranquero
-
Minor zone.el fixes for bug#6483.2010-07-07, by Glenn Morris
-
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.2010-07-07, by Dan Nicolaescu
-
* configure.in (getenv): Remove K&R declaration.2010-07-07, by Dan Nicolaescu
-
Make the function member of Lisp_Subr use standard C prototypes.2010-07-07, by Dan Nicolaescu
-
* fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get2010-07-06, by Chong Yidong
-
src/w32*.c: Convert function definitions to standard C.2010-07-06, by Juanma Barranquero
-
Fix conflicting declarations of x_get_keysym_name2010-07-06, by Andreas Schwab
-
Clean up movemail source2010-07-06, by Andreas Schwab
-
* movemail.c: Add MAIL_USE_POP around prototypes.2010-07-06, by Andreas Schwab
-
* src/ecrt0.c: Revert conversion to standard C.2010-07-06, by Dan Nicolaescu
-
Set default-frame-alist, if necessary, in menu/tool-bar-mode.2010-07-05, by Chong Yidong
-
Fix multi-click selection behavior (Bug#6565).2010-07-05, by Chong Yidong
-
Convert function definitions and declarations to standard C.2010-07-05, by Dan Nicolaescu
-
Convert most remaining function definitions to standard C.2010-07-05, by Juanma Barranquero
-
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).2010-07-05, by Jan D
-
* xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.2010-07-05, by Jan D
-
Fix some bad prototypes and formatting after conversion from K&R declaration.2010-07-05, by Jan D
-
* src/atimer.c: Use "" instead of <> for local includes for2010-07-05, by Dan Nicolaescu
-
Convert declarations or definitions to standard C.2010-07-05, by Dan Nicolaescu
-
* fileio.c (read_non_regular, read_non_regular_quit): Rename arg.2010-07-04, by Juanma Barranquero
-
* src/lread.c (read1): Fix up last change to not mess up `c'.2010-07-04, by Stefan Monnier
-
* strftime.c: Revert conversion to standard C (revno:100708).2010-07-04, by Juanma Barranquero
-
* lisp/bookmark.el (bookmark-bmenu-switch-other-window,2010-07-04, by Karl Fogel
-
* unexelf.c (round_up, find_section): Use ElfW macro for arguments.2010-07-04, by Juanma Barranquero
-
* print.c (strout): Use const char* for arg PTR.2010-07-04, by Juanma Barranquero
-
* net/dbus.el (dbus-send-signal): Declare function.2010-07-04, by Juanma Barranquero
-
Fix comments and whitespace.2010-07-04, by Juanma Barranquero
-
Fix more prototypes.2010-07-04, by Juanma Barranquero
-
Fix prototypes.2010-07-04, by Juanma Barranquero
-
* dbus.texi (Receiving Method Calls): Add optional argument2010-07-04, by Michael Albinus
-
* net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).2010-07-04, by Michael Albinus
-
Convert (most) functions in src to standard C.2010-07-04, by Dan Nicolaescu
-
* lib-src/fakemail.c (action): Convert function definitions to standard C.2010-07-04, by Dan Nicolaescu
-
Convert function definitions in oldXMenu to standard C.2010-07-04, by Dan Nicolaescu
-
Convert function definitions in lwlib files to standard C.2010-07-04, by Dan Nicolaescu
-
ebrowse.c (check_namespace): Fix indentation.2010-07-03, by Eli Zaretskii
-
Fix menu bar and colors on MS-DOS.2010-07-03, by Eli Zaretskii
-
Fix invalid cast2010-07-03, by Andreas Schwab
-
lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.2010-07-03, by Juanma Barranquero
-
Fix setting colors on MS-DOS frames.2010-07-03, by Eli Zaretskii
-
Fix menu bar display on MS-DOS.2010-07-03, by Eli Zaretskii
-
w32console.c (sys_tputs): Adjust argument list to prototype in term.c.2010-07-03, by Eli Zaretskii
-
Fix prototypes.2010-07-03, by Juanma Barranquero
-
Fix typo in last change.2010-07-03, by Chong Yidong
-
Take note of mouse dragging changes in NEWS.2010-07-03, by Chong Yidong
-
Simplify mouse-dragging implementation.2010-07-03, by Chong Yidong
-
Convert function definitions to standard C.2010-07-03, by Dan Nicolaescu
-
* lisp/autoinsert.el (auto-insert-alist): Fix readability2010-07-02, by Juri Linkov
-
* lisp/faces.el (read-face-name): Rename arg `string-describing-default'2010-07-02, by Juri Linkov
-
Convert some prototypes to standard C.2010-07-02, by Dan Nicolaescu
-
* config.nt (__P): Remove.2010-07-02, by Juanma Barranquero
-
Replace delete-backward-char Lisp calls in Viper (Bug#6552).2010-07-02, by Chong Yidong
-
Fix MS-DOS build due to removal of P_.2010-07-02, by Eli Zaretskii
-
Fix the MS-DOS build due to removal of P_.2010-07-02, by Eli Zaretskii
-
Remove __P.2010-07-02, by Jan D
-
Fix MS-DOS configury.2010-07-02, by Eli Zaretskii
-
Fix MS-DOS configury.2010-07-02, by Eli Zaretskii
-
Remove __P and P_ from .c and .m files and definition of P_2010-07-02, by Jan D
-
Remove P_ and __P macros.2010-07-02, by Jan D
-
Define USE_LISP_UNION_TYPE using autoconf.2010-07-02, by Dan Nicolaescu
-
Cleanup old code.2010-07-02, by Dan Nicolaescu
-
* window.c (Fwindow_absolute_pixel_edges): Doc fix.2010-07-01, by Jan D
-
2010-07-01 Mark A. Hershberger <mah@everybody.org>2010-07-01, by Mark A. Hershberger
-
New functions that return window edges with absolute coords (bug#5721).2010-07-01, by Jan D
-
* nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters.2010-07-01, by Jan D
-
Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code.2010-07-01, by Jan D
-
* nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Add2010-07-01, by Jan D
-
* ruler-mode.el (ruler--save-header-line-format): Fix typos.2010-07-01, by Chong Yidong
-
Fix application of default-frame-alist (Bug#5378).2010-07-01, by Chong Yidong
-
Fix whitespace in ChangeLogs.2010-07-01, by Juanma Barranquero
-
Avoid erroneous syscalls2010-06-30, by Andreas Schwab
-
Fix typo2010-06-30, by Andreas Schwab
-
* startup.el (command-line): Don't call tool-bar-setup in a tty-only build.2010-06-30, by Andreas Schwab
-
Don't always set ruler-mode-header-line-format-old (Bug#5370).2010-06-30, by Chong Yidong
-
Improve doc for system font things. Return font regardless of use_system_font.2010-06-30, by Jan D
-
Check FC_DUAL too. For such fonts, check width one by one.2010-06-30, by Kenichi Handa
-
Check FC_DUAL too. For such fonts, check width one by one.2010-06-30, by Kenichi Handa
-
merge trunk2010-06-30, by Kenichi Handa
-
merge trunk2010-06-29, by Kenichi Handa
-
Remove comment that is no longer true.2010-06-30, by Glenn Morris
-
Fix CFLAGS for non-GCC compilers.2010-06-30, by Dan Nicolaescu
-
Fix some whitespace in previous.2010-06-30, by Glenn Morris
-
* configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):2010-06-30, by Glenn Morris
-
Remove last internal use of cpp and src/{m,s}/*.h files in configure.in.2010-06-30, by Glenn Morris
-
Remove some cpp that is internal to configure.in.2010-06-30, by Glenn Morris
-
Allow global VC ops like `C-x v D' in Diff and Log-View buffers.2010-06-29, by Chong Yidong
-
Fix some compilation errors in nsfns.c2010-06-29, by Jan D
-
dynamic-setting.el (font-setting-change-default-font): Remove call to message.2010-06-28, by Jan D
-
xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).2010-06-28, by Jan D
-
Mention bug number2010-06-28, by Jan D
-
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.2010-06-28, by Jan D
-
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.2010-06-28, by Kenichi Handa
-
international/quail.el (quail-insert-kbd-layout): Fix the showing of untranslated characters.2010-06-28, by Kenichi Handa
-
merge trunk2010-06-28, by Kenichi Handa
-
merge trunk2010-06-24, by Kenichi Handa
-
* bindings.el (global-map): Bind delete and DEL, the former to2010-06-28, by Chong Yidong
-
* src/s/freebsd.h (BSD4_2): Remove redundant definition.2010-06-27, by Dan Nicolaescu
-
* progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.2010-06-27, by Chong Yidong
-
* startup.el (command-line): Recognize "0" X resource value.2010-06-27, by Chong Yidong
-
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).2010-06-27, by Chong Yidong
-
Fix the MS-DOS build due to changes in configury.2010-06-26, by Eli Zaretskii
-
Fix the MS-DOS build due to changes in configury.2010-06-26, by Eli Zaretskii
-
Revert revno 100646 (fixed in emacs-23 branch).2010-06-26, by Eli Zaretskii
-
w32-fns.el (w32-convert-standard-filename): Doc fix.2010-06-26, by Eli Zaretskii
-
PROBLEMS: Update Cygwin-related info regarding GCC versions.2010-06-26, by Eli Zaretskii
-
Cherry-pick commit 8bd9308 from the org-mode Git repository.2010-06-26, by Romain Francoise
-
w32-fns.el (w32-convert-standard-filename): Doc fix.2010-06-26, by Eli Zaretskii
-
Revert last change.2010-06-25, by Chong Yidong
-
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).2010-06-25, by Chong Yidong
-
Add missing Changelog entries for textmodes/ispell.el (bzr#100641) and textmodes/flyspell.el (bzr#100640)2010-06-25, by Agustin martin
-
ispell.el (ispell-init-process): Make sure ispell and default directories are expanded.2010-06-25, by Agustin martin
-
Make sure `flyspell-word' checks word after (flyspell-check-previous-highlighted-word) run.2010-06-25, by Agustin martin
-
Add redisplay test for image and overlay string interaction.2010-06-25, by Chong Yidong
-
* lisp/minibuffer.el (completions-format): Change default from nil to2010-06-24, by Juri Linkov
-
* lisp/vc/vc.el (vc-diff-internal): Set `revert-buffer-function'2010-06-24, by Juri Linkov
-
Don't issue kmacro hint if echo area is in use (Bug#3412).2010-06-24, by Chong Yidong
-
lib-src/movemail.c (error): Avoid warning when there are no args.2010-06-24, by Juanma Barranquero
-
src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration.2010-06-24, by Juanma Barranquero
-
(none)2010-06-22, by Mark A. Hershberger
-
Add in some useful convenience functions for handling HTTP.2010-06-22, by Mark A. Hershberger
-
Hide scroll bar when window is too small to avoid Gtk+ warning.2010-06-22, by Jan D.
-
Minor simplification.2010-06-22, by Glenn Morris
-
Don't use font names from GConf if font backend can't handle it (bug#6478).2010-06-22, by Jan D.
-
* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.2010-06-22, by Glenn Morris
-
Add some utf-8 coding cookies.2010-06-22, by Glenn Morris
-
* font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).2010-06-22, by Jan D.
-
* lisp/simple.el (compose-mail): Fix doc string to refer to2010-06-21, by Karl Fogel
-
Fix an indentation bug:2010-06-21, by Alan Mackenzie
-
* INSTALL: Info files are compressed by default.2010-06-21, by Glenn Morris
-
Avoid recentering when lines differ in their height.2010-06-20, by Eli Zaretskii
-
Tweaks to package list UI.2010-06-20, by Chong Yidong
-
Add preliminary describe-package functionality, and some cleanup.2010-06-19, by Chong Yidong
-
xdisp.c (try_scrolling): Fix last change.2010-06-19, by Eli Zaretskii
-
Fix occasional recentering under scroll-conservatively.2010-06-19, by Eli Zaretskii
-
* lisp/descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)2010-06-19, by Glenn Morris
-
* lisp/emacs-lisp/edebug.el (edebug-read-list): Phase out old-style backquotes.2010-06-18, by Stefan Monnier
-
Fix revert-buffer functionality of Help mode and Info.2010-06-17, by Juri Linkov
-
* lisp/emacs-lisp/package.el (package-menu-mode-map): Add a menu.2010-06-17, by Dan Nicolaescu
-
ispell.el (ispell-aspell-find-dictionary): Fix regexp for full xx_YY search.2010-06-17, by Agustin martin
-
emacs-lisp/package.el (package-menu-mode-map): Move initialization into declaration.2010-06-17, by Juanma Barranquero
-
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.2010-06-17, by Juanma Barranquero
-
Merge package.el, written by Tom Tromey <tromey@redhat.com>.2010-06-17, by Chong Yidong
-
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Put back special2010-06-17, by Stefan Monnier
-
calc-poly.el: (math-accum-factors): Make sure that constants aren't distributed2010-06-16, by Jay Belanger
-
* lisp/facemenu.el (list-colors-display): Call `pop-to-buffer' before2010-06-16, by Juri Linkov
-
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'2010-06-16, by Stefan Monnier
-
Merge from emacs-232010-06-16, by Stefan Monnier
-
* src/lread.c (read1): Phase out old-style backquotes a bit more.2010-06-16, by Stefan Monnier
-
ispell.el: Fix portuguese casechars/not-casechars for missing 'çÇ'. (bug#6434).2010-06-16, by Agustin martin
-
* lisp/font-lock.el (font-lock-major-mode): Rename from2010-06-16, by Stefan Monnier
-
* etc/NEWS.1-17: Fix typos.2010-06-15, by Juanma Barranquero
-
Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.2010-06-15, by Glenn Morris
-
* lisp/vc-annotate.el (vc-annotate): Use vc-read-revision.2010-06-15, by Stefan Monnier
-
* etc/NEWS: appt-add.2010-06-15, by Glenn Morris
-
Tweak previous change.2010-06-15, by Glenn Morris
-
Close bug#5176.2010-06-15, by Glenn Morris
-
* INSTALL: Update font information (Bug#6389).2010-06-12, by Chong Yidong
-
Close bug#6361.2010-06-12, by Glenn Morris
-
Close bug#6406.2010-06-12, by Glenn Morris
-
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.2010-06-12, by Glenn Morris
-
Close bug#6408.2010-06-12, by Glenn Morris
-
* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)2010-06-10, by Glenn Morris
-
Doc typo fixes.2010-06-10, by Glenn Morris
-
* INSTALL: General update.2010-06-10, by Glenn Morris
-
* auth-source.el (auth-source-pick): If choice does not contain a2010-06-15, by Michael Albinus
-
* facemenu.el (list-colors-sort): Doc fix.2010-06-15, by Juanma Barranquero
-
* lisp/progmodes/sql.el (sql-connect-mysql): Fix typo.2010-06-15, by Glenn Morris
-
Add sort option `list-colors-sort'. (Bug#6332)2010-06-14, by Juri Linkov
-
* compare-w.el: Move to the "vc" subdirectory.2010-06-14, by Juri Linkov
-
* lisp/image-mode.el (image-mode-map): Remap left-char and right-char.2010-06-14, by Stefan Monnier
-
* lisp/nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.2010-06-14, by Stefan Monnier
-
* src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted.2010-06-13, by Juanma Barranquero
-
bidi.c (bidi_mirror_char): Fix commentary.2010-06-13, by Eli Zaretskii
-
Use Unicode database for attribute tables in bidi.c.2010-06-13, by Eli Zaretskii
-
Use BidiMirroring.txt for mirroring characters in bidi context.2010-06-12, by Eli Zaretskii
-
Derive bidi type table from UnicodeData.txt.2010-06-12, by Eli Zaretskii
-
Synch with Gnus trunk.2010-06-12, by Romain Francoise
-
Revert 2010-06-02 change to log-edit-font-lock-keywords (Bug#6343).2010-06-12, by Chong Yidong
-
Add all rgb.txt color names to x-colors.2010-06-12, by Chong Yidong
-
Fix bug #6409.2010-06-12, by Eli Zaretskii
-
Fix bug #6396.2010-06-12, by Eli Zaretskii
-
* Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook.2010-06-12, by Romain Francoise
-
* net/tramp.el (tramp-remote-process-environment): Protect version2010-06-12, by Michael Albinus
-
* Makefile.in (install-arch-indep): Delete any old info .gz files first.2010-06-12, by Glenn Morris
-
Fix Windows makefiles to adapt to lisp/vc reorganization.2010-06-11, by Juanma Barranquero
-
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.2010-06-11, by Juanma Barranquero
-
* lisp/finder.el (finder-known-keywords): Add keyword "vc"2010-06-11, by Juri Linkov
-
Move version control related files to the "vc" subdirectory.2010-06-11, by Juri Linkov
-
Fix for comint-password-prompt-regexp (Bug#6367).2010-06-11, by Chong Yidong
-
Bind `shell-resync-dirs' to M-RET in *shell* buffers.2010-06-11, by Stephen Eglen
-
* INSTALL: Revert previous accidental commit.2010-06-11, by Glenn Morris
-
Make compressing the info files optional.2010-06-11, by Glenn Morris
-
* notifications.el: Move file from lisp/net, because it is2010-06-10, by Michael Albinus
-
* net/notifications.el (notifications-on-action-signal)2010-06-10, by Michael Albinus
-
Synch with Gnus trunk.2010-06-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-06-10, by Katsumi Yamaoka
-
Merge from mainline.2010-06-10, by Katsumi Yamaoka
-
* admin/notes/newfile: Update.2010-06-10, by Glenn Morris
-
Minor authors.el update.2010-06-10, by Glenn Morris
-
* Makefile.in (install-arch-indep): Gzip the info files too.2010-06-10, by Glenn Morris
-
* src/editfns.c (Fbyte_to_string): Pacify compiler.2010-06-10, by Glenn Morris
-
* make-dist: Remove references to non-existent directories and files.2010-06-10, by Glenn Morris
-
* src/m/ibms390x.h: Rather than duplicating ibms390.h, just include it.2010-06-10, by Glenn Morris
-
Minor update for Acknowledgments in manual.2010-06-10, by Glenn Morris
-
Fix ChangeLog attribution.2010-06-10, by Glenn Morris
-
* lisp/net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve2010-06-10, by Stefan Monnier
-
Remove duplicate ChangeLog entries.2010-06-10, by Juanma Barranquero
-
Synch with Gnus trunk.2010-06-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-06-10, by Katsumi Yamaoka
-
Merge from mainline.2010-06-09, by Katsumi Yamaoka
-
Conflict resolution fixup2010-06-09, by Andreas Schwab
-
Merge from emacs-232010-06-09, by Andreas Schwab
-
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.2010-06-09, by Stefan Monnier
-
* lisp/emacs-lisp/advice.el (ad-compile-function):2010-06-09, by Stefan Monnier
-
* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;2010-06-09, by Stefan Monnier
-
* minibuf.c (Fall_completions): Add more checks.2010-06-08, by Andreas Schwab
-
* minibuf.c (Fall_completions): Add more checks.2010-06-08, by Andreas Schwab
-
* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).2010-06-08, by Juanma Barranquero
-
* lisp/net/rcirc.el: Add support for password authentication.2010-06-07, by Stefan Monnier
-
* net/dbus.el: Fix typos and declare function.2010-06-05, by Juanma Barranquero
-
* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).2010-06-04, by Chong Yidong
-
Add bug number2010-06-03, by Andreas Schwab
-
* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv42010-06-03, by Andreas Schwab
-
Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).2010-06-03, by Chong Yidong
-
Fix typos.2010-06-03, by Juanma Barranquero
-
Close bug#6336.2010-06-03, by Glenn Morris
-
Better doc fix for Bug#6283.2010-06-02, by Chong Yidong
-
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).2010-06-02, by Chong Yidong
-
* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).2010-06-02, by Dan Nicolaescu
-
Merge from mainline.2010-06-08, by Katsumi Yamaoka
-
Merge from mainline.2010-06-07, by Katsumi Yamaoka
-
* src/s/usg5-4.h: Fix previous change.2010-06-09, by Dan Nicolaescu
-
* net/notifications.el (notifications-notify): Fix docstring.2010-06-09, by Michael Albinus
-
Update to Unicode 6.0.0 beta.2010-06-09, by Juanma Barranquero
-
* emacs-lisp/smie.el (comment-string-strip): Declare function.2010-06-09, by Juanma Barranquero
-
* vc-mtn.el (log-edit-extract-headers): Declare function.2010-06-09, by Juanma Barranquero
-
* vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.2010-06-09, by Juanma Barranquero
-
* net/notifications.el (dbus-register-signal): Declare function.2010-06-09, by Juanma Barranquero
-
Improve VC create/retrieve tag/branch.2010-06-09, by Dan Nicolaescu
-
move notifications.el to net/2010-06-09, by Michael Albinus
-
* NEWS: Add notifications.el.2010-06-09, by Michael Albinus
-
* notifications.el: New file.2010-06-09, by Michael Albinus
-
* admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.2010-06-09, by Glenn Morris
-
Add optional support for resetting VC properties.2010-06-09, by Dan Nicolaescu
-
Improve support for special markup in the VC commit message.2010-06-09, by Dan Nicolaescu
-
* lisp/emacs-lisp/smie.el (smie-indent-keyword): Remove special case that2010-06-09, by Stefan Monnier
-
* auth-source.el (top): Autoload `secrets-list-collections',2010-06-08, by Michael Albinus
-
* src/lread.c (X_OK): Remove, unused.2010-06-08, by Dan Nicolaescu
-
* src/dispnew.c: Remove obsolete comment.2010-06-08, by Dan Nicolaescu
-
Remove INCLUDED_FCNTL.2010-06-08, by Dan Nicolaescu
-
Include <strings.h> and <string.h> instead of2010-06-08, by Dan Nicolaescu
-
Synch with Gnus trunk.2010-06-07, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-06-07, by Katsumi Yamaoka
-
Merge from mainline.2010-06-07, by Katsumi Yamaoka
-
* lisp/iimage.el: Remove images as soon as the underlying text is modified.2010-06-07, by Stefan Monnier
-
Merge from mainline.2010-06-06, by Katsumi Yamaoka
-
Merge from mainline.2010-06-03, by Katsumi Yamaoka
-
Merge from mainline.2010-06-03, by Katsumi Yamaoka
-
Merge from mainline.2010-06-02, by Katsumi Yamaoka
-
Merge from mainline.2010-06-02, by Katsumi Yamaoka
-
* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Rename from2010-06-07, by Stefan Monnier
-
* window.el (pop-to-buffer): Remove the conditional that2010-06-07, by Juri Linkov
-
* cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.2010-06-07, by Juanma Barranquero
-
Make (after keyword) indent-rules more flexible.2010-06-07, by Stefan Monnier
-
* lisp/isearch.el (isearch-lazy-highlight-search): Fix looping2010-06-06, by Juri Linkov
-
Remove BSTRING related code, all platforms define it.2010-06-06, by Dan Nicolaescu
-
vc-log-incoming/vc-log-outgoing fixes for Git.2010-06-05, by Dan Nicolaescu
-
Remove obsolete macro BASE_LEADING_CODE_P.2010-06-05, by Juanma Barranquero
-
* lisp/simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.2010-06-04, by Juri Linkov
-
Turn `directory-sep-char' into a noop.2010-06-04, by Juanma Barranquero
-
* net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".2010-06-04, by Michael Albinus
-
mule-cmds.el: Add obsolescence information for nonascii-* vars.2010-06-04, by Juanma Barranquero
-
vc-log-incoming/vc-log-outgoing improvements for Git.2010-06-03, by Dan Nicolaescu
-
Add bindings for vc-log-incoming and vc-log-outgoing.2010-06-03, by Dan Nicolaescu
-
* configure.in (AC_PREREQ): Require autoconf 2.65.2010-06-03, by Dan Nicolaescu
-
Move UNEXEC definition to autoconf.2010-06-03, by Dan Nicolaescu
-
Remove obsolete pre-unicode2 macros.2010-06-03, by Juanma Barranquero
-
* src/buffer.c (Fother_buffer): Add CHECK_FRAME.2010-06-03, by Juri Linkov
-
* net/rcirc.el (rcirc-sort-nicknames): Remove.2010-06-03, by Chong Yidong
-
* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.2010-06-03, by Juanma Barranquero
-
* net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.2010-06-03, by Chong Yidong
-
* net/rcirc.el (rcirc-sort-nicknames): Change default.2010-06-03, by Stefan Monnier
-
* lisp/net/rcirc.el (rcirc-sort-nicknames): New custom.2010-06-03, by Stefan Monnier
-
Add admin/unidata/unidata.txt.2010-06-03, by Juanma Barranquero
-
* src/s/sol2-10.h: Comment fix.2010-06-03, by Glenn Morris
-
* src/m/ibms390.h: Comment fix.2010-06-03, by Glenn Morris
-
Remove NO_SOCK_SIGIO references.2010-06-03, by Glenn Morris
-
Regenerate src/config.in.2010-06-03, by Glenn Morris
-
* admin/notes/font-backend: Remove obsolete information.2010-06-03, by Glenn Morris
-
m/hp800.h simplification.2010-06-03, by Glenn Morris
-
HAVE_ALLOCA not needed since alloca.s was removed.2010-06-03, by Glenn Morris
-
NOT_C_CODE is always true now.2010-06-03, by Glenn Morris
-
Split smie-indent-calculate into more manageable chunks.2010-06-03, by Stefan Monnier
-
* lisp/emacs-lisp/smie.el (smie-indent-calculate): Simplify and cleanup.2010-06-02, by Stefan Monnier
-
* net/tramp-gvfs.el (top): Require url-util.2010-06-02, by Michael Albinus
-
* lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.2010-06-02, by Dan Nicolaescu
-
Fix config.h includes.2010-06-02, by Dan Nicolaescu
-
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.2010-06-02, by Dan Nicolaescu
-
* src/s/sol2-6.h: Remove obsolete comments.2010-06-02, by Dan Nicolaescu
-
Remove unnecessary alloca.h includes.2010-06-02, by Dan Nicolaescu
-
Fix alloca definition when using gcc on non-gnu systems.2010-06-02, by Dan Nicolaescu
-
Synch with Gnus trunk.2010-06-02, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-06-02, by Katsumi Yamaoka
-
Merge from mainline.2010-06-01, by Katsumi Yamaoka
-
Merge from mainline.2010-05-31, by Katsumi Yamaoka
-
Merge from mainline.2010-05-30, by Katsumi Yamaoka
-
Merge from mainline.2010-05-28, by Katsumi Yamaoka
-
Merge from mainline.2010-05-27, by Katsumi Yamaoka
-
Merge from mainline.2010-05-27, by Katsumi Yamaoka
-
Merge from mainline.2010-05-26, by Katsumi Yamaoka
-
Merge from mainline.2010-05-25, by Katsumi Yamaoka
-
Merge from mainline.2010-05-25, by Katsumi Yamaoka
-
Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.2010-06-01, by Juanma Barranquero
-
Add support for vc-log-incoming, improve vc-log-outgoing for Git.2010-06-01, by Dan Nicolaescu
-
Improve state updating for VC tag commands.2010-06-01, by Dan Nicolaescu
-
lisp/ChangeLog: Fix some typos.2010-06-01, by Juanma Barranquero
-
* vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).2010-06-01, by Dan Nicolaescu
-
Merge from emacs-232010-06-01, by Stefan Monnier
-
* sysdep.c (child_setup_tty): Move the non-canonical initialization to2010-06-01, by Stefan Monnier
-
Mention encryption commands in the Emacs manual.2010-05-31, by Daiki Ueno
-
src/ChangeLog: Add missing bug id.2010-05-31, by Juanma Barranquero
-
* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).2010-05-31, by Juanma Barranquero
-
Fix for momentary-string-display (Bug#6238).2010-05-31, by Chong Yidong
-
Fix bug #6313.2010-05-30, by Eli Zaretskii
-
Fix crash reported in bug #6306.2010-05-30, by Eli Zaretskii
-
emulation/cua-base.el: Recognize also `right-word' and `left-word'.2010-05-30, by Juanma Barranquero
-
* lisp/minibuffer.el (completion-file-name-table): Don't return a boundary2010-05-30, by Stefan Monnier
-
emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.2010-05-30, by Juanma Barranquero
-
progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from `path-separator'.2010-05-30, by Juanma Barranquero
-
Add --parent-id argument to emacsclient.2010-05-29, by Chong Yidong
-
Regenerate configure.2010-05-29, by Glenn Morris
-
Add some comments related to how epaths.h gets built.2010-05-29, by Glenn Morris
-
* ansi-color.el: Delete unused escape sequences (Bug#6085).2010-05-29, by Chong Yidong
-
Implement bidi-sensitive word movement with arrow keys.2010-05-29, by Eli Zaretskii
-
Fix cursor motion in bidi-reordered continued lines.2010-05-29, by Eli Zaretskii
-
Finish debugging of cursor motion in bidi-reordered lines.2010-05-29, by Eli Zaretskii
-
Prevent unnecessary scrolling in bidi-reordered buffers.2010-05-28, by Eli Zaretskii
-
Fix bug #6294.2010-05-29, by Eli Zaretskii
-
* image-dired.el (image-dired-dired-toggle-marked-thumbs):2010-05-28, by Juri Linkov
-
* fileio.c (Fdelete_file): Pass TRASH arg to handler call.2010-05-28, by Michael Albinus
-
* net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'2010-05-28, by Michael Albinus
-
* net/tramp-compat.el (tramp-compat-delete-file): Use2010-05-28, by Michael Albinus
-
Handle face-ignored-fonts2010-05-28, by Kenichi Handa
-
merge trunk2010-05-28, by Kenichi Handa
-
Handle face-ignored-fonts2010-05-28, by Kenichi Handa
-
* configure.in: Simplify some of the *bsd $canonical tests.2010-05-28, by Glenn Morris
-
Move some old ChangeLog entries to the right files.2010-05-28, by Glenn Morris
-
* configure.in: Simplify some of the $canonical tests.2010-05-28, by Glenn Morris
-
* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.2010-05-28, by Glenn Morris
-
* etc/MACHINES: Remove some old information no longer of relevance.2010-05-28, by Glenn Morris
-
* etc/PROBLEMS: Remove some more obsolete information.2010-05-28, by Glenn Morris
-
Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.2010-05-27, by Chong Yidong
-
Fix redisplay crash (Bug#6177).2010-05-27, by Chong Yidong
-
Let htmlfontify recognize face aliases (Bug#6279).2010-05-27, by Chong Yidong
-
language/hebrew.el (hebrew-shape-gstring): Check if a glyph element of GSTRING is nil.2010-05-27, by Kenichi Handa
-
merge trunk2010-05-27, by Kenichi Handa
-
language/hebrew.el (hebrew-shape-gstring): Check if a glyph element of GSTRING is nil.2010-05-27, by Kenichi Handa
-
* etc/PROBLEMS: Remove some more old information.2010-05-27, by Glenn Morris
-
* etc/PROBLEMS: Remove old information no longer of relevance.2010-05-27, by Glenn Morris
-
Do not preprocess src/Makefile.in.2010-05-27, by Glenn Morris
-
Provide hooks to use a different tokenizer in SMIE.2010-05-27, by Stefan Monnier
-
Avoid (expand-file-name ".").2010-05-26, by Stefan Monnier
-
*** empty log message ***2010-05-26, by Michael Albinus
-
* eshell.texi (Built-ins): Describe, how to disable a built-in command2010-05-26, by Michael Albinus
-
* configure.in: Comments.2010-05-26, by Glenn Morris
-
Replace YMF_PASS_LDFLAGS with autoconf.2010-05-26, by Glenn Morris
-
* lisp/emulation/edt.el (edt-load-keys): Use locate-library.2010-05-26, by Glenn Morris
-
* configure, configure.in: Fix typo in previous.2010-05-26, by Glenn Morris
-
Regenerate configure.2010-05-26, by Glenn Morris
-
Add GNUSTEP_LOCAL_HEADERS/LIBRARIES to build flags.2010-05-26, by Glenn Morris
-
Remove some NS_IMPL_GNUSTEP build dead code.2010-05-26, by Glenn Morris
-
* src/Makefile.in: Fix comment typo.2010-05-26, by Glenn Morris
-
Fix for finding a static composition.2010-05-26, by Kenichi Handa
-
Fix for finding a static composition.2010-05-26, by Kenichi Handa
-
merge trunk2010-05-26, by Kenichi Handa
-
Rename relative filenames in ChangeLog entries according to root.2010-05-25, by Chong Yidong
-
lisp/ChangeLog: Fix typos.2010-05-25, by Juanma Barranquero
-
* dired.el (dired-mode-map): Rebind "\C-t\C-t" from2010-05-25, by Juri Linkov
-
* image-mode.el (image-mode): Add image-after-revert-hook to after-revert-hook.2010-05-25, by Juri Linkov
-
* image.el (image-animated-p): When delay between animated images is 0,2010-05-25, by Juri Linkov
-
* net/tramp.el (tramp-handle-insert-directory): Don't use2010-05-25, by Michael Albinus
-
* net/tramp.el (tramp-handle-insert-directory): Don't use2010-05-25, by Michael Albinus
-
* net/tramp.el (tramp-progress-reporter-update): New defun.2010-05-25, by Michael Albinus
-
Merge from mainline.2010-05-25, by Katsumi Yamaoka
-
Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.2010-05-25, by Glenn Morris
-
Do not include config.h in src/Makefile.in.2010-05-25, by Glenn Morris
-
Regenerate configure.2010-05-25, by Glenn Morris
-
Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS.2010-05-25, by Glenn Morris
-
Remove LD_SWITCH_SYSTEM_EXTRA.2010-05-25, by Glenn Morris
-
* net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name): Add :version.2010-05-25, by Glenn Morris
-
rcirc update.2010-05-25, by Glenn Morris
-
* emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.2010-05-25, by Stefan Monnier
-
Replace Lisp calls to delete-backward-char by delete-char.2010-05-25, by Stefan Monnier
-
Add Hebrew shaper.2010-05-25, by Kenichi Handa
-
Fix bidi-composition interaction in backward scanning.2010-05-25, by Kenichi Handa
-
Add Hebrew shaper.2010-05-25, by Kenichi Handa
-
merge trunk2010-05-25, by Kenichi Handa
-
merge trunk2010-05-25, by Kenichi Handa
-
Fix bidi-composition interaction in backward scanning..2010-05-25, by Kenichi Handa
-
Merge from mainline.2010-05-24, by Katsumi Yamaoka
-
Merge from mainline.2010-05-23, by Katsumi Yamaoka
-
Merge from emacs-232010-05-25, by Stefan Monnier
-
Mention multi-planes text-properties2010-05-24, by Stefan Monnier
-
* process.c (Fmake_network_process): Set :host to nil if it's not used.2010-05-24, by Stefan Monnier
-
Adapt make-dist to new version location.2010-05-24, by Romain Francoise
-
* dispextern.h: Fix typo in previous change.2010-05-23, by Juanma Barranquero
-
dispextern.h (init_iterator): Sync prototype with changed definition.2010-05-23, by Eli Zaretskii
-
Redesign bidi-aware edge positions of glyph rows, fix bug #6036.2010-05-22, by Eli Zaretskii
-
Fix bug #6237.2010-05-22, by Eli Zaretskii
-
* admin/notes/bugtracker: More about recovering from moderation mistakes.2010-05-22, by Glenn Morris
-
Add ChangeLog change missing in last checkin.2010-05-22, by Chong Yidong
-
Rename image-refresh to image-flush.2010-05-22, by Chong Yidong
-
Remove cirsular dependency when using separate build dir (Bug #6246).2010-05-22, by Jan D.
-
Regenerate configure2010-05-22, by Andreas Schwab
-
* progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.2010-05-21, by Juri Linkov
-
Fix a bug which happens when doing (c-parse-state) in a CPP construct:2010-05-21, by Alan Mackenzie
-
Improve image cache clearing logic (Bug#6230).2010-05-21, by Chong Yidong
-
* configure.in (MKDEPDIR): Parallel build tweak.2010-05-21, by Glenn Morris
-
* net/tramp.el (tramp-do-copy-or-rename-file)2010-05-21, by Michael Albinus
-
* add-log.el: Highlight all authors in multi-author ChangeLog entries.2010-05-21, by Juanma Barranquero
-
* src/Makefile.in: Comment fix.2010-05-21, by Glenn Morris
-
Revert previous change.2010-05-21, by Glenn Morris
-
Minor Makefile fix.2010-05-21, by Glenn Morris
-
Derive Fortran modes from prog-mode.2010-05-21, by Glenn Morris
-
* smerge-mode.el: Fix typos.2010-05-21, by Juanma Barranquero
-
* src/Makefile.in: Fix comment format in cpp section.2010-05-21, by Glenn Morris
-
Regenerate configure.2010-05-21, by Glenn Morris
-
Handle some HAVE_NS Makefile conditionals with configure.2010-05-21, by Glenn Morris
-
Build simplifications for oldxmenu.2010-05-21, by Glenn Morris
-
* msdos/mainmake.v2: Comment fix.2010-05-21, by Glenn Morris
-
Handle CANNOT_DUMP (partially) with configure.2010-05-21, by Glenn Morris
-
Minor loadup.el fix.2010-05-21, by Glenn Morris
-
* help-mode.el (help-make-xrefs): For Info node links turn2010-05-20, by Juri Linkov
-
* gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)2010-05-20, by Juri Linkov
-
* fileio.c (Fdelete_file): Change interative spec to use2010-05-20, by Juri Linkov
-
* locate.el (locate): Use pop-to-buffer instead of2010-05-20, by Juri Linkov
-
* replace.el (replace-highlight): Fix lazy-highlighting2010-05-20, by Juri Linkov
-
* isearch.el (isearch-yank-word-or-char): Pull next subword2010-05-20, by Juri Linkov
-
* isearch.el (isearch-update-post-hook): New hook.2010-05-20, by Juri Linkov
-
* isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:2010-05-20, by Juri Linkov
-
* isearch.el (isearch-yank-string): Use isearch-process-search-string.2010-05-20, by Juri Linkov
-
Remove obsolete comment.2010-05-20, by Juri Linkov
-
* dired-x.el (dired-jump, dired-jump-other-window): Add arg2010-05-20, by Juri Linkov
-
* nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to2010-05-20, by Chong Yidong
-
Doc fix (Bug#6224).2010-05-20, by Chong Yidong
-
Use terminfo rather than termcap on recent NetBSD.2010-05-20, by Glenn Morris
-
* config.bat: Need to add the deps.mk file before running cpp.2010-05-20, by Glenn Morris
-
* src/autodeps.mk, src/deps.mk: Comments need to be in C format.2010-05-20, by Glenn Morris
-
Regenerate configure, src/config.in.2010-05-20, by Glenn Morris
-
Handle auto-depend with configure.2010-05-20, by Glenn Morris
-
* configure.in (--with-gtk, --with-gcc): Remove option stubs.2010-05-20, by Glenn Morris
-
* emacs-lisp/cl-loaddefs.el: Update autoload checksum.2010-05-20, by Juanma Barranquero
-
* composite.el: Require cl when compiling; fix typos in docstrings.2010-05-20, by Juanma Barranquero
-
Merge from mainline.2010-05-19, by Katsumi Yamaoka
-
* emacs-lisp/cl-macs.el (window-parameter): Add defsetf with2010-05-19, by Juri Linkov
-
* net/tramp.el (tramp-methods): Add `tramp-async-args' attribute2010-05-19, by Michael Albinus
-
Fix C-e when bidi reordering is in effect.2010-05-19, by Eli Zaretskii
-
* password-cache.el (password-cache-remove): Fix docstring.2010-05-19, by Michael Albinus
-
* net/secrets.el: Autoload the widget functions.2010-05-19, by Michael Albinus
-
Decode RFC2047 encoded Subject lines for mail replies.2010-05-19, by Peter S Galbraith
-
Fix bug #6210.2010-05-19, by Eli Zaretskii
-
* indent.el (indent-region): Deactivate region (bug#6200).2010-05-19, by Stefan Monnier
-
* vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)2010-05-19, by Glenn Morris
-
* etc/TODO: prog-mode updates.2010-05-19, by Glenn Morris
-
Minor msdos build change.2010-05-19, by Glenn Morris
-
Regenerate configure, src/config.in.2010-05-19, by Glenn Morris
-
Set linker-related things with configure.2010-05-19, by Glenn Morris
-
* s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.2010-05-19, by Glenn Morris
-
merge trunk2010-05-19, by Kenichi Handa
-
merge trunk2010-05-19, by Kenichi Handa
-
Merge from mainline.2010-05-18, by Katsumi Yamaoka
-
Merge from mainline.2010-05-18, by Katsumi Yamaoka
-
Merge from mainline.2010-05-17, by Katsumi Yamaoka
-
Merge from mainline.2010-05-16, by Katsumi Yamaoka
-
* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply2010-06-01, by Stefan Monnier
-
Fix up changelog entry2010-05-31, by Stefan Monnier
-
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.2010-05-31, by Stefan Monnier
-
* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread2010-05-31, by Stefan Monnier
-
* lisp/man.el (Man-completion-table): Let the user type "-k ".2010-05-31, by Stefan Monnier
-
Backport from trunk: Fix bug#6298.2010-05-31, by Juanma Barranquero
-
Fix for momentary-string-display (Bug#6238).2010-05-31, by Chong Yidong
-
src/ChangeLog: Fix typos.2010-05-30, by Juanma Barranquero
-
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".2010-05-30, by Juanma Barranquero
-
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.2010-05-30, by Stefan Monnier
-
* ansi-color.el: Delete unused escape sequences (Bug#6085).2010-05-29, by Chong Yidong
-
* xdisp.c (redisplay_window): After redisplay, check if point is2010-05-27, by Chong Yidong
-
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use2010-05-27, by Chong Yidong
-
* epa.el (epa--select-keys): Don't explicitly delete the window since2010-05-25, by Stefan Monnier
-
CEDET is not TODO any more2010-05-25, by Stefan Monnier
-
* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):2010-05-24, by Stefan Monnier
-
Backport from trunk: close bug#6190.2010-05-21, by Glenn Morris
-
Doc fix (Bug#6224).2010-05-20, by Chong Yidong
-
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.2010-05-19, by Stefan Monnier
-
* textmodes/fill.el (fill-region): Don't fill past the end.2010-05-19, by Stefan Monnier
-
Stefan Monnier <monnier@iro.umontreal.ca>2010-05-18, by Chong Yidong
-
calc-trail.el (calc-trail-isearch-forward)2010-05-18, by Jay Belanger
-
Handle lines truncated on right.2010-05-22, by Eli Zaretskii
-
Test and debug find_row_edges on TTY display.2010-05-22, by Eli Zaretskii
-
Completed initial debugging and testing of reimplemented cursor motion.2010-05-19, by Eli Zaretskii
-
Initial reimplementation of calculating line edge positions in bidi lines.2010-05-18, by Eli Zaretskii
-
* subr.el (read-quoted-char): Resolve modifiers after key remapping.2010-05-18, by Stefan Monnier
-
Add command `secrets-show-secrets'.2010-05-18, by Michael Albinus
-
Add visualization code for secrets.2010-05-18, by Michael Albinus
-
* emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.2010-05-18, by Stefan Monnier
-
Fix stack overflow in string creation (Bug#6214).2010-05-18, by Chong Yidong
-
* character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to2010-05-18, by Chong Yidong
-
Fix handling of non-associative equal levels.2010-05-18, by Stefan Monnier
-
* doc/emacs/ChangeLog: Fix typos.2010-05-18, by Juanma Barranquero
-
Document bidi-aware behavior of arrow keys and display features.2010-05-18, by Eli Zaretskii
-
Fix ChangeLog typos.2010-05-18, by Juanma Barranquero
-
* charset.c (load_charset_map_from_file): Don't call close after fclose.2010-05-18, by Juanma Barranquero
-
msdos/sed1x.inp: Add copyright notice.2010-05-18, by Eli Zaretskii
-
* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.2010-05-18, by Juanma Barranquero
-
* emacs-lisp/smie.el: Fix typos in docstrings.2010-05-18, by Juanma Barranquero
-
Advise against unnecessary merges from trunk to feature branches.2010-05-18, by Eli Zaretskii
-
* s/gnu-linux.h: Combine two conditionals.2010-05-18, by Glenn Morris
-
* src/[ms]/template.h: Comments.2010-05-18, by Glenn Morris
-
Regenerate configure.2010-05-18, by Glenn Morris
-
* admin/notes/bzr: New file.2010-05-18, by Glenn Morris
-
Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.2010-05-18, by Glenn Morris
-
Set rallocobj with configure, not cpp.2010-05-18, by Glenn Morris
-
Define some malloc objects with configure, not cpp.2010-05-18, by Glenn Morris
-
* Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull.2010-05-17, by Stefan Monnier
-
Provide a simple generic indentation engine and use it for Prolog.2010-05-17, by Stefan Monnier
-
Combine the two stamp-oldxmenu cases.2010-05-17, by Glenn Morris
-
calc-vec.el (math-vector-avg): Put the vector elements in order2010-05-17, by Jay Belanger
-
* src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.2010-05-17, by Glenn Morris
-
* src/Makefile.in (clean): Get rid of HAVE_NS conditional.2010-05-16, by Glenn Morris
-
* configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.2010-05-16, by Glenn Morris
-
Tweak ns_app*dir values set by configure.2010-05-16, by Glenn Morris
-
Remove one variable from Makefile.in.2010-05-16, by Glenn Morris
-
Simplify temacs build rule.2010-05-16, by Glenn Morris
-
Simplify temacs build rule.2010-05-16, by Glenn Morris
-
Remove unused Makefile variables STARTFLAGS.2010-05-16, by Glenn Morris
-
* configure.in: Remove references to usg5-4 and bsd-common, $opsys2010-05-16, by Dan Nicolaescu
-
* m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.2010-05-16, by Dan Nicolaescu
-
Remove reference to CANNOT_EXEC, not used anymore.2010-05-16, by Dan Nicolaescu
-
calc-vec.el (calc-histogram):2010-05-16, by Jay Belanger
-
calc-ext.el (math-group-float): Have the number of digits being2010-05-16, by Jay Belanger
-
* src/Makefile.in (LIBX_BASE): Always define.2010-05-16, by Glenn Morris
-
* src/Makefile.in (LIBX_OTHER): Move out of cpp section.2010-05-16, by Glenn Morris
-
* src/Makefile.in (LIBXT): Always define.2010-05-16, by Glenn Morris
-
Regenerate configure, src/config.in.2010-05-15, by Glenn Morris
-
Always define LIBXMENU in src/Makefile.in.2010-05-15, by Glenn Morris
-
src/Makefile.in (OLDXMENU): Move out of cpp section.2010-05-15, by Glenn Morris
-
Always define OLDXMENU in src/Makefile.in.2010-05-15, by Glenn Morris
-
msdos/ChangeLog missing from previous commit.2010-05-15, by Glenn Morris
-
Always define LIBX_OTHER in src/Makefile.in.2010-05-15, by Glenn Morris
-
Regenerate configure.2010-05-15, by Glenn Morris
-
Always define FONT_OBJ; to empty in the non-X case.2010-05-15, by Glenn Morris
-
Fixes related to CANNOT_DUMP mode, and a floating-point bug fix.2010-05-15, by Ken Raeburn
-
* lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)2010-05-15, by Ken Raeburn
-
* emacs.c (main): Initialize initial-environment and process-environment2010-05-15, by Ken Raeburn
-
Update scripts and text to refer to version number string in emacs.c2010-05-15, by Ken Raeburn
-
Handle --version reasonably in CANNOT_DUMP configuration.2010-05-15, by Ken Raeburn
-
Avoid crashes when stepping with right-arrow through "^L^L".2010-05-15, by Eli Zaretskii
-
Prevent an error signal when clicking on Options->Mule->Describe Lang Env.2010-05-15, by Eli Zaretskii
-
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.2010-05-15, by Eli Zaretskii
-
Implement bidi-sensitive movement with arrow keys.2010-05-15, by Eli Zaretskii
-
Implement bidi-sensitive movement with arrow keys.2010-05-15, by Eli Zaretskii
-
Fix DOS build; don't override convert-standard-filename.2010-05-15, by Eli Zaretskii
-
Don't override standard definition of convert-standard-filename.2010-05-15, by Eli Zaretskii
-
config.bat: Remove support for DJGPP v1.x.2010-05-15, by Eli Zaretskii
-
Fix "config msdos" step.2010-05-15, by Eli Zaretskii
-
Fix a typo in msdos/ChangeLog.2010-05-15, by Eli Zaretskii
-
calc-aent.el (math-read-token, math-find-user-tokens):2010-05-15, by Jay Belanger
-
* progmodes/asm-mode.el (asm-mode): Use define-derived-mode.2010-05-15, by Stefan Monnier
-
* progmodes/prolog.el (prolog-mode): Use define-derived-mode.2010-05-15, by Stefan Monnier
-
* pcomplete.el (pcomplete-completions-at-point): New function,2010-05-15, by Stefan Monnier
-
* lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.2010-05-15, by Glenn Morris
-
Regenerate configure.2010-05-15, by Glenn Morris
-
Choose dependency of oldxmenu using configure.2010-05-15, by Glenn Morris
-
* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.2010-05-15, by Glenn Morris
-
* lisp/org/org-docview.el: Fix copyright years.2010-05-15, by Glenn Morris
-
* lib-src/Makefile.in: Break some long lines.2010-05-15, by Glenn Morris
-
If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS.2010-05-15, by Glenn Morris
-
Minor NS build fixes.2010-05-15, by Glenn Morris
-
Remove references to CVS directories etc in Makefiles.2010-05-15, by Glenn Morris
-
calc-bin.el (math-format-twos-complement): Group digits when appropriate.2010-05-14, by Jay Belanger
-
* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.2010-05-14, by Stefan Monnier
-
* eval.c (specbind): Disallow let-binding frame-local vars.2010-05-14, by Stefan Monnier
-
* simple.el (prog-mode): New (abstract) major mode.2010-05-14, by Stefan Monnier
-
Make the cache of bidi iterator states dynamically allocated.2010-05-14, by Eli Zaretskii
-
update tags2010-05-14, by convert-repo
-
Rename bidi_get_next_char_visually to bidi_move_to_visually_next.2010-05-14, by Eli Zaretskii
-
Fix comments from revno 100276.2010-05-14, by Eli Zaretskii
-
* progmodes/sql.el: Fix typos in docstrings.2010-05-14, by Juanma Barranquero
-
Fix spelling and remove merge marks due to revno 100276.2010-05-14, by Eli Zaretskii
-
Synch with Gnus trunk.2010-05-14, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-14, by Katsumi Yamaoka
-
Merge from mainline.2010-05-14, by Katsumi Yamaoka
-
Fix bidi-composition interaction.2010-05-14, by Kenichi Handa
-
merge trunk2010-05-14, by Kenichi Handa
-
No harm in always defining some ns_ Makefile variables.2010-05-14, by Glenn Morris
-
merge trunk2010-05-14, by Kenichi Handa
-
font.c (font_range): Return the range for the font found at first.2010-05-14, by Kenichi Handa
-
merge trunk2010-05-14, by Kenichi Handa
-
Move some undefs from src/Makefile.in to configure.2010-05-14, by Glenn Morris
-
* admin/CPP-DEFINES: Updates.2010-05-14, by Glenn Morris
-
Regenerate configure, src/config.in.2010-05-14, by Glenn Morris
-
Replace some msdos cpp.2010-05-14, by Glenn Morris
-
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.2010-05-14, by Glenn Morris
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Fix bidi-composition interaction.2010-05-14, by Kenichi Handa
-
merge trunk2010-05-10, by Kenichi Handa
-
merge trunk2010-05-06, by Kenichi Handa
-
merge trunk2010-04-28, by Kenichi Handa
-
font.c (font_range): Return the range for the font found at first.2010-05-14, by Kenichi Handa
-
* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).2010-05-14, by Glenn Morris
-
Minor build simplification for NS.2010-05-14, by Glenn Morris
-
* src/Makefile.in (ns_appresdir): Remove, unused.2010-05-14, by Glenn Morris
-
* src/Makefile.in (SHELL): Move outside cpp section.2010-05-14, by Glenn Morris
-
* s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).2010-05-14, by Glenn Morris
-
calc.texi: Remove "\turnoffactive" commands throughout.2010-05-13, by Jay Belanger
-
Add TeX open-block and close-block keybindings to SGML, and vice versa.2010-05-13, by Chong Yidong
-
* net/tramp.el (with-progress-reporter): Create reporter object2010-05-13, by Michael Albinus
-
lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.2010-05-13, by Jan D
-
Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.2010-05-13, by Agustin martin
-
Unify some conditionals in src/Makefile.in.2010-05-13, by Glenn Morris
-
Minor simplification for src/Makefile.in.2010-05-13, by Glenn Morris
-
* configure.in: Fix some paren typos.2010-05-13, by Glenn Morris
-
Synch with Gnus trunk.2010-05-13, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-13, by Katsumi Yamaoka
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Merge from mainline.2010-05-13, by Katsumi Yamaoka
-
Merge from mainline.2010-05-12, by Katsumi Yamaoka
-
Fix ChangeLog typo.2010-05-13, by Glenn Morris
-
Remove WINNT_SUPPORT from src/Makefile.in,2010-05-13, by Glenn Morris
-
Regenerate configure, src/config.in.2010-05-13, by Glenn Morris
-
Some msdos build fixes (hopefully, possibly, ...)2010-05-13, by Glenn Morris
-
Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS.2010-05-13, by Glenn Morris
-
Remove some unused #define's, previously replaced by variables.2010-05-13, by Glenn Morris
-
Define some variables to hold configure's output, for clarity.2010-05-13, by Glenn Morris
-
* progmodes/sh-script.el (sh-mode): Use define-derived-mode.2010-05-13, by Stefan Monnier
-
* dos-fns.el: Add "dos-" prefix for namespace control.2010-05-13, by Stefan Monnier
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Merge from mainline.2010-05-12, by Katsumi Yamaoka
-
Merge from mainline.2010-05-11, by Katsumi Yamaoka
-
* progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):2010-05-12, by Alan Mackenzie
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Merge from mainline.2010-05-12, by Katsumi Yamaoka
-
Reformat some comments in src/s/*.h.2010-05-12, by Glenn Morris
-
Simplify linker-related logic in src/Makefile.in.2010-05-12, by Glenn Morris
-
Regenerate configure.2010-05-12, by Glenn Morris
-
Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.2010-05-12, by Glenn Morris
-
Move LIB_GCC from cpp to configure.2010-05-12, by Glenn Morris
-
Minor comment reformatting for some src/m/*.h files.2010-05-12, by Glenn Morris
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-12, by Katsumi Yamaoka
-
Merge from mainline.2010-05-12, by Katsumi Yamaoka
-
Merge from mainline.2010-05-11, by Katsumi Yamaoka
-
Merge from mainline.2010-05-11, by Katsumi Yamaoka
-
Allow the default completion to cycle.2010-05-12, by Stefan Monnier
-
Fix bug#6173: "(require 'dirtrack) erroring"2010-05-11, by Juanma Barranquero
-
Merge from emacs-232010-05-11, by Stefan Monnier
-
Backport from trunk: compute shortcuts in tmm.el.2010-05-11, by Stefan Monnier
-
Backport from trunk: Fix bug #6126.2010-05-11, by Eli Zaretskii
-
* src/ChangeLog: Remove tiny change marker from author with assignment.2010-05-11, by Glenn Morris
-
ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE.2010-05-11, by Kenichi Handa
-
ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE.2010-05-11, by Kenichi Handa
-
merge trunk2010-05-10, by Kenichi Handa
-
Backport from trunk: close bug#5857.2010-05-10, by Glenn Morris
-
Backport from trunk: Fix bug#5755.2010-05-10, by Glenn Morris
-
* scroll-all.el (scroll-all-check-to-scroll):2010-05-11, by Juri Linkov
-
* iimage.el: Misc cleanup.2010-05-11, by Stefan Monnier
-
xdisp.c (init_iterator): Fix comment from last change.2010-05-11, by Eli Zaretskii
-
* minibuffer.el (completion-pcm--pattern->regex): Fix last change.2010-05-11, by Stefan Monnier
-
Synch with Gnus trunk.2010-05-11, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-11, by Katsumi Yamaoka
-
Merge from mainline.2010-05-11, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-11, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-11, by Katsumi Yamaoka
-
Merge from mainline.2010-05-11, by Katsumi Yamaoka
-
Minor lib-src/Makefile.in edits.2010-05-11, by Glenn Morris
-
* make-dist (msdos): No more mainmake.2010-05-11, by Glenn Morris
-
* admin/CPP-DEFINES: More updates.2010-05-11, by Glenn Morris
-
Regenerate configure.2010-05-11, by Glenn Morris
-
Do not preprocess lib-src/Makefile.in2010-05-11, by Glenn Morris
-
Merge from mainline.2010-05-10, by Katsumi Yamaoka
-
On msdos, set LIBS_SYSTEM with config.bat, not cpp.2010-05-11, by Glenn Morris
-
Fix typos and whitespace in ChangeLogs.2010-05-11, by Juanma Barranquero
-
Remove nodes visited during Isearch from the Info history.2010-05-10, by Juri Linkov
-
Fix a crash when visiting image files in bidi mode.2010-05-10, by Eli Zaretskii
-
* net/tramp.el (tramp-do-file-attributes-with-stat): Add space in2010-05-10, by Michael Albinus
-
Fix typos and whitespace.2010-05-10, by Juanma Barranquero
-
CUA mode: Fix use of `filter-buffer-substring' (rework previous change).2010-05-10, by Juanma Barranquero
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Merge from mainline.2010-05-10, by Katsumi Yamaoka
-
Merge from mainline.2010-05-08, by Katsumi Yamaoka
-
Merge from mainline.2010-05-07, by Katsumi Yamaoka
-
Merge from mainline.2010-05-07, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-05, by Katsumi Yamaoka
-
Merge from mainline.2010-04-28, by Katsumi Yamaoka
-
Merge from mainline.2010-04-27, by Katsumi Yamaoka
-
Merge from mainline.2010-04-26, by Katsumi Yamaoka
-
Merge from mainline.2010-04-25, by Katsumi Yamaoka
-
Merge from mainline.2010-04-23, by Katsumi Yamaoka
-
Merge from mainline.2010-04-22, by Katsumi Yamaoka
-
Merge from mainline.2010-04-14, by Katsumi Yamaoka
-
Merge from mainline.2010-04-13, by Katsumi Yamaoka
-
Merge from mainline.2010-04-11, by Katsumi Yamaoka
-
Merge from mainline.2010-04-09, by Katsumi Yamaoka
-
Merge from mainline.2010-04-08, by Katsumi Yamaoka
-
Merge from mainline.2010-04-07, by Katsumi Yamaoka
-
Merge from mainline.2010-04-05, by Katsumi Yamaoka
-
Merge from mainline.2010-04-04, by Katsumi Yamaoka
-
Merge from mainline.2010-04-03, by Katsumi Yamaoka
-
Merge from mainline.2010-04-02, by Katsumi Yamaoka
-
Merge from mainline.2010-04-01, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
Merge from mainline.2010-03-28, by Katsumi Yamaoka
-
Merge from mainline.2010-03-26, by Katsumi Yamaoka
-
Merge from mainline.2010-03-22, by Katsumi Yamaoka
-
Merge from mainline.2010-03-21, by Katsumi Yamaoka
-
Merge from mainline.2010-03-20, by Katsumi Yamaoka
-
Merge from mainline.2010-03-19, by Katsumi Yamaoka
-
Merge from mainline.2010-03-17, by Katsumi Yamaoka
-
Merge from mainline.2010-03-14, by Katsumi Yamaoka
-
Merge from mainline.2010-03-13, by Katsumi Yamaoka
-
Merge from mainline.2010-03-12, by Katsumi Yamaoka
-
Merge from mainline.2010-03-10, by Katsumi Yamaoka
-
Merge from mainline.2010-03-07, by Katsumi Yamaoka
-
Merge from mainline.2010-03-05, by Katsumi Yamaoka
-
Merge from mainline.2010-02-28, by Katsumi Yamaoka
-
Merge from mainline.2010-02-28, by Katsumi Yamaoka
-
Merge from mainline.2010-02-27, by Katsumi Yamaoka
-
Merge from mainline.2010-02-27, by Katsumi Yamaoka
-
Merge from mainline.2010-02-26, by Katsumi Yamaoka
-
Merge from mainline.2010-02-24, by Katsumi Yamaoka
-
Merge from mainline.2010-02-20, by Katsumi Yamaoka
-
Merge from mainline.2010-02-19, by Katsumi Yamaoka
-
Merge from mainline.2010-02-17, by Katsumi Yamaoka
-
Merge from mainline.2010-02-14, by Katsumi Yamaoka
-
Merge from mainline.2010-02-14, by Katsumi Yamaoka
-
Merge from mainline.2010-02-13, by Katsumi Yamaoka
-
Merge from mainline.2010-02-12, by Katsumi Yamaoka
-
Merge from mainline.2010-02-11, by Katsumi Yamaoka
-
Merge from mainline.2010-02-10, by Katsumi Yamaoka
-
Merge from mainline.2010-02-07, by Katsumi Yamaoka
-
Merge from mainline.2010-02-06, by Katsumi Yamaoka
-
Merge from mainline.2010-02-06, by Katsumi Yamaoka
-
Merge from mainline.2010-02-05, by Katsumi Yamaoka
-
Merge from mainline.2010-02-03, by Katsumi Yamaoka
-
Merge from mainline.2010-02-01, by Katsumi Yamaoka
-
Merge from mainline.2010-01-31, by Katsumi Yamaoka
-
Merge from mainline.2010-01-30, by Katsumi Yamaoka
-
Merge from mainline.2010-01-29, by Katsumi Yamaoka
-
Merge from mainline.2010-01-23, by Katsumi Yamaoka
-
Merge from mainline.2010-01-22, by Katsumi Yamaoka
-
Merge from mainline.2010-01-20, by Katsumi Yamaoka
-
Merge from mainline.2010-01-18, by Katsumi Yamaoka
-
Merge from mainline.2010-01-17, by Katsumi Yamaoka
-
Merge from mainline.2010-01-17, by Katsumi Yamaoka
-
Merge from mainline.2010-01-15, by Katsumi Yamaoka
-
Merge from mainline.2010-01-13, by Katsumi Yamaoka
-
Merge from mainline.2010-01-10, by Katsumi Yamaoka
-
Merge from mainline.2010-01-09, by Katsumi Yamaoka
-
Merge from mainline.2010-01-08, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Merge from mainline.2010-05-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-10, by Katsumi Yamaoka
-
Merge from mainline.2010-05-10, by Katsumi Yamaoka
-
Merge from mainline.2010-05-09, by Katsumi Yamaoka
-
Merge from mainline.2010-05-07, by Katsumi Yamaoka
-
Regenerate configure.2010-05-10, by Glenn Morris
-
* admin/CPP-DEFINES (LIBS_SYSTEM, LIBXMU): Remove.2010-05-10, by Glenn Morris
-
Move LIBS_SYSTEM from cpp to configure.2010-05-10, by Glenn Morris
-
SQL mode version 2.12010-05-10, by Michael Mauger
-
Regenerate configure, src/config.in.2010-05-10, by Glenn Morris
-
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.2010-05-10, by Glenn Morris
-
* minibuffer.el (completion-pcm-complete-word-inserts-delimiters):2010-05-09, by Stefan Monnier
-
* net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if2010-05-09, by Michael Albinus
-
* progmodes/compile.el (compilation-buffer-modtime): Rename from2010-05-08, by Stefan Monnier
-
Merge from emacs-232010-05-08, by Stefan Monnier
-
Regenerate src/config.in.2010-05-08, by Glenn Morris
-
xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets (Bug #6127).2010-05-08, by Jan D
-
Bump version to 23.2.50.2010-05-08, by Chong Yidong
-
Fix ChangeLog typo.2010-05-07, by Chong Yidong
-
* building.texi (GDB Graphical Interface): Remove misleading comparison2010-05-07, by Chong Yidong
-
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for nmake compatibility.2010-05-05, by Chong Yidong
-
Fix typos (Bug#6094). From Å tÄ›pĂ¡n NÄ›mec.2010-05-03, by Chong Yidong
-
Variable purecopying fix (Bug#6083).2010-05-03, by Chong Yidong
-
Add check for buggy version of GCC (Bug#6031).2010-05-03, by Chong Yidong
-
Make paragraph vars local for js-mode (Bug#6071).2010-05-02, by Chong Yidong
-
composite.el (compose-region, reference-point-alist): Fix typos in the doc2010-05-01, by Eli Zaretskii
-
Fix for Bug#5984.2010-04-30, by Chong Yidong
-
Use the proper form for gnuplot's set command2010-04-29, by Jay Belanger
-
* PROBLEMS: Document gcc-4.5 bug (Bug#6031).2010-04-27, by Chong Yidong
-
* abbrev.el: Fix typos.2010-04-26, by Juanma Barranquero
-
Remove --- and +++ lines from NEWS file.2010-04-25, by Chong Yidong
-
* keymaps.texi (Menu Bar): Document :advertised-binding property.2010-04-25, by Chong Yidong
-
Document Emacs 23.2 changes.2010-04-25, by Chong Yidong
-
Fix the entry about eshell's su and sudo commands. bug#60212010-04-25, by Michael Albinus
-
* composite.el (find-composition): Doc fix.2010-04-24, by Andreas Schwab
-
* progmodes/sql.el: Fix typos.2010-04-24, by Juanma Barranquero
-
* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'2010-04-23, by Juri Linkov
-
Fix typo in docstring.2010-04-23, by Juri Linkov
-
Use new features of libotf and m17n-lib if available.2010-04-23, by Kenichi Handa
-
HELLO: Adjust Burmese for Unicode 5.2 encoding.2010-04-23, by Kenichi Handa
-
Use new features of libotf and m17n-lib if available.2010-04-23, by Kenichi Handa
-
merge trunk2010-04-23, by Kenichi Handa
-
* filecache.el: Fix typos in docstrings.2010-04-23, by Juanma Barranquero
-
Synch with Gnus trunk:2010-04-22, by Katsumi Yamaoka
-
Synch with Gnus trunk:2010-04-22, by Katsumi Yamaoka
-
Merge from mainline.2010-04-22, by Katsumi Yamaoka
-
Merge from mainline.2010-04-21, by Katsumi Yamaoka
-
Merge from mainline.2010-04-20, by Katsumi Yamaoka
-
Merge from mainline.2010-04-19, by Katsumi Yamaoka
-
Merge from mainline.2010-04-19, by Katsumi Yamaoka
-
Merge from mainline.2010-04-18, by Katsumi Yamaoka
-
Merge from mainline.2010-04-18, by Katsumi Yamaoka
-
Merge from mainline.2010-04-18, by Katsumi Yamaoka
-
language/indian.el (gujarati-composable-pattern): Fix typo.2010-04-22, by Kenichi Handa
-
language/indian.el (gurmukhi-composable-pattern): Fix typo.2010-04-22, by Kenichi Handa
-
HELLO: Adjust Burmese for Unicode 5.2 encoding.2010-04-23, by Kenichi Handa
-
language/indian.el (gujarati-composable-pattern): Fix typo.2010-04-22, by Kenichi Handa
-
merge trunk2010-04-22, by Kenichi Handa
-
language/indian.el (gurmukhi-composable-pattern): Fix typo.2010-04-22, by Kenichi Handa
-
Minor doc fix.2010-04-21, by Glenn Morris
-
merge trunk2010-04-21, by Kenichi Handa
-
* files.el (copy-directory): Handle symlinks (Bug#5982).2010-04-20, by Chong Yidong
-
Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).2010-04-20, by Chong Yidong
-
Fix hg envvar handling (Bug#5846).2010-04-20, by Chong Yidong
-
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.2010-04-20, by Glenn Morris
-
* minibuffer.el (completion-at-point): Doc fix.2010-04-20, by Glenn Morris
-
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note2010-04-19, by Chong Yidong
-
* ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note2010-04-19, by Chong Yidong
-
Improve docs of Unicode General Category.2010-05-08, by Eli Zaretskii
-
Fix bug #6139, text is briefly shown in tool bar on startup.2010-05-08, by Jan D
-
* src/makefile.w32-in: Update dependencies.2010-05-08, by Juanma Barranquero
-
Fix fringe truncation bitmaps in R2L lines.2010-05-08, by Eli Zaretskii
-
Regenerate configure.2010-05-08, by Glenn Morris
-
Remove unused Makefile definition THIS_IS_MAKEFILE.2010-05-08, by Glenn Morris
-
Move TERMINFO, LIBS_TERMCAP from cpp to configure.2010-05-08, by Glenn Morris
-
Misc code tweaks.2010-05-08, by Stefan Monnier
-
Try and fix unbind_to when localness of binding has changed2010-05-07, by Stefan Monnier
-
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.2010-05-07, by Stefan Monnier
-
Highlight vendor specific properties.2010-05-07, by Stefan Monnier
-
Fix bug #6126.2010-05-07, by Eli Zaretskii
-
NEWS: Remove FUD from description of bidirectional editing.2010-05-07, by Eli Zaretskii
-
Fix bug #6126.2010-05-07, by Eli Zaretskii
-
* textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.2010-05-07, by Stefan Monnier
-
Fix MSDOS build broken by autoconfiscation and changes in symbol handling.2010-05-07, by Eli Zaretskii
-
cus-start.el (all): Add native condition for tool-bar-* symbols.2010-05-07, by Eli Zaretskii
-
Don't use XSYMBOL (foo)->value.2010-05-07, by Eli Zaretskii
-
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.2010-05-07, by Eli Zaretskii
-
Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff from configury).2010-05-07, by Eli Zaretskii
-
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.2010-05-07, by Stefan Monnier
-
HELLO: Reorder Arabic greetings into logical order.2010-05-07, by Eli Zaretskii
-
Skip disabled PGP key when encrypting mail with Gnus.2010-05-07, by Daiki Ueno
-
Fix typos.2010-05-07, by Katsumi Yamaoka
-
Fix typos.2010-05-07, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-07, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-07, by Katsumi Yamaoka
-
Merge from mainline.2010-05-07, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-07, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-07, by Katsumi Yamaoka
-
Merge from mainline.2010-05-07, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
* progmodes/cperl-mode.el (cperl-mode-unload-function): New function.2010-05-07, by Juanma Barranquero
-
* minibuffer.el: Revert previous change.2010-05-07, by Juanma Barranquero
-
Regenerate configure.2010-05-07, by Glenn Morris
-
Missing part of previous commit.2010-05-07, by Glenn Morris
-
Move LD_SWITCH_SYSTEM from cpp to configure.2010-05-07, by Glenn Morris
-
* minibuffer.el (comps): Declare for byte-compiler.2010-05-07, by Juanma Barranquero
-
* cua-base.el, cua-gmrk.el: Fix use of `filter-buffer-substring'.2010-05-07, by Juanma Barranquero
-
Remove more unused symbols.2010-05-07, by Dan Nicolaescu
-
Define LIB_STANDARD and START_FILES using autoconf.2010-05-07, by Dan Nicolaescu
-
Remove NEED_BSDTTY and NEED_UNISTD_H.2010-05-06, by Dan Nicolaescu
-
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.2010-05-06, by Dan Nicolaescu
-
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.2010-05-06, by Dan Nicolaescu
-
* xterm.c (x_draw_image_relief): Move declaration of extra to beginning.2010-05-06, by Jan D.
-
* net/tramp.el (top, with-progress-reporter): Use2010-05-06, by Michael Albinus
-
Regenerate configure.2010-05-06, by Glenn Morris
-
Minimize blessmail-related cpp usage, with an eye to future removal.2010-05-06, by Glenn Morris
-
Let configure handle ranlib.2010-05-06, by Glenn Morris
-
Remove some unused Makefile.in variables.2010-05-06, by Glenn Morris
-
Synch with Gnus trunk.2010-05-06, by Katsumi Yamaoka
-
src/Makefile.in: Convert comment in cpp section to the right format.2010-05-06, by Glenn Morris
-
Synch with Gnus trunk.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Comment changes for some src/m/*.h files.2010-05-06, by Glenn Morris
-
Update.2010-05-06, by Katsumi Yamaoka
-
Update.2010-05-06, by Katsumi Yamaoka
-
Require easy-mmode for XEmacs when compiling.2010-05-06, by Katsumi Yamaoka
-
Require easy-mmode for XEmacs when compiling.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-06, by Katsumi Yamaoka
-
Synch with Gnus trunk.2010-05-06, by Katsumi Yamaoka
-
Merge from mainline.2010-05-06, by Katsumi Yamaoka
-
Extract common suffix for * in partial-completion.2010-05-06, by Stefan Monnier
-
Define auto-save-mode with define-minor-mode.2010-05-06, by Stefan Monnier
-
Merge from mainline.2010-05-05, by Katsumi Yamaoka
-
lib-src/ChangeLog: Remove duplicate entry.2010-05-05, by Juanma Barranquero
-
Add `slow' and `history' tags to the desktop data.2010-05-05, by Juri Linkov
-
* syntax.c (Fchar_syntax): Check the arg is a character.2010-05-05, by Stefan Monnier
-
* src/m/sparc.h: Fix typo in earlier change.2010-05-05, by Glenn Morris
-
Add FORCE argument to `delete-file'.2010-05-05, by Michael Albinus
-
Minor cleanups.2010-05-05, by Stefan Monnier
-
Use define-minor-mode in more cases.2010-05-05, by Stefan Monnier
-
Use define-minor-mode for less obvious cases.2010-05-05, by Stefan Monnier
-
* src/ChangeLog: Formatting fixes.2010-05-04, by Juanma Barranquero
-
Misc tweaks.2010-05-04, by Stefan Monnier
-
Delete names that have been removed from the tree.2010-05-04, by Dan Nicolaescu
-
xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).2010-05-04, by Jan D.
-
* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'2010-05-04, by Michael Albinus
-
Remove BSD_PGRPS.2010-05-04, by Dan Nicolaescu
-
Remove POSIX_SIGNALS.2010-05-04, by Dan Nicolaescu
-
Regenerate configure, src/config.in.2010-05-04, by Glenn Morris
-
Yet another missing piece of C_SWITCH commit.2010-05-04, by Glenn Morris
-
Missing lwlib part of earlier C_SWITCH commit.2010-05-04, by Glenn Morris
-
* admin/CPP-DEFINES: Remove some no-longer-used defines.2010-05-04, by Glenn Morris
-
Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.2010-05-04, by Glenn Morris
-
Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf.2010-05-04, by Glenn Morris
-
Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.2010-05-04, by Glenn Morris
-
* s/hpux10-20.h (LIB_STANDARD): New definition.2010-05-04, by Dan Nicolaescu
-
* ibuffer.el: Update autoload checksum.2010-05-03, by Juanma Barranquero
-
* mm-util.el (mm-decompress-buffer): Use `delete-file'.2010-05-03, by Juanma Barranquero
-
Add optional arg to delete-file to force deletion (Bug#6070).2010-05-03, by Chong Yidong
-
Fix typo.2010-05-03, by Juanma Barranquero
-
Fix some ChangeLog attributions.2010-05-03, by Glenn Morris
-
Use define-minor-mode where applicable.2010-05-03, by Stefan Monnier
-
* src/m/amdx86-64.h: Fix typo in previous.2010-05-03, by Glenn Morris
-
Regenerate configure.2010-05-03, by Glenn Morris
-
Replace some X-related cpp with autoconf.2010-05-03, by Glenn Morris
-
* make-dist: There are no more src/m/*.inp files.2010-05-03, by Glenn Morris
-
Use define-minor-mode in Gnus where applicable.2010-05-03, by Stefan Monnier
-
* m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.2010-05-02, by Dan Nicolaescu
-
Run kill-emacs when exiting for display closed or SIGTERM/HUP.2010-05-02, by Jan D.
-
New hook filter-buffer-substring-functions.2010-05-02, by Stefan Monnier
-
Use a mode-line spec rather than a static string in Semantic.2010-05-02, by Stefan Monnier
-
Use define-minor-mode in CEDET where applicable.2010-05-02, by Stefan Monnier
-
* allout.el: Fix commenting convention.2010-05-02, by Stefan Monnier
-
(Tutorial): Use ^{\prime} to indicate primes.2010-05-01, by Jay Belanger
-
Remove LD_SWITCH_MACHINE.2010-05-01, by Dan Nicolaescu
-
Clean up IRIX code.2010-05-01, by Dan Nicolaescu
-
Clean up AIX code.2010-05-01, by Dan Nicolaescu
-
* sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.2010-05-01, by Dan Nicolaescu
-
composite.el (find-composition): Fix a typo in the doc string.2010-05-01, by Eli Zaretskii
-
Emulate POSIX_SIGNALS on MS-Windows.2010-05-01, by Eli Zaretskii
-
Fix display of R2L lines and cursor motion in bidi buffers.2010-05-01, by Eli Zaretskii
-
Emulate POSIX_SIGNALS on MS-Windows.2010-05-01, by Eli Zaretskii
-
Fix cursor positioning in partial width windows on TTY.2010-05-01, by Eli Zaretskii
-
Fix display of truncated R2L lines on a TTY.2010-05-01, by Eli Zaretskii
-
Fix display of R2L continued lines in partial-width windows on a TTY.2010-05-01, by Eli Zaretskii
-
Refactor code that determines row->start and row->end.2010-05-01, by Eli Zaretskii
-
Fix a crash when a display string is continued to the next line.2010-04-27, by Eli Zaretskii
-
Start fixing cursor positioning in bidi buffers with display properties.2010-04-25, by Eli Zaretskii
-
Merge from mainline.2010-04-27, by Katsumi Yamaoka
-
Merge from mainline.2010-04-27, by Katsumi Yamaoka
-
Merge from mainline.2010-04-27, by Katsumi Yamaoka
-
Merge from mainline.2010-04-26, by Katsumi Yamaoka
-
Merge from mainline.2010-04-25, by Katsumi Yamaoka
-
Merge from mainline.2010-04-22, by Katsumi Yamaoka
-
* tramp.texi (Inline methods, Default Method): Mention2010-05-01, by Michael Albinus
-
Implement compression for inline methods.2010-05-01, by Michael Albinus
-
Rework previous autoconf changes, hopefully to make clearer.2010-05-01, by Glenn Morris
-
* src/fileio.c (Ffile_selinux_context): Context functions may return null.2010-05-01, by Glenn Morris
-
Avoid using trash for certain temp files (Bug#6070).2010-05-01, by Chong Yidong
-
* bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode): Remove.2010-05-01, by Stefan Monnier
-
* emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.2010-05-01, by Stefan Monnier
-
Fix commenting convention2010-05-01, by Stefan Monnier
-
* minibuffer.el (tags-completion-at-point-function): Move to etags.el.2010-05-01, by Stefan Monnier
-
* minibuffer.el (tags-completion-at-point-function): Fix return value.2010-04-30, by Chong Yidong
-
* s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.2010-04-30, by Dan Nicolaescu
-
Hopefully fix bug#6065.2010-04-30, by Glenn Morris
-
xsettings.c: include limits.h and update file comment.2010-04-30, by Jan D
-
Fix typos in doc strings of composite.el.2010-04-30, by Eli Zaretskii
-
Regenerate configure.2010-04-30, by Glenn Morris
-
Replace some xmenu cpp with autoconf.2010-04-30, by Glenn Morris
-
Replace some cpp with autoconf.2010-04-30, by Glenn Morris
-
Simplify some manual dependencies in src/Makefile.in.2010-04-30, by Glenn Morris
-
* src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.2010-04-30, by Glenn Morris
-
* ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).2010-04-29, by Chong Yidong
-
* ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).2010-04-29, by Chong Yidong
-
* minibuffer.el (tags-completion-at-point-function): New function.2010-04-29, by Chong Yidong
-
(progmodes/cc-mode.el) c-extend-region-for-CPP: Fix an off-by-one error2010-04-29, by Alan Mackenzie
-
Don't burp if process sentinel/filter kills the current buffer.2010-04-29, by Stefan Monnier
-
Add bug reference.2010-04-29, by Juanma Barranquero
-
* net/browse-url.el (browse-url-firefox-program): Use iceweasel if2010-04-29, by Stefan Monnier
-
Fix wrong-docstring problem introduced with hash-consing.2010-04-29, by Stefan Monnier
-
Document complete-symbol change.2010-04-28, by Chong Yidong
-
Unify complete-symbol with completion-at-point.2010-04-28, by Chong Yidong
-
* net/tramp.el (tramp-remote-selinux-p): New defun.2010-04-28, by Michael Albinus
-
(bug-reference-url-format): Mark as `safe-local-variable' if the value2010-04-28, by Sam Steingold
-
* configure.in (LIBXMU): Fix logic in previous change.2010-04-28, by Glenn Morris
-
Revert last bug-reference-url-format change.2010-04-28, by Chong Yidong
-
Make it possible to locally disable a globally enabled mode.2010-04-28, by Stefan Monnier
-
Regenerate configure.2010-04-28, by Glenn Morris
-
src/Makefile.in minor simplification,2010-04-28, by Glenn Morris
-
Define CYGWIN_OBJ with configure, not cpp.2010-04-28, by Glenn Morris
-
Set GPM part of MOUSE_SUPPORT with configure, not cpp.2010-04-28, by Glenn Morris
-
Set FONT_DRIVERS with configure rather than cpp.2010-04-28, by Glenn Morris
-
Move LIBXMU from cpp to configure.2010-04-28, by Glenn Morris
-
Move NS_OBJ, NS_SUPPORT from cpp to configure.2010-04-28, by Glenn Morris
-
Missing src/ChangeLog for previous commit.2010-04-28, by Glenn Morris
-
Move test for 64-bit kernel with 32-bit userland to configure.2010-04-28, by Glenn Morris
-
Let the user turn off locally a globalized minor mode2010-04-27, by Stefan Monnier
-
* emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.2010-04-27, by Stefan Monnier
-
(bug-reference-url-format): Mark as `safe-local-variable' if the value2010-04-27, by Sam Steingold
-
When killing buffers with ido, don't offer virtual buffers for completion.2010-04-27, by Juanma Barranquero
-
Commit missing lisp/Changelog entries.2010-04-27, by Agustin martin
-
ispell.el: Kill ispell process when killing its associated buffer.2010-04-27, by Agustin martin
-
ispell.el (ispell-init-process): Fix personal dictionary condition in default directory check.2010-04-27, by Agustin martin
-
Regenerate configure.2010-04-27, by Glenn Morris
-
Move LIBXTR6 from cpp to autoconf.2010-04-27, by Glenn Morris
-
Regenerate configure.2010-04-27, by Glenn Morris
-
Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.2010-04-27, by Glenn Morris
-
Move MOTIF_LIBW to autoconf.2010-04-27, by Glenn Morris
-
desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,2010-04-27, by Jan D.
-
Don't load tm and apel XEmacs packages when compiling.2010-04-27, by Katsumi Yamaoka
-
Regenerate configure and cibfig.in2010-04-27, by Jan D.
-
Reduce CPP usage.2010-04-27, by Dan Nicolaescu
-
Reduce CPP usage.2010-04-27, by Dan Nicolaescu
-
Remove some AC_DEFINEs that are now unused.2010-04-27, by Glenn Morris
-
Regenerate configure.2010-04-27, by Glenn Morris
-
Use $CRT_DIR in more places.2010-04-27, by Glenn Morris
-
Regenerate configure.2010-04-27, by Glenn Morris
-
Replace some more cpp with autoconf.2010-04-27, by Glenn Morris
-
* Makefile.in (LIBS_MACHINE): Remove, unused.2010-04-26, by Dan Nicolaescu
-
* Makefile.in (LIBS_MACHINE): Remove, unused.2010-04-26, by Dan Nicolaescu
-
* Makefile.in (LIBS_MACHINE): Remove, unused.2010-04-26, by Dan Nicolaescu
-
Use autoconf instead of cpp for LIB_MATH.2010-04-26, by Dan Nicolaescu
-
composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.2010-04-26, by Kenichi Handa
-
composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.2010-04-26, by Kenichi Handa
-
merge trunk2010-04-26, by Kenichi Handa
-
merge trunk2010-04-26, by Kenichi Handa
-
Remove all NO_ARG_ARRAY uses.2010-04-25, by Dan Nicolaescu
-
Fix crash with bidi display on the last empty line (bug#6030).2010-04-25, by Eli Zaretskii
-
Move code that bidi-iterates out of display property to a separate function.2010-04-25, by Eli Zaretskii
-
Fix crash with bidi display on the last empty line (bug#6030).2010-04-25, by Eli Zaretskii
-
tool-bar.el: Revert unintended checkin in rev 100010.2010-04-25, by Jan D
-
Minor simplications for src/m/amdx86-64.h.2010-04-24, by Glenn Morris
-
* etc/NEWS: Mention --with-crt-dir.2010-04-24, by Glenn Morris
-
Fix typos in comments of composite.c2010-04-24, by Eli Zaretskii
-
composite.el (find-composition): Doc fix.2010-04-24, by Eli Zaretskii
-
composite.c (composition_compute_stop_pos): Fix a typo in the commentary.2010-04-24, by Eli Zaretskii
-
Remove conflict markers.2010-04-24, by Juanma Barranquero
-
Fix cursor motion at end of line that ends in a composed character.2010-04-24, by Eli Zaretskii
-
Fix cursor motion at end of line that ends with a composite character.2010-04-24, by Eli Zaretskii
-
Fix GDB startup with .gdbinit.2010-04-24, by Eli Zaretskii
-
Fix GDB startup with src/.gdbinit.2010-04-24, by Eli Zaretskii
-
Minor htmlfontify simplifications.2010-04-24, by Glenn Morris
-
Accidentally omitted from previous commit.2010-04-24, by Glenn Morris
-
Regenerate configure, src/config.in.2010-04-24, by Glenn Morris
-
Close bug#5655.2010-04-24, by Glenn Morris
-
Minor authors.el updates.2010-04-24, by Glenn Morris
-
* Makefile.in: Remove C_SWITCH_X_MACHINE, unused.2010-04-23, by Dan Nicolaescu
-
* s/cygwin.h (LIBS_DEBUG): Remove, unused.2010-04-23, by Dan Nicolaescu
-
Remove redundant flags.2010-04-23, by Dan Nicolaescu
-
Simplify m/intel386.h.2010-04-23, by Dan Nicolaescu
-
* m/mips.h: Remove #if 0 code.2010-04-23, by Dan Nicolaescu
-
Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)2010-04-23, by Eli Zaretskii
-
Fix display of composed characters from L2R scripts in bidi buffers.2010-04-23, by Eli Zaretskii
-
dispextern.h: Fix a typo in a comment.2010-04-23, by Eli Zaretskii
-
* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.2010-04-23, by Dan Nicolaescu
-
Provide byte-compiler warnings when set-default a read-only var.2010-04-23, by Stefan Monnier
-
* mm-util.el (mm-find-buffer-file-coding-system):2010-04-23, by Stefan Monnier
-
* progmodes/compile.el: (compilation-start): Abbreviate default directory.2010-04-23, by Stefan Monnier
-
* gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.2010-04-23, by Stefan Monnier
-
xdisp.c (pop_it): Fix last change.2010-04-23, by Eli Zaretskii
-
Support `display' text properties and overlay strings in bidi buffers.2010-04-23, by Eli Zaretskii
-
Support `display' text properties and overlays.2010-04-23, by Eli Zaretskii
-
* etc/NEWS: Tramp supports SELinux.2010-04-23, by Michael Albinus
-
Implement SELINUX backends.2010-04-23, by Michael Albinus
-
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.2010-04-23, by Dan Nicolaescu
-
* s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.2010-04-23, by Dan Nicolaescu
-
Simplify STARTFILES definition.2010-04-23, by Dan Nicolaescu
-
Clean up Solaris code.2010-04-23, by Dan Nicolaescu
-
* etc/NEWS: More SELinux details and some minor fixes.2010-04-23, by Glenn Morris
-
ChangeLog fixes.2010-04-23, by Glenn Morris
-
Restore 0644 file permissions, which were changed accidently.2010-04-23, by Michael Albinus
-
Regenerate configure.2010-04-22, by Dan Nicolaescu
-
Fix Bug#6001.2010-04-22, by Jan D.
-
* configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.2010-04-22, by Dan Nicolaescu
-
Synchronize with Tramp repository.2010-04-22, by Michael Albinus
-
Detect ssh 'ControlMaster' argument automatically in some cases.2010-04-22, by Michael Albinus
-
* net/tramp.el (tramp-handle-copy-file): Add new optional2010-04-22, by Michael Albinus
-
Synch with Gnus trunk:2010-04-22, by Katsumi Yamaoka
-
(message-generate-headers): Record insertion of optional headers as well.2010-04-22, by Katsumi Yamaoka
-
Merge from mainline.2010-04-22, by Katsumi Yamaoka
-
*** empty log message ***2010-04-22, by Michael Albinus
-
* net/tramp.el(tramp-completion-handle-file-name-all-completions):2010-04-22, by Michael Albinus
-
Merge from mainline.2010-04-21, by Katsumi Yamaoka
-
Merge from mainline.2010-04-20, by Katsumi Yamaoka
-
Merge from mainline.2010-04-20, by Katsumi Yamaoka
-
Merge from mainline.2010-04-19, by Katsumi Yamaoka
-
Merge from mainline.2010-04-19, by Katsumi Yamaoka
-
Merge from mainline.2010-04-19, by Katsumi Yamaoka
-
Merge from mainline.2010-04-18, by Katsumi Yamaoka
-
Merge from mainline.2010-04-18, by Katsumi Yamaoka
-
Merge from mainline.2010-04-16, by Katsumi Yamaoka
-
Merge from mainline.2010-04-15, by Katsumi Yamaoka
-
Merge from mainline.2010-04-14, by Katsumi Yamaoka
-
Merge from mainline.2010-04-13, by Katsumi Yamaoka
-
Merge from mainline.2010-04-12, by Katsumi Yamaoka
-
Merge from mainline.2010-04-12, by Katsumi Yamaoka
-
Merge from mainline.2010-04-07, by Katsumi Yamaoka
-
Merge from mainline.2010-04-06, by Katsumi Yamaoka
-
Merge from mainline.2010-04-05, by Katsumi Yamaoka
-
Merge from mainline.2010-04-05, by Katsumi Yamaoka
-
Merge from mainline.2010-04-04, by Katsumi Yamaoka
-
Merge from mainline.2010-04-02, by Katsumi Yamaoka
-
Merge from mainline.2010-04-01, by Katsumi Yamaoka
-
Update ChangeLog2010-04-22, by Miles Bader
-
Update configure2010-04-22, by Miles Bader
-
get rid of "unix" pre-defined macro when preprocessing Makefile2010-04-22, by Miles Bader
-
Avoid non-portable shell command negation2010-04-21, by Andreas Schwab
-
Fix Bug#5840.2010-04-21, by Michael Albinus
-
Clean up HP-UX files.2010-04-21, by Dan Nicolaescu
-
* xsettings.c: Move misplaced HAVE_GCONF2010-04-21, by Jan D.
-
Fix bug #5992.2010-04-21, by Eli Zaretskii
-
(lisp-completion-at-point): Try and handle errors.2010-04-21, by Stefan Monnier
-
configure.in: Change "if test ! -f" to "if ! test -f", regenerate configure.2010-04-21, by Jan D.
-
Gtk tool bars can be text, icons with text or just icons2010-04-21, by Jan D.
-
configure.in: Change "if test ! -f" to "if ! test -f".2010-04-21, by Jan D.
-
Document tool-bar-style2010-04-21, by Jan D.
-
Gtk tool bars can be text, icons with text or just icons.2010-04-20, by Jan D.
-
Declarations before code (Bug#5993).2010-04-21, by Jan D.
-
Added C-o keybinding to toggle use of virtual buffers2010-04-21, by John Wiegley
-
Remove NOMULTIPLEJOBS.2010-04-21, by Dan Nicolaescu
-
* src/ChangeLog: Remove merged duplicate entry.2010-04-21, by Glenn Morris
-
Remove some more cpp in favor of autoconf.2010-04-21, by Glenn Morris
-
Remove NOMULTIPLEJOBS, unused.2010-04-21, by Dan Nicolaescu
-
Simplify LD_SWITCH_SYSTEM_TEMACS usage.2010-04-21, by Dan Nicolaescu
-
tetris.el: Use `define-derived-mode'; fix window selection; doc fixes.2010-04-21, by Juanma Barranquero
-
Regenerate configure.2010-04-21, by Glenn Morris
-
Remove LIBSELINUX_LIBS need for cpp in Makefiles.2010-04-21, by Glenn Morris
-
Regenerate configure, src/config.in.2010-04-21, by Glenn Morris
-
Doc updates for SELinux support.2010-04-21, by Glenn Morris
-
Add SELinux support.2010-04-21, by Glenn Morris
-
vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.2010-04-21, by Stefan Monnier
-
Make the log-edit comments use RFC822 format throughout.2010-04-21, by Stefan Monnier
-
Fix typos and spacing.2010-04-21, by Juanma Barranquero
-
Don't depend on cm.c or termcap.c on Windows, use stubs.2010-04-21, by Juanma Barranquero
-
Remove references to (default-)direction-reversed.2010-04-20, by Juanma Barranquero
-
Warn rather than error when making a local var inside a let.2010-04-20, by Stefan Monnier
-
* font.c (syms_of_font): Make the style table vars read-only.2010-04-20, by Stefan Monnier
-
* buffer.h (struct buffer): Remove unused var `direction_reversed'.2010-04-20, by Stefan Monnier
-
* vc-dispatcher (vc-finish-logentry): Don't mess with the windows/frames.2010-04-20, by Stefan Monnier
-
(lisp-completion-at-point): Complete around point.2010-04-20, by Stefan Monnier
-
* emacs.manifest: Add trustInfo section to Windows manifest.2010-04-20, by Chong Yidong
-
(view-hello-file): Don't fiddle with the default enable-multibyte-characters.2010-04-20, by Stefan Monnier
-
Implement GUI display of R2L lines, fix TTY display of R2L lines.2010-04-20, by Eli Zaretskii
-
gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.2010-04-20, by Jan D.
-
Fix R2L paragraph display on TTY.2010-04-20, by Eli Zaretskii
-
Fix cursor positioning at end of R2L line on TTY frames.2010-04-17, by Eli Zaretskii
-
Mirror continuation indicators for R2L lines; fix face extension on TTY.2010-04-17, by Eli Zaretskii
-
Fix two crashes with display of R2L lines in GUI sessions.2010-04-17, by Eli Zaretskii
-
Continue work on R2L paragraphs in GUI sessions.2010-04-17, by Eli Zaretskii
-
Implement cursor on the left fringe for R2L lines.2010-04-10, by Eli Zaretskii
-
Initial implementation of display of R2L paragraphs in GUI sessions.2010-04-10, by Eli Zaretskii
-
Overwritten from mainline.2010-04-09, by Eli Zaretskii
-
charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.2010-04-20, by Kenichi Handa
-
merge trunk2010-04-20, by Kenichi Handa
-
charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.2010-04-20, by Kenichi Handa
-
merge trunk2010-04-20, by Kenichi Handa
-
Make variable forwarding explicit rather the using special values.2010-04-20, by Stefan Monnier
-
(completion-styles-alist): Fix up last merge and document `substring'.2010-04-19, by Stefan Monnier
-
* international/mule.el: Help the user choose a valid coding-system.2010-04-19, by Stefan Monnier
-
Cosmetic changes in src/bidi.c.2010-04-19, by Eli Zaretskii
-
Improve commentary regarding redisplay.2010-04-19, by Eli Zaretskii
-
* vc-bzr: Use standard *vc* and *vc-diff* buffers.2010-04-19, by Stefan Monnier
-
Merge from emacs-232010-04-19, by Stefan Monnier
-
(completion-styles): Improve docstrings.2010-04-19, by Stefan Monnier
-
* dired.c (Ffile_attributes): Fix typo in docstring.2010-04-19, by Juanma Barranquero
-
Synch with Gnus trunk:2010-04-18, by Katsumi Yamaoka
-
* programs.texi (Semantic): New node.2010-04-18, by Chong Yidong
-
Bugfix for ede-proj-makefile-insert-variables.2010-04-18, by Chong Yidong
-
Fix the version number for added files.2010-04-17, by Dan Nicolaescu
-
Add some autoloads.2010-04-17, by Glenn Morris
-
* etc/NEWS: Minor edits.2010-04-17, by Glenn Morris
-
Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).2010-04-17, by Chong Yidong
-
* emacs.texi (Acknowledgments): Remove duplicate.2010-04-16, by Glenn Morris
-
Synch with Gnus trunk:2010-04-16, by Katsumi Yamaoka
-
Synch with Gnus trunk:2010-04-16, by Katsumi Yamaoka
-
Merge from mainline.2010-04-16, by Katsumi Yamaoka
-
Merge from mainline.2010-04-15, by Katsumi Yamaoka
-
Merge from mainline.2010-04-14, by Katsumi Yamaoka
-
Merge from mainline.2010-04-14, by Katsumi Yamaoka
-
Merge from mainline.2010-04-13, by Katsumi Yamaoka
-
Merge from mainline.2010-04-12, by Katsumi Yamaoka
-
* etc/NEWS: git version number issues don't need manual changes.2010-04-16, by Glenn Morris
-
Improve previous change.2010-04-16, by Glenn Morris
-
* vc-git.el (vc-git-print-log): Doc fix.2010-04-16, by Glenn Morris
-
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.2010-04-16, by Glenn Morris
-
* doc/emacs/ChangeLog: Fix typo.2010-04-15, by Glenn Morris
-
* etc/NEWS: Remove duplicate entry.2010-04-15, by Glenn Morris
-
Mention Dired VC diff and log in manual.2010-04-15, by Glenn Morris
-
* info.texi (Search Index): Mention Emacs's Info-virtual-index.2010-04-15, by Glenn Morris
-
* help.texi (Help Summary): Mention M-x info-finder.2010-04-15, by Glenn Morris
-
NEWS markup.2010-04-15, by Glenn Morris
-
* ack.texi (Acknowledgments): Add mpc.el2010-04-15, by Glenn Morris
-
* etc/NEWS: Minor mark-up and typo fixes.2010-04-15, by Glenn Morris
-
Document new commands for manipulating local variable lists.2010-04-15, by Glenn Morris
-
Fix @deffn without category.2010-04-14, by Juri Linkov
-
* ido.el (ido-file-internal): Fix 2009-12-02 change.2010-04-14, by Chong Yidong
-
* progmodes/grep.el (grep-compute-defaults): Fix handling of host2010-04-14, by Chong Yidong
-
* admin/notes/bugtracker: Minor updates.2010-04-14, by Glenn Morris
-
Revert changes 98939 (enhance c-parse-state) and 99448 (< and > handling).2010-04-13, by Alan Mackenzie
-
Add nextstep/Emacs.app, *.dSYM (OS X compilation artifacts) to .bzrignore.2010-04-13, by Adrian Robert
-
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).2010-04-13, by Adrian Robert
-
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).2010-04-13, by Adrian Robert
-
Reverse change 98939 "Enhance `c-parse-state' to run efficiently in2010-04-12, by Alan Mackenzie
-
Reverse change 99448: "Change strategy for marking < and > as template2010-04-12, by Alan Mackenzie
-
Reverse 99556:2010-04-12, by Alan Mackenzie
-
Reverse 99592: "Fix bug #5649: 23.1.92; Indentation problems in C mode.".2010-04-12, by Alan Mackenzie
-
Reverse 99594 "Correct buggy patch 99592 to cc-engine.el.".2010-04-12, by Alan Mackenzie
-
Undo change 99665 "Fix off-by-one error. Fixes bug #5747."2010-04-12, by Alan Mackenzie
-
Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.2010-04-10, by YAMAMOTO Mitsuharu
-
Fix bug ref in previous.2010-04-10, by Glenn Morris
-
Close bug#1835.2010-04-10, by Glenn Morris
-
Doc fix related to Contributing.2010-04-09, by Glenn Morris
-
frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.2010-04-08, by YAMAMOTO Mitsuharu
-
Merge from mainline.2010-04-07, by Katsumi Yamaoka
-
Fix resizing for X and non-Gtk+ build. Bug #5848.2010-04-07, by Jan D.
-
Fix previous change of *-composable-pattern.2010-04-07, by Kenichi Handa
-
merge trunk2010-04-07, by Kenichi Handa
-
Fix previous change of *-composable-pattern).2010-04-07, by Kenichi Handa
-
Merge from mainline.2010-04-06, by Katsumi Yamaoka
-
Merge from mainline.2010-04-05, by Katsumi Yamaoka
-
Edits to Persistent Mark node.2010-04-06, by Chong Yidong
-
Revert 2008-03-03 change (Bug#5821).2010-04-06, by Chong Yidong
-
* quail/vntelex.el: Fix "af" rule (Bug#5836).2010-04-06, by Chong Yidong
-
Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).2010-04-05, by Juri Linkov
-
Fix crash on NextStep terminal (Bug#5837)2010-04-05, by Chong Yidong
-
Merge from mainline.2010-04-04, by Katsumi Yamaoka
-
Add a new entry for QWE2010-04-04, by Francesc Rocher
-
* help.el (help-window-setup-finish): Doc fix (Bug#5830).2010-04-03, by Chong Yidong
-
Add stubs for Windows, required after CVE-2010-0825 change.2010-04-03, by Juanma Barranquero
-
Merge from mainline.2010-04-02, by Katsumi Yamaoka
-
Merge from mainline.2010-04-01, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-30, by Katsumi Yamaoka
-
Merge from mainline.2010-03-30, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
* tmm.el: Add missing key-binding shortcuts.2010-04-19, by Stefan Monnier
-
Mention in src/ChangeLog the bug number solved by revno 99937.2010-04-19, by Eli Zaretskii
-
.gdbinit (xsubchartable): New command.2010-04-19, by Eli Zaretskii
-
Fix crashes in GC in "emacs -nw".2010-04-19, by Eli Zaretskii
-
* custom.el (defcustom): Add edebug spec.2010-04-19, by Stefan Monnier
-
Test for special mode-class in view-buffer instead of view-file (bug#5513).2010-04-18, by Juri Linkov
-
Add 7z archive format support (bug#5475).2010-04-18, by Juri Linkov
-
Hash-cons pure data.2010-04-18, by Stefan Monnier
-
Fix duplicate entries in cedet's loaddefs.el files.2010-04-18, by Stefan Monnier
-
* cvs-status.el (cvs-refontify): Remove unused.2010-04-18, by Stefan Monnier
-
(Mathematics): Prefer Unicode charset.2010-04-18, by Stefan Monnier
-
Set USER_POS in hint_flags to work around Cygwin problem.2010-04-18, by Jan D.
-
calc-bin.el (calc-radix): Have the O option turn on twos-complement mode.2010-04-18, by Jay Belanger
-
calc.el (calc-mode-map): Bind O to 'calc-missing-key'.2010-04-18, by Jay Belanger
-
Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.2010-04-17, by Jan D.
-
Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.2010-04-17, by Jan D
-
Don't redraw lucid menus more than needed. Use double buffer to reduce flicker.2010-04-17, by Jan D
-
Fix crash on NextStep terminal (Bug#5837)2010-04-17, by Chong Yidong
-
Fix a crash when an NSM character is inserted at BEGV.2010-04-17, by Eli Zaretskii
-
Merge: Add O option to Calc.2010-04-17, by Jay Belanger
-
* calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.2010-04-17, by Jay Belanger
-
Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.2010-04-16, by Eli Zaretskii
-
* s/freebsd.h: Restore osreldate.h include.2010-04-16, by Dan Nicolaescu
-
* xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.2010-04-16, by Jan D
-
* xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.2010-04-16, by Jan D
-
* xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.2010-04-16, by Jan D
-
* ack.texi, emacs.texi (Acknowledgments): Update for Org changes.2010-04-16, by Glenn Morris
-
Move scrolling commands from simple.el to window.el2010-04-16, by Juri Linkov
-
Check both `isearch-scroll' and `scroll-command' properties.2010-04-16, by Juri Linkov
-
xlwmenu.c (facename_changed): Put function in #ifdef HAVE_XFT.2010-04-16, by YAMAMOTO Mitsuharu
-
* s/cygwin.h: Avoid linking against static libgcc.2010-04-16, by Chong Yidong
-
Add the `scroll-command' property.2010-04-15, by Juri Linkov
-
* net/tramp.el (tramp-error-with-buffer): Don't show the2010-04-15, by Michael Albinus
-
* frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.2010-04-15, by Dan Nicolaescu
-
* xdisp.c (message): Do not use NO_ARG_ARRAY.2010-04-15, by Dan Nicolaescu
-
* frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.2010-04-15, by Dan Nicolaescu
-
* admin/notes/BRANCH: Defer to emacs-devel.2010-04-15, by Glenn Morris
-
* progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.2010-04-15, by Glenn Morris
-
Merge update-org-to-6.352010-04-15, by Carsten Dominik
-
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>2010-04-15, by Carsten Dominik
-
Testcommit2010-04-15, by Carsten Dominik
-
Testcommit with brz2010-04-15, by Carsten Dominik
-
* admin/notes/BRANCH: Update.2010-04-15, by Glenn Morris
-
Simplify by using `define-derived-mode'.2010-04-15, by Juanma Barranquero
-
Fix Bug#5840.2010-04-14, by Michael Albinus
-
Reduce cpp use in Makefile.in.2010-04-14, by Dan Nicolaescu
-
(non-essential): New var.2010-04-14, by Stefan Monnier
-
Add a new field `location' to bookmarks for non-file bookmarks.2010-04-14, by Stefan Monnier
-
Add variable scroll-error-top-bottom.2010-04-14, by Juri Linkov
-
Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.2010-04-14, by Juri Linkov
-
Add variable `scroll-preserve-screen-position-commands'.2010-04-14, by Juri Linkov
-
Fix so top -10 and left -10 in frame parameters work.2010-04-13, by Jan D.
-
(Fx_create_frame, x_create_tip_frame): Set default border width to zero.2010-04-13, by Jan D.
-
Move complete.el to lisp/obsolete.2010-04-13, by Stefan Monnier
-
Remove the Arch metafiles.2010-04-13, by Stefan Monnier
-
(init_tty): Move common text outside of #ifdef TERMINFO.2010-04-13, by Stefan Monnier
-
Try to solve the problem of spurious EOF chars in long lines of text2010-04-13, by Stefan Monnier
-
Try to detect file modification within the same second.2010-04-13, by Stefan Monnier
-
* pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).2010-04-13, by Stefan Monnier
-
(define-minor-mode): A nil argument to the minor mode turns the mode ON.2010-04-13, by Stefan Monnier
-
* process.c (status_notify): Remove unused var `ro'.2010-04-12, by Stefan Monnier
-
(vc-dir-kill-line): New command.2010-04-12, by Stefan Monnier
-
* bookmark.el (bookmark-insert-location): Handle a nil filename.2010-04-12, by Stefan Monnier
-
xfns.c (select_visual): Don't call error if XGetVisualInfo returns2010-04-12, by Jan D.
-
Clean up last bookmark changes for man/woman/gnus-summary.2010-04-12, by Stefan Monnier
-
Summary: Add bookmark support for man, woman and gnus-summary.2010-04-12, by Stefan Monnier
-
* Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the2010-04-12, by Dan Nicolaescu
-
* Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.2010-04-12, by Dan Nicolaescu
-
Restore C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM.2010-04-12, by Jan D.
-
Change so emacs at least compiles.2010-04-12, by Jan D.
-
Remove C_SWITCH_SYSTEM_TEMACS.2010-04-11, by Dan Nicolaescu
-
Remove C_SWITCH_SYSTEM_TEMACS.2010-04-11, by Dan Nicolaescu
-
Use autoconf, not cpp for some variables.2010-04-11, by Dan Nicolaescu
-
Use autoconf, not cpp for some variables.2010-04-11, by Dan Nicolaescu
-
Use XFT in Lucid dialogs if available.2010-04-11, by Jan D.
-
Use XFT in Lucid dialogs if available.2010-04-11, by Jan D.
-
* process.c (exec_sentinel): Preserve current-buffer.2010-04-11, by Stefan Monnier
-
(read_process_output): Move the save-current-buffer to2010-04-11, by Stefan Monnier
-
Update comint-password-prompt-regexp (Bug#2817).2010-04-10, by Chong Yidong
-
* s/msdos.h (UNEXEC): New definition.2010-04-10, by Dan Nicolaescu
-
* net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.2010-04-10, by Michael Albinus
-
Synchronize with Tramp repository.2010-04-10, by Michael Albinus
-
Synchronize with Tramp repository.2010-04-10, by Michael Albinus
-
xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.2010-04-10, by YAMAMOTO Mitsuharu
-
Don't abort try_window with fonts change when showing tooltip (Bug#2423).2010-04-10, by YAMAMOTO Mitsuharu
-
xfns.c (Fx_show_tip): Undo last change.2010-04-10, by YAMAMOTO Mitsuharu
-
* compile.el (compilation-save-buffers-predicate): Add missing :version tag.2010-04-10, by Glenn Morris
-
Get rid of several uses of the term 'master' in favor of equivalent verbiage2010-04-09, by Eric S. Raymond
-
Fix showing the complete tip the first time, bug #2423.2010-04-09, by Jan D
-
(turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Remove,2010-04-09, by Sam Steingold
-
(compilation-save-buffers-predicate): Remove the "autoload" cookie.2010-04-09, by Sam Steingold
-
Add --author support to git commit.2010-04-09, by Dan Nicolaescu
-
Improve documentation comments.2010-04-09, by Eric S. Raymond
-
Fix bug#5856: don't dereference glyphs beyond end of glyph_row.2010-04-08, by Eli Zaretskii
-
Fix some of the problems in defsubst* (bug#5728).2010-04-08, by Stefan Monnier
-
* xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.2010-04-08, by Jan D.
-
Fix crash due to incorrect resolution of type of NSM characters (bug#5858).2010-04-08, by Eli Zaretskii
-
Lucid menus can now use Xft for fonts.2010-04-08, by Jan D.
-
Lucid menus can now use Xft for fonts.2010-04-08, by Jan D.
-
add ";;;###autoload" cookies2010-04-07, by Sam Steingold
-
(compilation-save-buffers-predicate): New custom variable.2010-04-07, by Sam Steingold
-
* lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.2010-04-07, by Juanma Barranquero
-
wid-edit.el (widget-choose): Put cursor on second line of the buffer (Bug#5695).2010-04-07, by Jan D.
-
Fix resizing for X and non-Gtk+ build. Bug #5848.2010-04-07, by Jan D
-
Fix resizing for X and non-Gtk+ build. Bug #5848.2010-04-07, by Jan D
-
Simplify code for HP machines.2010-04-07, by Dan Nicolaescu
-
* m/iris4d.h (UNEXEC): Move definition ...2010-04-07, by Dan Nicolaescu
-
Add new VC methods: vc-log-incoming and vc-log-outgoing.2010-04-07, by Dan Nicolaescu
-
Fix default-directory for vc-root-diff.2010-04-07, by Dan Nicolaescu
-
* verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support2010-04-07, by Dan Nicolaescu
-
(calcFunc-fdiv): Use `nth' to choose elements from list.2010-04-07, by Jay Belanger
-
(calcFunc-fdiv): Allow `fdiv' to divide fractions.2010-04-07, by Jay Belanger
-
Removed duplicate definition of ido-virtual-buffers2010-04-06, by jwiegley
-
Fix typos.2010-04-06, by Juanma Barranquero
-
Fixed duplicate names appearing in IDO buffer list (using virtuals)2010-04-06, by jwiegley
-
Minor fixes to a recent contribution to ido.el2010-04-06, by jwiegley
-
Enable recentf-mode if using virtual buffers.2010-04-06, by Juanma Barranquero
-
Scrolling commands which scroll a line instead of full screen..2010-04-05, by Juri Linkov
-
Scrolling commands which does not signal errors at top/bottom.2010-04-05, by Juri Linkov
-
lisp/help.el: Turn ChangeLog comment into source comment.2010-04-05, by Juanma Barranquero
-
* help.el (describe-mode): Return nil (for IELM's sake).2010-04-05, by Juanma Barranquero
-
xfns.c (set_machine_and_pid_properties): Fix parantesis2010-04-05, by Jan D
-
Move declaration before other statements.2010-04-04, by jhd
-
Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).2010-04-04, by jhd
-
Improve commentary of handle_stop_backwards.2010-04-04, by Eli Zaretskii
-
2010-04-04 John Wiegley <jwiegley@gmail.com>2010-04-04, by jwiegley
-
* font-lock.el: Require CL when compiling.2010-04-03, by Stefan Monnier
-
Fix merge conflicts in ldefs-boot.el.2010-04-03, by Eli Zaretskii
-
Fix infloop in bidi buffers with vertical cursor motion at ZV.2010-04-03, by Eli Zaretskii
-
Fix typo in src/ChangeLog.2010-04-03, by Eli Zaretskii
-
Revert last change in batch-update-authors.2010-04-03, by Eli Zaretskii
-
Fix bug in batch-update-authors. Add bidi to AUTHORS.2010-04-03, by Eli Zaretskii
-
update tags2010-04-02, by convert-repo
-
Add stubs for Windows, required after CVE-2010-0825 change.2010-04-03, by Juanma Barranquero
-
Merge from emacs-232010-04-03, by Stefan Monnier
-
* m/intel386.h (NO_REMAP): Move definition ...2010-04-03, by Dan Nicolaescu
-
* m/vax.h (CRT0_DUMMIES): Remove, unused.2010-04-03, by Dan Nicolaescu
-
* ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not2010-04-03, by Dan Nicolaescu
-
* ehelp.el (electric-help-orig-major-mode): New buffer-local variable.2010-04-02, by Juri Linkov
-
Fix permissions handling (CVE-2010-0825).2010-04-02, by Chong Yidong
-
Fix typos.2010-04-02, by Juanma Barranquero
-
Fix typos in semantic/imenu.el.2010-04-02, by Juanma Barranquero
-
Fix typos in ChangeLogs.2010-04-02, by Juanma Barranquero
-
Use correct coding system when verifying a pgp signed message2010-04-01, by Andreas Schwab
-
Fix markup mistake in nonascii.texi.2010-04-01, by Chong Yidong
-
Fix typo.2010-04-01, by Chong Yidong
-
Fix last set of Nextstep changes.2010-03-31, by Chong Yidong
-
Explain how to re-throw a signal.2010-03-31, by Eli Zaretskii
-
Fix bug #5703.2010-03-31, by Eli Zaretskii
-
* nsterm.h: Fix last change.2010-03-31, by Chong Yidong
-
(bug-reference-bug-regexp): Also accept "patch" and "RFE".2010-04-02, by Sam Steingold
-
Fix permissions handling (CVE-2010-0825).2010-04-02, by Chong Yidong
-
Fix previous fix. Parantesis misplaced.2010-04-02, by Jan D.
-
Fix previous fix.2010-04-02, by Jan D.
-
(vc-hg-push, vc-hg-pull): Use `apply' when calling2010-04-02, by Sam Steingold
-
* tmm.el (tmm-get-keymap): Check with symbolp before passing value to fboundp.2010-04-02, by Jan D.
-
Merge from trunk2010-04-02, by Jan D.
-
xdisp.c (set_cursor_from_row): Improve comments.2010-04-02, by Eli Zaretskii
-
Fix typos and formatting in ChangeLog entries.2010-04-02, by Eli Zaretskii
-
tmm.el (tmm-get-keymap): Check with symbolp before passing2010-04-02, by Jan D.
-
Merge from trunk2010-04-01, by Jan D.
-
Merge from trunk2010-03-26, by Jan D.
-
Merge from trunk2010-03-23, by Jan D.
-
Merge from trunk2010-03-23, by Jan D.
-
Remove extern errno declarations.2010-04-02, by Dan Nicolaescu
-
Remove all uses of LIBX11_SYSTEM.2010-04-01, by Dan Nicolaescu
-
Remove support for DJGPP v1.x (bug#5813).2010-04-01, by Eli Zaretskii
-
msdos.c: Fix last change.2010-04-01, by Eli Zaretskii
-
Remove support for DJGPP v1.x (bug#5813).2010-04-01, by Eli Zaretskii
-
Fix bug #5816.2010-04-01, by Eli Zaretskii
-
(Finding the News): Add pointers to the Server buffer because it's essential.2010-04-01, by Katsumi Yamaoka
-
(Finding the News): Add pointers to the Server buffer because it's essential.2010-04-01, by Katsumi Yamaoka
-
Merge from mainline.2010-04-01, by Katsumi Yamaoka
-
Merge from mainline.2010-04-01, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Cosmetic change to src/Makefile.in.2010-04-01, by Glenn Morris
-
[merge] Fix last set of Nextstep changes.2010-03-31, by Chong Yidong
-
* cus-edit.el (custom-buffer-sort-alphabetically): Update :version.2010-03-31, by Chong Yidong
-
Clean up BSD_SYSTEM use.2010-03-31, by Dan Nicolaescu
-
* simple.el (next-line, previous-line): Re-throw a signal2010-03-31, by Juri Linkov
-
* simple.el (keyboard-escape-quit): Raise deselecting the active2010-03-31, by Juri Linkov
-
Rename `image-extension-data' to `image-metadata'.2010-03-31, by Juri Linkov
-
Fix highlight of trailing whitespace is right-to-left lines.2010-03-31, by Eli Zaretskii
-
(gnus-article-browse-html-save-cid-content): Rename from2010-03-31, by Katsumi Yamaoka
-
Update.2010-03-31, by Katsumi Yamaoka
-
(gnus-article-browse-html-save-cid-content): Rename from2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
Get rid of the direct_output optimizations.2010-03-31, by Stefan Monnier
-
Change name of default value of calc-settings-file to ~/.emacs.d/calc.el throughout.2010-03-31, by Jay Belanger
-
Merge from mainline.2010-03-31, by Katsumi Yamaoka
-
* simple.el (append-to-buffer): Simplify.2010-03-31, by Stefan Monnier
-
Merge from emacs-23 branch2010-03-31, by Stefan Monnier
-
* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).2010-03-30, by Chong Yidong
-
* textmodes/artist.el (artist-mode): Fix typo in docstring. (Bug#5807)2010-03-30, by Juanma Barranquero
-
xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).2010-03-30, by Jan D.
-
Fix Indic composable patterns for the new Unicode specification.2010-03-30, by Kenichi Handa
-
merge trunk2010-03-30, by Kenichi Handa
-
Fix Indic composable patterns for the new Unicode specification.2010-03-30, by Kenichi Handa
-
merge trunk2010-03-30, by Kenichi Handa
-
Improve documentation of "C-x 8 RET".2010-03-30, by Eli Zaretskii
-
Clean up unneeded ns_set_icon_type calls.2010-03-29, by Chong Yidong
-
Add a test function from semantic-test.el to semantic-ia-utest.el.2010-03-29, by Chong Yidong
-
Update Semantic test copyrights, delete some test files (Bug#4656).2010-03-29, by Chong Yidong
-
Make tmm-menubar work for the Buffers menu again.2010-03-29, by Stefan Monnier
-
(mm-add-meta-html-tag): Fix regexp matching meta tag.2010-03-29, by Katsumi Yamaoka
-
(mm-add-meta-html-tag): Fix regexp matching meta tag.2010-03-29, by Katsumi Yamaoka
-
Merge from mainline.2010-03-28, by Katsumi Yamaoka
-
Merge from mainline.2010-03-25, by Katsumi Yamaoka
-
Revert 2009-08-15 change, restoring electric punctuation (Bug#5586)2010-03-28, by Chong Yidong
-
Fix for Bug#5790.2010-03-28, by Chong Yidong
-
Close bug#5336.2010-03-28, by Glenn Morris
-
Expand discussion of mail setup.2010-03-28, by Chong Yidong
-
* mail/sendmail.el (mail-default-directory): Doc fix.2010-03-28, by Chong Yidong
-
Document Message mode as the default mail mode.2010-03-28, by Chong Yidong
-
Fix mail-default-headers handling in Message mode.2010-03-27, by Chong Yidong
-
Document problems on MS-Windows with incompatible regex.h headers.2010-03-27, by Eli Zaretskii
-
Fix doc strings of version-* functions and variables.2010-03-27, by Eli Zaretskii
-
Document `after-load-functions'.2010-03-26, by Chong Yidong
-
*** empty log message ***2010-03-26, by Nick Roberts
-
(gdb-apple-test): New function.2010-03-26, by Nick Roberts
-
* maintaining.texi (Old Revisions): Document vc-root-diff.2010-03-26, by Chong Yidong
-
* vc.el (vc-root-diff): Doc fix.2010-03-25, by Chong Yidong
-
* maintaining.texi (VCS Concepts): Fix typo.2010-03-25, by Chong Yidong
-
* vc.el (vc-print-log, vc-print-root-log): Doc fix.2010-03-25, by Chong Yidong
-
Document VC changes: vc-log-show-limit and vc-print-root-log.2010-03-25, by Chong Yidong
-
Merge from mainline.2010-03-25, by Katsumi Yamaoka
-
Document comint history-search changes.2010-03-25, by Chong Yidong
-
* programs.texi (Program Modes): Mention Javascript mode.2010-03-25, by Chong Yidong
-
Note in documentation that nXML is now the default XML mode.2010-03-25, by Chong Yidong
-
* misc.texi (Navigation): Document doc-view-continuous.2010-03-25, by Chong Yidong
-
* simple.el (append-to-buffer): Fix last change.2010-03-25, by Chong Yidong
-
Merge from mainline.2010-03-24, by Katsumi Yamaoka
-
* xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).2010-03-24, by Chong Yidong
-
Fix 2009-11-13 change to append-to-buffer (Bug#5749).2010-03-24, by Chong Yidong
-
(keys_of_window): Remove redundant/overridden bindings.2010-03-31, by Stefan Monnier
-
* files.el (auto-mode-case-fold): Change default to t.2010-03-31, by Stefan Monnier
-
(MIME Commands): Update description of gnus-article-browse-html-article.2010-03-31, by Katsumi Yamaoka
-
(MIME Commands): Update description of gnus-article-browse-html-article.2010-03-31, by Katsumi Yamaoka
-
Merge from mainline.2010-03-30, by Katsumi Yamaoka
-
from trunk2010-03-23, by Kenichi Handa
-
Merge from mainline.2010-03-24, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
Restore original behavior of move_it_in_display_line_to when !bidi_p.2010-03-30, by Eli Zaretskii
-
* xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.2010-03-30, by Dan Nicolaescu
-
* replace.el (occur-accumulate-lines): Move occur-engine related2010-03-30, by Juri Linkov
-
Fix a crash of I-search in a bidi-reordered buffer.2010-03-30, by Eli Zaretskii
-
* dired-x.el (dired-omit-mode): Doc fix.2010-03-30, by Juri Linkov
-
Make occur handle multi-line matches cleanly with context.2010-03-30, by Juri Linkov
-
* replace.el (occur-accumulate-lines): Fix a bug where the first2010-03-30, by Juri Linkov
-
* makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.2010-03-30, by Juanma Barranquero
-
bidi.c: Update to GPLv3.2010-03-30, by Eli Zaretskii
-
bidi.c: Update Copyright years.2010-03-30, by Eli Zaretskii
-
Initial support for bidirectional editing.2010-03-30, by Eli Zaretskii
-
Removed src/ChangeLog.bidi from bzr.2010-03-30, by Eli Zaretskii
-
Support MS-Windows build and reversed rows in GUI frames; add initial docs.2010-03-29, by Eli Zaretskii
-
Fix glyph_row reversed_p flag in empty lines between paragraphs.2010-03-28, by Eli Zaretskii
-
Merge from mainline.2010-03-28, by Eli Zaretskii
-
Finish work on cursor motion in continuation lines.2010-03-20, by Eli Zaretskii
-
Merge from mainline.2010-03-20, by Eli Zaretskii
-
Continue work on cursor movement in continued lines.2010-03-13, by Eli Zaretskii
-
Merge from mainline.2010-03-13, by Eli Zaretskii
-
Continue debugging continuation lines.2010-03-06, by Eli Zaretskii
-
Merge from mainline.2010-03-06, by Eli Zaretskii
-
Merge frome mainline.2010-02-27, by Eli Zaretskii
-
Continue work on continuation lines.2010-02-20, by Eli Zaretskii
-
Merge from mainline.2010-02-20, by Eli Zaretskii
-
Continue work on continuation lines. Some progress with cursor motion.2010-02-13, by Eli Zaretskii
-
Merge from mainline.2010-02-13, by Eli Zaretskii
-
Merge from mainline.2010-02-06, by Eli Zaretskii
-
Start working on cursor movement in continuation lines.2010-02-06, by Eli Zaretskii
-
Merge from mainline.2010-02-05, by Eli Zaretskii
-
Fix fallout from changes to managing glyph row reversed_p flag.2010-01-30, by Eli Zaretskii
-
Merge from mainline.2010-01-30, by Eli Zaretskii
-
Merge from mainline.2010-01-29, by Eli Zaretskii
-
Merge from mainline.2010-01-25, by Eli Zaretskii
-
Remove empty entry.2010-01-25, by Eli Zaretskii
-
Finish and debug display of invisible text.2010-01-25, by Eli Zaretskii
-
Merger from mainline.2010-01-23, by Eli Zaretskii
-
rmail.el autoloads.2010-01-22, by Eli Zaretskii
-
Merge from mainline.2010-01-22, by Eli Zaretskii
-
Merge from mainline.2010-01-16, by Eli Zaretskii
-
Start working on invisible text. For now, just untested source changes.2010-01-16, by Eli Zaretskii
-
Merge from mainline.2010-01-16, by Eli Zaretskii
-
Merge from mainline.2010-01-16, by Eli Zaretskii
-
Merge from mainline.2010-01-09, by Eli Zaretskii
-
Recompute prev_stop and base_level_stop when the iterator is2010-01-09, by Eli Zaretskii
-
Merge from mainline.2010-01-09, by Eli Zaretskii
-
Merge from mainline.2010-01-08, by Eli Zaretskii
-
Update Copyright years.2010-01-03, by Eli Zaretskii
-
Continue working on handling of properties in bidi iteration.2010-01-02, by Eli Zaretskii
-
Merge from mainline.2010-01-02, by Eli Zaretskii
-
Merge from upstream.2010-01-02, by Eli Zaretskii
-
Merge from mainline.2010-01-01, by Eli Zaretskii
-
This commits the exact copies of files I had before switch to bzr.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-12-26.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-1219.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-12-12.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-11-21.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-11-14.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-11-07.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-31.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-24.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-17.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-10.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-08.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-05.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-04.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-10-03.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-09-27.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-09-26.2010-01-01, by Eli Zaretskii
-
Retrospective commit from 2009-09-20.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-09-19.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-09-12.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-08-12.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-08-29.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-08-22.2009-12-31, by Eli Zaretskii
-
Retrospective commit from 2009-08-15.2009-12-31, by Eli Zaretskii
-
Retrospective commit.2009-12-31, by Eli Zaretskii
-
2010-03-30 Martin Stjernholm <mast@lysator.liu.se>2010-03-30, by Katsumi Yamaoka
-
2010-03-30 Martin Stjernholm <mast@lysator.liu.se>2010-03-30, by Katsumi Yamaoka
-
Merge from mainline.2010-03-30, by Katsumi Yamaoka
-
2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>2010-03-30, by Katsumi Yamaoka
-
2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>2010-03-30, by Katsumi Yamaoka
-
Merge from mainline.2010-03-30, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.2010-03-30, by Dan Nicolaescu
-
*** empty log message ***2010-03-30, by Nick Roberts
-
* subr.el: Extend progress reporters to perform "spinning".2010-03-29, by Chong Yidong
-
(mm-add-meta-html-tag): Fix regexp matching meta tag.2010-03-29, by Katsumi Yamaoka
-
(mm-add-meta-html-tag): Fix regexp matching meta tag.2010-03-29, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>2010-03-29, by Katsumi Yamaoka
-
2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>2010-03-29, by Katsumi Yamaoka
-
Merge from mainline.2010-03-29, by Katsumi Yamaoka
-
2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>2010-03-28, by Katsumi Yamaoka
-
2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>2010-03-28, by Katsumi Yamaoka
-
2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>2010-03-28, by Katsumi Yamaoka
-
2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>2010-03-28, by Katsumi Yamaoka
-
Merge from mainline.2010-03-28, by Katsumi Yamaoka
-
Regenerate ldefs-boot.el.2010-03-28, by Nick Roberts
-
Merge from mainline.2010-03-25, by Katsumi Yamaoka
-
Merge from mainline.2010-03-25, by Katsumi Yamaoka
-
Merge from mainline.2010-03-24, by Katsumi Yamaoka
-
Merge from mainline.2010-03-24, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
Fix for `compile' (Bug#5771).2010-03-28, by Chong Yidong
-
* find-dired.el (find-dired): Use read-directory-name (Bug#5777).2010-03-28, by Chong Yidong
-
* gdb-mi.el: Add 2010 to copyright years.2010-03-28, by Glenn Morris
-
emacs.texi (Top): Update node names to those in building.texi.2010-03-28, by Nick Roberts
-
Restore GDB/MI fuctionality removed by r99212:2010-03-27, by Nick Roberts
-
Enclose the argument of "-l" in quotes.2010-03-27, by Eli Zaretskii
-
Fix the MSDOS build as fallout from the latest Makefile.in changes.2010-03-27, by Eli Zaretskii
-
Fix a typo in a comment.2010-03-27, by Eli Zaretskii
-
* process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.2010-03-27, by Chong Yidong
-
Don't call turn_on_atimers around `connect' (Bug#5723).2010-03-25, by YAMAMOTO Mitsuharu
-
Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).2010-03-25, by YAMAMOTO Mitsuharu
-
Close bug#5755.2010-03-25, by Glenn Morris
-
Fix wrong variable name.2010-03-25, by Ted Zlatanov
-
Add "union tags" in mpc.el.2010-03-25, by Stefan Monnier
-
Misc cleanup.2010-03-24, by Stefan Monnier
-
Ignore tempfiles of the configure script2010-03-24, by Stefan Monnier
-
Merge from `emacs-23'.2010-03-24, by Stefan Monnier
-
* vc-dir.el (vc-dir-headers): Abbreviate the working dir.2010-03-24, by Stefan Monnier
-
(makefile-rule-action-regex): Backtrack less.2010-03-24, by Stefan Monnier
-
Close bug#5759.2010-03-24, by Glenn Morris
-
Fix typos.2010-03-24, by Juanma Barranquero
-
Fix typos in Changelog.2010-03-24, by Juanma Barranquero
-
Fix typos.2010-03-24, by Juanma Barranquero
-
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)2010-03-24, by Juanma Barranquero
-
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)2010-03-23, by Glenn Morris
-
* indent.el (indent-for-tab-command): Doc fix.2010-03-22, by Chong Yidong
-
cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes2010-03-22, by Alan Mackenzie
-
Fix typos.2010-03-22, by Juanma Barranquero
-
bug #5736: Allow X-resource menuBar to take on/off as documented.2010-03-22, by Jan D.
-
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.2010-03-21, by Chong Yidong
-
Document multi-isearch-buffers and tab-always-indent.2010-03-21, by Chong Yidong
-
* processes.texi (Network Processes): Document seqpacket type.2010-03-21, by Chong Yidong
-
NEWS: Re-organize Lisp changes for Emacs 23.2.2010-03-21, by Chong Yidong
-
Document font-use-system-font.2010-03-20, by Chong Yidong
-
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.2010-03-20, by YAMAMOTO Mitsuharu
-
`make uninstall' fix (Bug#5620).2010-03-19, by Chong Yidong
-
Document Bug#5541.2010-03-19, by Chong Yidong
-
Fix typos in docstrings.2010-03-22, by Juanma Barranquero
-
Fix typos in mh-e.2010-03-22, by Juanma Barranquero
-
Fix typos in Gnus.2010-03-22, by Juanma Barranquero
-
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.2010-03-19, by Juanma Barranquero
-
Restore user option rmail-highlight-face.2010-03-18, by Glenn Morris
-
Woman parsing fix (Bug#5729).2010-03-16, by Chong Yidong
-
language/indian.el (devanagari-composable-pattern): Add more consonants.2010-03-16, by Kenichi Handa
-
Fix the ccl encoder for the case that the output buffer is fullfilled.2010-03-16, by Kenichi Handa
-
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.2010-03-16, by Kenichi Handa
-
language/indian.el (devanagari-composable-pattern): Add more consonants.2010-03-16, by Kenichi Handa
-
Fix the ccl encoder for the case that the output buffer is fullfilled.2010-03-16, by Kenichi Handa
-
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.2010-03-16, by Kenichi Handa
-
from trunk2010-03-16, by Kenichi Handa
-
Fix bug in `format' (Bug#5710).2010-03-15, by Chong Yidong
-
Remove CEDET entry in MORE.STUFF.2010-03-15, by Francesc Rocher
-
* lisp/net/trampver.el: Update release number.2010-03-14, by Michael Albinus
-
* copyright: Add note about lisp/cedet/semantic/imenu.el.2010-03-13, by Glenn Morris
-
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.2010-03-13, by Glenn Morris
-
* cedet/semantic/imenu.el: Fix typo in copyright header.2010-03-13, by Glenn Morris
-
* net/tramp.el (tramp-find-executable): Use2010-03-13, by Michael Albinus
-
* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).2010-03-13, by Chong Yidong
-
Close bug#4427.2010-03-12, by Glenn Morris
-
(auto-mode-alist): Accept more verilog file patterns.2010-03-11, by Dan Nicolaescu
-
License updates for some test/cedet/tests files.2010-03-11, by Glenn Morris
-
* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.2010-03-11, by Glenn Morris
-
Bump version to 23.1.94 and regenerate ldefs-boot.el. EMACS_PRETEST_23_1_942010-03-11, by Chong Yidong
-
Fix ChangeLog typo.2010-03-11, by Chong Yidong
-
Fix ChangeLog typo.2010-03-11, by Chong Yidong
-
fix a typo in last patch2010-03-24, by Sam Steingold
-
Add a list of HTTP status code symbols and their text, mapped by number.2010-03-24, by Ted Zlatanov
-
* vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to2010-03-24, by Glenn Morris
-
* cedet/ede/project-am.el (ede-shell-run-something): Declare.2010-03-24, by Glenn Morris
-
* vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.2010-03-24, by Glenn Morris
-
* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.2010-03-24, by Glenn Morris
-
* vc-dispatcher.el (vc-start-logentry): Doc fix.2010-03-24, by Glenn Morris
-
* log-edit.el (log-edit-before-checkin-process): Doc fix.2010-03-24, by Glenn Morris
-
* mail-source.el (gnus-message): Declare.2010-03-24, by Glenn Morris
-
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):2010-03-24, by Glenn Morris
-
Fix bug#5620: recalculate all markers on compilation buffer2010-03-23, by Sam Steingold
-
update author's email2010-03-23, by Sam Steingold
-
* occur-testsuite.el: New file.2010-03-23, by Juri Linkov
-
Implement Occur multi-line matches.2010-03-23, by Juri Linkov
-
* replace.el (occur-engine-line): Add optional arg `keep-props'.2010-03-23, by Juri Linkov
-
Synch with Gnus trunk2010-03-23, by Katsumi Yamaoka
-
Synch with Gnus trunk2010-03-23, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
Synch with Gnus trunk2010-03-23, by Katsumi Yamaoka
-
Synch with Gnus trunk2010-03-23, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
* replace.el (occur-accumulate-lines, occur-engine):2010-03-23, by Juri Linkov
-
* finder.el: Remove TODO tasks.2010-03-23, by Juri Linkov
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
Merge from mainline.2010-03-23, by Katsumi Yamaoka
-
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.2010-03-23, by Dan Nicolaescu
-
* s/netbsd.h: Remove commented out code.2010-03-23, by Dan Nicolaescu
-
Simplify LIBS_MACHINE definitions.2010-03-23, by Dan Nicolaescu
-
Add a new completion style `substring'.2010-03-23, by Stefan Monnier
-
Remove dead code dealing with POSIX_SIGNALS.2010-03-22, by Dan Nicolaescu
-
Get rid of .elc files after removal of the corresponding .el.2010-03-22, by Stefan Monnier
-
* Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we2010-03-22, by Jan D.
-
Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we2010-03-22, by Jan D.
-
Merge from trunk2010-03-22, by Jan D.
-
Get rid of the ELCFILES abomination, again.2010-03-22, by Stefan Monnier
-
* keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,2010-03-22, by Dan Nicolaescu
-
(BSD_SYSTEM, BSD4_2): Remove conditionals, we only2010-03-21, by Dan Nicolaescu
-
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...2010-03-21, by Dan Nicolaescu
-
Use absolute directory names substituted by configure2010-03-21, by Andreas Schwab
-
Expand ${bootstrap_exe} before chdir2010-03-21, by Andreas Schwab
-
Fix message of multi-line occur regexps and multi-buffer header lines.2010-03-21, by Juri Linkov
-
Use more relative file and directory names in `lisp' make rules.2010-03-20, by Stefan Monnier
-
Fix unbalanced parenthesis in secrets.el.2010-03-20, by Ted Zlatanov
-
(hide-sublevels): Unfix the paren non-typo! (bug#5738).2010-03-20, by Stefan Monnier
-
Use faces not variables for font-lock customization in rst.el.2010-03-20, by Glenn Morris
-
Cosmetic changes to lib-src/Makefile.in.2010-03-20, by Glenn Morris
-
Remove support for old GNU/Linux using libc version 5.2010-03-20, by Dan Nicolaescu
-
Consolidate redundant definitions in s/bsd-common.h.2010-03-20, by Dan Nicolaescu
-
Consolidate redundant definitions.2010-03-20, by Dan Nicolaescu
-
Remove support for old UNIX System V systems.2010-03-20, by Dan Nicolaescu
-
Remove support for Solaris on PPC and for old versions.2010-03-20, by Dan Nicolaescu
-
* s/openbsd.h: Remove support for non-ELF and for systems that do2010-03-20, by Dan Nicolaescu
-
* s-region.el: Move to obsolete.2010-03-20, by Juri Linkov
-
Remove non-working support for lynxos 3.0.2010-03-20, by Dan Nicolaescu
-
Remove obsolete uses of HAVE_SHM.2010-03-20, by Dan Nicolaescu
-
lisp/vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.2010-03-19, by Juanma Barranquero
-
* auth-source.el (netrc-machine-user-or-password): Autoload.2010-03-19, by Michael Albinus
-
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.2010-03-19, by Dan Nicolaescu
-
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.2010-03-19, by Dan Nicolaescu
-
Add special markup processing for commit logs.2010-03-19, by Dan Nicolaescu
-
(hide-sublevels): Don't hide trailing newline (and fix paren typo).2010-03-19, by Stefan Monnier
-
Regenerate ldefs-boot.el.2010-03-19, by Glenn Morris
-
Stop message.el from loading about 40 libraries it doesn't always need.2010-03-19, by Glenn Morris
-
Regenerate src/config.in.2010-03-19, by Glenn Morris
-
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.2010-03-19, by Glenn Morris
-
Check for tputs and friends, abort if not found (bug #5735)2010-03-18, by Jan D.
-
Check for tputs and friends, abort if not found (bug #5735)2010-03-18, by Jan D.
-
Merge from trunk2010-03-18, by Jan D.
-
Merge from trunk2010-03-15, by Jan D.
-
Merge from trunk2010-03-11, by Jan D.
-
Merge from trunk2010-03-08, by Jan D.
-
* emacs-lisp/autoload.el (autoload-rubric): Doc fix.2010-03-18, by Glenn Morris
-
Use query-replace-{from,to}-history-variable in more places.2010-03-18, by Glenn Morris
-
Simplify some leim/Makefile.in clean rules.2010-03-18, by Glenn Morris
-
* Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.2010-03-18, by Glenn Morris
-
Remove obsolete code in emacs.c that chooses a bug reporting address.2010-03-18, by Glenn Morris
-
* mail/hashcash.el (declare-function): Remove duplicate definition.2010-03-18, by Glenn Morris
-
Minor simplifications for emacsbug.el.2010-03-18, by Glenn Morris
-
Remove supercite.el's need for sendmail.el.2010-03-18, by Glenn Morris
-
* configure: Fix comment mistake in previous change.2010-03-18, by Glenn Morris
-
Regenerate configure.2010-03-18, by Glenn Morris
-
Doc fix.2010-03-18, by Glenn Morris
-
Replace some cpp with autoconf.2010-03-18, by Glenn Morris
-
* calendar/cal-french.el: Convert to utf-8.2010-03-18, by Glenn Morris
-
Close bug#5720.2010-03-18, by Glenn Morris
-
* files.el (interpreter-mode-alist): Use emacs-lisp-mode for Emacs scripts.2010-03-18, by Glenn Morris
-
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag2010-03-17, by Katsumi Yamaoka
-
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag2010-03-17, by Katsumi Yamaoka
-
Merge from mainline.2010-03-16, by Katsumi Yamaoka
-
Merge from mainline.2010-03-16, by Katsumi Yamaoka
-
Merge from mainline.2010-03-15, by Katsumi Yamaoka
-
Merge from mainline.2010-03-15, by Katsumi Yamaoka
-
* net/secrets.el (secrets-enabled): New variable. Use it instead2010-03-16, by Michael Albinus
-
* net/secrets.el (top): Register the D-Bus signals only when the2010-03-15, by Michael Albinus
-
Put non-GTK X scroll-bars on left.2010-03-15, by Chong Yidong
-
(mm-charset-to-coding-system): Use coding-system-from-name2010-03-15, by Katsumi Yamaoka
-
(mm-charset-to-coding-system): Use coding-system-from-name2010-03-15, by Katsumi Yamaoka
-
Merge from mainline.2010-03-14, by Katsumi Yamaoka
-
Add finder unknown keywords.2010-03-14, by Juri Linkov
-
Fix keywords.2010-03-14, by Juri Linkov
-
* etc/NEWS: Add secrets.el.2010-03-13, by Michael Albinus
-
Fix bug in `format' (Bug#5710).2010-03-13, by Chong Yidong
-
Commit the change in src/Makefile.in announced in rev 99649.2010-03-13, by Eli Zaretskii
-
Remove obsolete .cvsignore files2010-03-13, by Andreas Schwab
-
Spell out in ChangeLog the purpose of revision 99649.2010-03-13, by Eli Zaretskii
-
Document Customize and scroll-bar changes.2010-03-12, by Chong Yidong
-
* xfns.c (Fx_create_frame): Set default to Qright.2010-03-12, by Chong Yidong
-
Allow using list-colors-display to set colors in the Color widget.2010-03-12, by Chong Yidong
-
Improvements to the Custom interface.2010-03-12, by Chong Yidong
-
Update Custom arrow images.2010-03-12, by Chong Yidong
-
Fix last change to use existing comm Custom group instead of `net'.2010-03-12, by Chong Yidong
-
Reorganize Custom groups.2010-03-12, by Chong Yidong
-
Put scroll-bar on right by default on UNIX.2010-03-12, by Chong Yidong
-
Don't use termcap.c on Posix platforms, only on MS-DOS.2010-03-12, by Eli Zaretskii
-
Fix typo.2010-03-12, by Dan Nicolaescu
-
Add .dir-locals.el support for file-less buffers.2010-03-12, by Dan Nicolaescu
-
Regenerate configure.2010-03-12, by Glenn Morris
-
Add support for shelving snapshots and for showing shelves.2010-03-12, by Dan Nicolaescu
-
Add a NEWS entry for animated image API.2010-03-11, by Juri Linkov
-
* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.2010-03-11, by Glenn Morris
-
Minor animated image housekeeping.2010-03-11, by Glenn Morris
-
Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.2010-03-11, by Glenn Morris
-
Bump version to 24.0.50.2010-03-10, by Chong Yidong
-
Cleanup setup of gl_state in various parts of the code.2010-03-10, by Stefan Monnier
-
quick-install-emacs: Use more portable shell syntax2010-03-10, by Miles Bader
-
quick-install-emacs: Be more picky about files we avoid installing2010-03-10, by Miles Bader
-
vc-git.el (vc-git-revision-table): Include remote branches.2010-03-10, by Stefan Monnier
-
Merge pending branch2010-03-10, by Stefan Monnier
-
Start laying out a plan for Emacs-242010-03-07, by Stefan Monnier
-
Animated image API.2010-03-07, by Juri Linkov
-
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"2010-03-09, by Miles Bader
-
Fix numeric keywords.2010-03-08, by Juri Linkov
-
Additional fix for rfc822-addresses (Bug#5692).2010-03-08, by Chong Yidong
-
Fix typos in Changelogs.2010-03-08, by Juanma Barranquero
-
Fix bug# in ChangeLog.2010-03-08, by Kenichi Handa
-
Add coding system windows-1256 (alias cp1256).2010-03-08, by Kenichi Handa
-
Fix bug# in ChangeLog.2010-03-08, by Kenichi Handa
-
from trunk2010-03-08, by Kenichi Handa
-
Add bug# in ChangeLog.2010-03-08, by Kenichi Handa
-
Add coding system windows-1256 (alias cp1256).2010-03-08, by Kenichi Handa
-
from trunk2010-03-03, by Kenichi Handa
-
Don't end parsing rfc822 addresses prematurely (Bug#5692)2010-03-07, by Andreas Schwab
-
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)2010-03-07, by Chong Yidong
-
NEWS: Clarify last change.2010-03-06, by Chong Yidong
-
NEWS: Document change to Lisp reader for overflowing ints.2010-03-06, by Chong Yidong
-
Improve documentation for setting buffer-local vars (Bug#5688).2010-03-06, by Chong Yidong
-
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).2010-03-06, by Chong Yidong
-
* vc-git.el: Re-flow to fit into 80 columns.2010-03-06, by Stefan Monnier
-
Update some cedet template copyrights to GPLv3+.2010-03-06, by Glenn Morris
-
Add license information for ede-test.el and srecode-test.el.2010-03-06, by Glenn Morris
-
Make it possible to C-g in a tight bytecode loop again (bug#5680).2010-03-05, by Stefan Monnier
-
(Man-files-regexp): Tighten up the regexp (bug#5686).2010-03-05, by Stefan Monnier
-
* regex.c (regex_compile): Setup gl_state as well.2010-03-05, by Stefan Monnier
-
(skip_chars): Setup gl_state (bug#3823).2010-03-05, by Stefan Monnier
-
Fix orgcard.tex pdf landscape format.2010-03-05, by Glenn Morris
-
Add a comment for the previous commit.2010-03-03, by Juri Linkov
-
Fix keyboard macro key lookup (Bug#5481).2010-03-03, by Chong Yidong
-
NEWS: Auto composition mode is still a minor mode.2010-03-03, by Chong Yidong
-
Mark previous ChangeLog entry as a tiny change.2010-03-03, by Glenn Morris
-
Close bug#5670 with patch from Ă…?tĂ„?pĂƒÂ¡n NĂ„?mec <stepnem at gmail.com>.2010-03-03, by Glenn Morris
-
Update Lispref for 30-bit integers.2010-03-03, by Glenn Morris
-
NEWS: async-shell-command and ansi-color are now documented.2010-03-03, by Chong Yidong
-
* faq.texi: Note that ansi-color is now enabled by default.2010-03-03, by Chong Yidong
-
Documented make-pointer-invisible.2010-03-02, by Chong Yidong
-
* frames.texi (Mouse Avoidance): Mention make-pointer-invisible.2010-03-02, by Chong Yidong
-
(emacs_mule_char): Fix a typo in commentary.2010-03-02, by Eli Zaretskii
-
* info.el (Info-index-next): Decrement line number by 2. (Bug#5652)2010-03-02, by Juri Linkov
-
Fix bug in decoding emacs-mule encoding.2010-03-02, by Eli Zaretskii
-
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an2010-03-02, by Michael Albinus
-
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.2010-03-02, by Kenichi Handa
-
from trunk2010-03-02, by Kenichi Handa
-
Small tweaks to etc/refcards/Makefile rules for PDFs.2010-03-02, by Glenn Morris
-
* FOR-RELEASE: CEDET and a javascript mode were added, so remove todos.2010-03-02, by Glenn Morris
-
Fix date of Yom HaAtzma'ut holiday.2010-03-02, by Glenn Morris
-
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.2010-03-02, by Kenichi Handa
-
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.2010-03-02, by Kenichi Handa
-
from trunk2010-03-02, by Kenichi Handa
-
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.2010-03-02, by Kenichi Handa
-
Correct buggy patch 99592 to cc-engine.el.2010-03-01, by Alan Mackenzie
-
Change "myanmar" to "burmese"2010-03-01, by Kenichi Handa
-
from trunk2010-03-01, by Kenichi Handa
-
Change "myanmar" to "burmese"2010-03-01, by Kenichi Handa
-
from trunk2010-02-27, by Kenichi Handa
-
Fix bug #5649: 23.1.92; Indentation problems in C mode.2010-03-01, by Alan Mackenzie
-
Regenerate pl-refcard.pdf.2010-03-01, by Glenn Morris
-
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.2010-03-01, by Glenn Morris
-
Regenerate de-refcard.pdf.2010-03-01, by Glenn Morris
-
* refcards/de-refcard.tex: Fix paren typo.2010-03-01, by Glenn Morris
-
Regenerate most pdf refcards.2010-03-01, by Glenn Morris
-
Rename a command in ru-refcard.tex.2010-03-01, by Glenn Morris
-
Fix some ChangeLog typos.2010-03-01, by Glenn Morris
-
Update short copyright year in refcard tex files.2010-03-01, by Glenn Morris
-
(menu-bar-manuals-menu): Fix typo.2010-02-28, by Katsumi Yamaoka
-
(menu-bar-manuals-menu): Fix typo.2010-02-28, by Katsumi Yamaoka
-
Merge from mainline.2010-02-28, by Katsumi Yamaoka
-
Minor doc fix.2010-02-28, by Chong Yidong
-
Merge from mainline.2010-02-26, by Katsumi Yamaoka
-
Merge from mainline.2010-02-25, by Katsumi Yamaoka
-
Merge from mainline.2010-02-25, by Katsumi Yamaoka
-
Merge from mainline.2010-02-24, by Katsumi Yamaoka
-
Merge from mainline.2010-02-24, by Katsumi Yamaoka
-
Merge from mainline.2010-02-24, by Katsumi Yamaoka
-
Merge from mainline.2010-02-23, by Katsumi Yamaoka
-
Merge from mainline.2010-02-22, by Katsumi Yamaoka
-
Merge from mainline.2010-02-21, by Katsumi Yamaoka
-
Merge from mainline.2010-02-18, by Katsumi Yamaoka
-
Merge from mainline.2010-02-18, by Katsumi Yamaoka
-
Merge from mainline.2010-02-17, by Katsumi Yamaoka
-
Merge from mainline.2010-02-16, by Katsumi Yamaoka
-
Merge from mainline.2010-02-16, by Katsumi Yamaoka
-
Merge from mainline.2010-02-15, by Katsumi Yamaoka
-
Merge from mainline.2010-02-14, by Katsumi Yamaoka
-
Merge from mainline.2010-02-11, by Katsumi Yamaoka
-
Merge from mainline.2010-02-09, by Katsumi Yamaoka
-
Merge from mainline.2010-02-09, by Katsumi Yamaoka
-
Merge from mainline.2010-02-08, by Katsumi Yamaoka
-
Merge from mainline.2010-02-07, by Katsumi Yamaoka
-
Merge from mainline.2010-02-04, by Katsumi Yamaoka
-
Merge from mainline.2010-02-03, by Katsumi Yamaoka
-
Merge from mainline.2010-02-02, by Katsumi Yamaoka
-
Merge from mainline.2010-02-02, by Katsumi Yamaoka
-
Merge from mainline.2010-02-01, by Katsumi Yamaoka
-
Merge from mainline.2010-02-01, by Katsumi Yamaoka
-
Merge from mainline.2010-01-31, by Katsumi Yamaoka
-
Merge from mainline.2010-01-28, by Katsumi Yamaoka
-
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.2010-02-28, by Jan D.
-
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.2010-02-28, by Jan D.
-
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.2010-02-28, by Jan D.
-
Merge from trunk2010-02-28, by Jan D.
-
Merge from trunk2010-02-28, by Jan D.
-
Merge from trunk2010-02-25, by Jan D.
-
Fix use of unitialized memory.2010-02-28, by Chong Yidong
-
* net/tramp.el (tramp-handle-write-region): START can be a string.2010-02-28, by Michael Albinus
-
* net/dbus.el (dbus-introspect, dbus-get-property)2010-02-28, by Michael Albinus
-
*** empty log message ***2010-02-28, by Michael Albinus
-
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when2010-02-28, by Michael Albinus
-
Fix more save-excursion warnings.2010-02-28, by Chong Yidong
-
Fix save-excursion warning in files.el.2010-02-28, by Chong Yidong
-
Fix in-buffer completion when after-change-functions modify the buffer.2010-02-27, by Stefan Monnier
-
Document :otf font-spec property.2010-02-27, by Chong Yidong
-
* international/fontset.el (setup-default-fontset): Fix :otf spec.2010-02-27, by Chong Yidong
-
update tags2010-02-27, by convert-repo
-
* w32uniscribe.c (uniscribe_check_otf): Fix length check.2010-02-27, by Andreas Schwab
-
Regenerate ldefs-boot.el.2010-02-27, by Chong Yidong
-
Bump version to 23.1.93; regenerate AUTHORS.2010-02-27, by Chong Yidong
-
Addendum to last patch: add "Medium" GTK font name keyword.2010-02-27, by Chong Yidong
-
Recognize more keywords in GTK font names (Bug#5646).2010-02-27, by Chong Yidong
-
Minor Python mode fix (Bug#5653).2010-02-27, by Chong Yidong
-
Fix Myanmar OTF support2010-02-26, by Kenichi Handa
-
from trunk2010-02-26, by Kenichi Handa
-
Fix Myanmar OTF support2010-02-26, by Kenichi Handa
-
* configure: Revert accidental commit from rev 99553.2010-02-26, by Glenn Morris
-
Close bug#5643.2010-02-26, by Glenn Morris
-
* custom.el (custom-initialize-delay): Doc fix.2010-02-26, by Glenn Morris
-
Fix initialization of send-mail-function option.2010-02-26, by Glenn Morris
-
Minor TUTORIAL fixes.2010-02-26, by Glenn Morris
-
xdisp.c (reseat_to_string): Fix previous change.2010-02-26, by Kenichi Handa
-
from trunk2010-02-26, by Kenichi Handa
-
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).2010-02-26, by Chong Yidong
-
(i) Remove any hard syntax-table properties for <, > inserted by C-y.2010-02-25, by Alan Mackenzie
-
xdisp.c (reseat_to_string): Fix previous change.2010-02-26, by Kenichi Handa
-
xdisp.c (reseat_to_string): Fix previous change (bug#5609).2010-02-25, by Kenichi Handa
-
from trunk2010-02-25, by Kenichi Handa
-
Fix up last erroneous commit2010-02-25, by Stefan Monnier
-
xdisp.c (reseat_to_string): Fix previous change (bug#5609).2010-02-25, by Kenichi Handa
-
from trunk2010-02-25, by Kenichi Handa
-
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information2010-02-24, by Robert J. Chassell
-
Move declarations before statements.2010-02-24, by Jan D.
-
Move declarations before statements.2010-02-24, by Jan D.
-
Merge from trunk2010-02-24, by Jan D.
-
(gnus-treat-display-x-face): Protect against errors (bug#5299).2010-02-24, by Stefan Monnier
-
* files.el (hack-local-variables-filter): For eval forms, also2010-02-24, by Chong Yidong
-
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr2010-02-24, by Chong Yidong
-
Merge from trunk2010-02-19, by Jan D.
-
Merge from trunk2010-02-18, by Jan D.
-
Merge from trunk2010-02-14, by Jan D.
-
Doc fixes.2010-02-24, by Glenn Morris
-
* TODO: Replace reference to CVS with explicit version number.2010-02-23, by Glenn Morris
-
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect2010-02-22, by Michael Albinus
-
* files.el (directory-listing-before-filename-regexp): Use2010-02-21, by Chong Yidong
-
Minor doc fixes.2010-02-21, by Chong Yidong
-
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).2010-02-21, by Chong Yidong
-
* frames.texi (Frame Commands): Note that the last ordinary frame can2010-02-21, by Chong Yidong
-
* startup.el (fancy-about-screen): In mode-line, apply2010-02-21, by Chong Yidong
-
* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).2010-02-20, by Chong Yidong
-
* progmodes/compile.el (compilation-error-regexp-alist-alist): In2010-02-20, by Chong Yidong
-
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'2010-02-20, by Eli Zaretskii
-
Revert isearch.el change due to feature freeze.2010-02-19, by Chong Yidong
-
Fixed bug#5549 (icalendar.el)2010-02-19, by Ulf Jasper
-
term.c, dispextern.h: Fix stale comments.2010-02-19, by Eli Zaretskii
-
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.2010-02-19, by Eli Zaretskii
-
Accommodate change of disassemble output in GDB 7.1.2010-02-19, by Nick Roberts
-
Close bug#5593.2010-02-19, by Glenn Morris
-
* trouble.texi: Revert grammar change from previous change.2010-02-19, by Glenn Morris
-
(vc-cvs-merge-news): Yet another fix of message parsing.2010-02-18, by Sam Steingold
-
Use abbreviated file names in bookmarks (bug#5591).2010-02-18, by Stefan Monnier
-
(fatal): Add a final \n if needed (bug#5596).2010-02-18, by Stefan Monnier
-
(tramp-handle-directory-files): When FULL, do not expand "." and "..".2010-02-18, by Michael Albinus
-
(tramp-handle-insert-file-contents): Set always the permissions of the2010-02-18, by Michael Albinus
-
* mh-acros.el: Comment fixes.2010-02-18, by Glenn Morris
-
* README: Minor fixes.2010-02-18, by Glenn Morris
-
* loadup.el: Comment fix.2010-02-18, by Glenn Morris
-
* trouble.texi (Contributing): Repository is no longer CVS.2010-02-18, by Glenn Morris
-
* fileio.c: Comment fix.2010-02-18, by Glenn Morris
-
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).2010-02-18, by Chong Yidong
-
* callint.c (Finteractive): Doc fix.2010-02-18, by Glenn Morris
-
* commits: Mention not to mix changes in any given commit.2010-02-18, by Glenn Morris
-
* emacs-lisp/authors.el (authors-renamed-files-alist):2010-02-18, by Glenn Morris
-
INSTALL.BZR: Minor edit.2010-02-18, by Glenn Morris
-
CONTRIBUTE: Various minor updates and changes.2010-02-18, by Glenn Morris
-
Fix handling of CODING_RESULT_INSUFFICIENT_DST.2010-02-18, by Kenichi Handa
-
from trunk2010-02-18, by Kenichi Handa
-
2010-02-17 Mark A. Hershberger <mah@everybody.org>2010-02-17, by Mark A. Hershberger
-
Fix handling of CODING_RESULT_INSUFFICIENT_DST.2010-02-18, by Kenichi Handa
-
Fix the ccl decoder for the case that the output buffer is fullfilled.2010-02-17, by Kenichi Handa
-
from trunk2010-02-17, by Kenichi Handa
-
Fix the ccl decoder for the case that the output buffer is fullfilled.2010-02-17, by Kenichi Handa
-
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix2010-02-16, by Michael Albinus
-
* org-freemind.el (org-freemind-from-org-mode-node)2010-02-16, by Chong Yidong
-
* simple.el (save-interprogram-paste-before-kill): Doc fix.2010-02-16, by Chong Yidong
-
Minor tweaks to custom groups.2010-02-16, by Chong Yidong
-
Small edit to custom images for better text alignment.2010-02-16, by Chong Yidong
-
* textmodes/flyspell.el (flyspell-word): Obey the offset specified2010-02-16, by Chong Yidong
-
Update SKK-JISYO.L to the latest version.2010-02-16, by Kenichi Handa
-
Regenate ja-dic.el.2010-02-16, by Kenichi Handa
-
Update SKK-JISYO.L to the latest version.2010-02-16, by Kenichi Handa
-
from trunk2010-02-16, by Kenichi Handa
-
Fix for the new SKK-JISYO.L format.2010-02-16, by Kenichi Handa
-
from trunk2010-02-16, by Kenichi Handa
-
from trunk2010-02-13, by Kenichi Handa
-
Change a custom default to ease the mail->message transition.2010-02-16, by Glenn Morris
-
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.2010-02-16, by Glenn Morris
-
Close bug#5562.2010-02-16, by Glenn Morris
-
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.2010-02-16, by Glenn Morris
-
(ad-compile-function): Fix last change.2010-02-15, by Stefan Monnier
-
(ad-compile-function): Suppress byte-compiler warnings, since it is annoying2010-02-15, by Stefan Monnier
-
* net/tramp.el (tramp-process-actions, tramp-read-passwd):2010-02-15, by Michael Albinus
-
Fix typos.2010-02-14, by Juanma Barranquero
-
Fix typos in comments.2010-02-14, by Juanma Barranquero
-
Fix typos in ChangeLogs.2010-02-14, by Juanma Barranquero
-
* quick-install-emacs (PRUNED): Fix typo in message.2010-02-14, by Juanma Barranquero
-
Fix typos in docstrings.2010-02-14, by Juanma Barranquero
-
* files.el (insert-directory): When WILDCARD-REGEXP and2010-02-14, by Michael Albinus
-
* man.el (Man-fontify-manpage, Man-cleanup-manpage):2010-02-14, by Juri Linkov
-
Improve docs of some transposition functions.2010-02-13, by Glenn Morris
-
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get2010-02-13, by Jan D.
-
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get2010-02-13, by Jan D.
-
* xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,2010-02-13, by Jan D.
-
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,2010-02-13, by Jan D.
-
Merge from trunk2010-02-13, by Jan D.
-
Merge from trunk2010-02-10, by Jan D.
-
* arc-mode.el (archive-unique-fname): Make directories for nested2010-02-12, by Juri Linkov
-
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)2010-02-12, by Juri Linkov
-
* NEWS: Mention mail-interactive change from Emacs 23.1.2010-02-12, by Glenn Morris
-
(copy-overlay): Damn typo.2010-02-11, by Stefan Monnier
-
* subr.el (copy-overlay): Handle deleted overlays.2010-02-11, by Stefan Monnier
-
(Man-completion-table): Don't signal an error if we can't run2010-02-11, by Stefan Monnier
-
* ChangeLog: Spelling fix.2010-02-11, by Glenn Morris
-
Fix typos.2010-02-11, by Juanma Barranquero
-
* textmodes/artist.el (artist-mt): Fix typos in docstring.2010-02-11, by Juanma Barranquero
-
Fix typos.2010-02-10, by Juanma Barranquero
-
(Info-bookmark-jump): Simplify.2010-02-10, by Stefan Monnier
-
(bookmark-handle-bookmark): Catch the right error.2010-02-10, by Stefan Monnier
-
* ChangeLog: Fix typos.2010-02-10, by Glenn Morris
-
Fix for bug#5512, don't rely on SIGIO alone.2010-02-10, by Jan D.
-
* iswitchb.el (iswitchb-completions): Revert last change.2010-02-10, by Chong Yidong
-
Fix for bug#5512, don't rely on SIGIO alone.2010-02-10, by Jan D.
-
Merge from trunk2010-02-10, by Jan D.
-
Merge from trunk2010-02-01, by Jan D.
-
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and2010-02-10, by Michael Albinus
-
(xterm-maybe-set-dark-background-mode): Remove2010-02-10, by Dan Nicolaescu
-
* ChangeLog: Mark tiny change.2010-02-09, by Glenn Morris
-
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548).2010-02-09, by Chong Yidong
-
* nsfont.m (nsfont_open): The system's value for the font descent2010-02-08, by Chong Yidong
-
Fix ada-mode handling of number literals.2010-02-08, by Chong Yidong
-
* buffers.texi: Fix typo in previous.2010-02-08, by Glenn Morris
-
Close bug#5529.2010-02-08, by Glenn Morris
-
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.2010-02-08, by Kenichi Handa
-
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.2010-02-08, by Kenichi Handa
-
from trunk2010-02-08, by Kenichi Handa
-
from trunk2010-02-05, by Kenichi Handa
-
from trunk2010-02-02, by Kenichi Handa
-
Fix previous change for F2003 interfaces.2010-02-07, by Glenn Morris
-
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).2010-02-07, by Chong Yidong
-
Fix to uid/gid format in eshell's ls (Bug#5528).2010-02-07, by Chong Yidong
-
Fix setting family and foundry in set-face-attribute (Bug#5536).2010-02-07, by Chong Yidong
-
Handle F2003 named interfaces.2010-02-07, by Glenn Morris
-
Credit Vivek Dasmohapatra for suggesting the last change.2010-02-06, by Chong Yidong
-
* charset.c (load_charset_map_from_file)2010-02-06, by Chong Yidong
-
* progmodes/cc-mode.el (c-common-init): Bind temporary variables2010-02-06, by Chong Yidong
-
* vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.2010-02-06, by Dan Nicolaescu
-
* doc-view.el (doc-view-mode):2010-02-05, by Juri Linkov
-
add primative implementation of vc-svn-revision-table2010-02-05, by Mark A. Hershberger
-
forgot changelog entry2010-02-05, by Mark A. Hershberger
-
Use standard format for direntry2010-02-05, by Mark A. Hershberger
-
* net/ange-ftp.el (ange-ftp-insert-directory):2010-02-05, by Michael Albinus
-
* progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.2010-02-05, by Glenn Morris
-
Fix 2009-02-20 change to startup.el (Bug#5519).2010-02-05, by Chong Yidong
-
Make `initials' completion work for /hh -> /home/horn again (bug#5524).2010-02-05, by Stefan Monnier
-
Fix for Bug#5526.2010-02-05, by Chong Yidong
-
Fix up various corner case problems.2010-02-05, by Stefan Monnier
-
Change strategy for marking < and > as template delimiters: mark them2010-02-04, by Alan Mackenzie
-
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call2010-02-04, by Michael Albinus
-
Remove silly examples of changes.2010-02-04, by Glenn Morris
-
* inc/grp.h: Remove execute bit.2010-02-04, by Glenn Morris
-
Close bug#5485.2010-02-04, by Glenn Morris
-
* mail/rmail.el (rmail-show-message-1): Handle malformed2010-02-04, by Glenn Morris
-
* mail/mail-utils.el (mail-unquote-printable-region): Doc fix.2010-02-04, by Glenn Morris
-
* simple.el (visual-line-mode): Capitalize lighter.2010-02-04, by Glenn Morris
-
Explain pkreport sort options.2010-02-04, by Glenn Morris
-
iswitchb.el (iswitchb-completions): Add bookmark files to the2010-02-03, by jwiegley
-
* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory2010-02-03, by Michael Albinus
-
(vc-path): Make it an obsolete var, rather than function.2010-02-03, by Stefan Monnier
-
* textmodes/ispell.el (ispell-message-text-end): Remove final newline2010-02-02, by Juri Linkov
-
* ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by2010-02-02, by Juri Linkov
-
* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"2010-02-02, by Michael Albinus
-
* arc-mode.el (archive-zip-extract): Use `member-ignore-case' to2010-02-01, by Juri Linkov
-
Avoid obsolete special default variables like default-major-mode.2010-02-01, by Stefan Monnier
-
(doc-view-new-window-function): Be a bit more defensive.2010-02-01, by Stefan Monnier
-
(vc-bzr-dir-extra-headers): Add a header when a2010-02-01, by Dan Nicolaescu
-
* progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the2010-01-31, by Juri Linkov
-
* .bzrignore: Add TAGS-LISP.2010-01-31, by Juri Linkov
-
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1. (Bug#5396)2010-01-31, by Kenichi Handa
-
Add bug#.2010-01-31, by Kenichi Handa
-
from trunk2010-01-31, by Kenichi Handa
-
* nsterm.m (ns_defined_color): Block input. Suggested by Mike2010-01-31, by Chong Yidong
-
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.2010-01-31, by Kenichi Handa
-
* fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).2010-01-31, by Chong Yidong
-
src/config.in: Regenerate.2010-01-31, by Chong Yidong
-
* nsterm.m (ns_ring_bell): Handle visible bell like X.2010-01-31, by Chong Yidong
-
eieio.texi: Remove execute bit.2010-01-30, by Glenn Morris
-
* character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.2010-01-30, by Andreas Schwab
-
update tags2010-01-30, by convert-repo
-
Fix typos.2010-01-30, by Juanma Barranquero
-
Regenerate ldefs-boot.el.2010-01-30, by Chong Yidong
-
Bump version to 23.1.92.2010-01-30, by Chong Yidong
-
Regenerate AUTHORS.2010-01-30, by Chong Yidong
-
(vc-bzr-after-dir-status): Match another renaming indicator.2010-01-29, by Dan Nicolaescu
-
Mark last change as tiny.2010-01-29, by Chong Yidong
-
* etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).2010-01-29, by Chong Yidong
-
Don't signal error on incorrect dirtrack regexp (Bug#5476)2010-01-29, by Chong Yidong
-
Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).2010-01-29, by Chong Yidong
-
* net/tramp.el (tramp-handle-insert-directory): Handle also2010-01-29, by Michael Albinus
-
w32inevt.c (key_event): Remove unnecessary comparison of2010-01-29, by Eli Zaretskii
-
Explain mbox folder links.2010-01-29, by Glenn Morris
-
Fix up spurious execute-bit on net/tramp.el2010-01-28, by Stefan Monnier
-
* net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,2010-01-28, by Michael Albinus
-
* arc-mode.el (archive-zip-extract): Quote the argument passed to unzip (Bug#5475).2010-01-28, by Chong Yidong
-
Flymake fix to handle more C++ filenames (Bug#5488).2010-01-28, by Chong Yidong
-
* fileio.c (Frename_file): Fix last change (Bug#5487).2010-01-28, by Chong Yidong
-
Fixes for NetBSD (Bug#4629, Bug#2072).2010-01-28, by Chong Yidong
-
display.texi (Auto Faces): Say fontification-functions is called2010-01-28, by Alan Mackenzie
-
Add bug number to recent change.2010-01-28, by Jason Rumney
-
Fix last bogus commit.2010-01-28, by Katsumi Yamaoka
-
Fix last bogus commit.2010-01-28, by Katsumi Yamaoka
-
Merge from mainline.2010-01-28, by Katsumi Yamaoka
-
Merge from mainline.2010-01-28, by Katsumi Yamaoka
-
Merge from mainline.2010-01-26, by Katsumi Yamaoka
-
Merge from mainline.2010-01-25, by Katsumi Yamaoka
-
Merge from mainline.2010-01-24, by Katsumi Yamaoka
-
Merge from mainline.2010-01-21, by Katsumi Yamaoka
-
Merge from mainline.2010-01-21, by Katsumi Yamaoka
-
Revert code for bug #3643.2010-01-28, by Jan D.
-
xfns.c (Fx_create_frame): Remove window size matching code from2010-01-28, by Jan D.
-
Merge from trunk2010-01-28, by Jan D.
-
Fix some busybox annoyances.2010-01-28, by Michael Albinus
-
* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)2010-01-28, by Glenn Morris
-
(log-edit-strip-single-file-name): Add missing :safe, :group, and2010-01-28, by Glenn Morris
-
Add some details of bzr's --fixes option.2010-01-28, by Glenn Morris
-
Use Unicode for keyboard input on w32 console.2010-01-27, by Jason Rumney
-
Fix typos, check for negative ASCII characters.2010-01-27, by Jason Rumney
-
Use Unicode for console keyboard input on Windows.2010-01-27, by Jason Rumney
-
Merged from trunk2010-01-27, by Jason Rumney
-
Merged from trunk2010-01-21, by Jason Rumney
-
Merge from trunk2010-01-20, by Jason Rumney
-
Merge from trunk2010-01-15, by Jason Rumney
-
Merge from trunk2010-01-14, by Jason Rumney
-
Merge from trunk2010-01-11, by Jason Rumney
-
Merged from trunk2010-01-10, by Jason Rumney
-
Merged from trunk2010-01-10, by Jason Rumney
-
Merge from trunk2010-01-08, by Jason Rumney
-
Merge from trunk2010-01-07, by Jason Rumney
-
Merge from trunk2010-01-07, by Jason Rumney
-
Fix src/ChangeLog.2010-01-27, by Kenichi Handa
-
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.2010-01-27, by Kenichi Handa
-
Fix src/ChangeLog.2010-01-27, by Kenichi Handa
-
from trunk2010-01-27, by Kenichi Handa
-
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.2010-01-27, by Kenichi Handa
-
from trunk2010-01-25, by Kenichi Handa
-
from trunk2010-01-21, by Kenichi Handa
-
from trunk2010-01-20, by Kenichi Handa
-
Add a quick-start guide.2010-01-27, by Glenn Morris
-
Fix rename-file to handle directory renaming properly (Bug#3353).2010-01-27, by Chong Yidong
-
Fix bug#5477.2010-01-27, by Glenn Morris
-
* lisp/files.el (delete-directory): Fix typo in last change.2010-01-27, by Chong Yidong
-
Fix delete-directory recursion behavior for trashing (Bug#5436).2010-01-27, by Chong Yidong
-
(vc-path): Mark as obsolete.2010-01-26, by Dan Nicolaescu
-
Fix erc reconnection via non-default connectors (Bug#4958).2010-01-25, by Chong Yidong
-
(vc-annotate-revision-at-line): Compare file2010-01-25, by Dan Nicolaescu
-
* xfns.c (Fx_create_frame): If frame height is too big, try2010-01-25, by Jan D.
-
Merge from trunk2010-01-25, by Jan D.
-
(vc-bzr-print-log): Use the more compact --line option2010-01-25, by Dan Nicolaescu
-
merge2010-01-25, by Mark A. Hershberger
-
(vc-git-dir-status-goto-stage): Pass --relative to the2010-01-25, by Dan Nicolaescu
-
working version of vc-bzr-revision-table2010-01-25, by Mark A. Hershberger
-
merge conflict2010-01-25, by Mark A. Hershberger
-
replace references to obsolete c-subword-mode2010-01-19, by Mark A. Hershberger
-
Typo fix.2010-01-25, by Jan D.
-
xfns.c (Fx_create_frame): If frame height i stoo big, try2010-01-25, by Jan D.
-
Merge from trunk2010-01-20, by Jan D.
-
Try and fix bug#788, hopefully for real this time.2010-01-25, by Stefan Monnier
-
Use png_sig_cmp to allow linking with libpng 1.4.0.2010-01-24, by Chong Yidong
-
Remove support for adding --signoff on commit.2010-01-24, by Dan Nicolaescu
-
(xterm-maybe-set-dark-background-mode): Rename2010-01-24, by Dan Nicolaescu
-
* keymap.c (shadow_lookup): Add `remap' arg.2010-01-24, by Stefan Monnier
-
Add the aliases bug-emacs and bug-gnumacs.2010-01-24, by Glenn Morris
-
(aelement): Fix typo in previous.2010-01-24, by Glenn Morris
-
Small fixes.2010-01-23, by Glenn Morris
-
Fix some details of previous change.2010-01-23, by Glenn Morris
-
Update X-Debbugs-CC details.2010-01-23, by Glenn Morris
-
* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).2010-01-23, by Chong Yidong
-
* url-util.el: Require url-vars (Bug#5459).2010-01-23, by Chong Yidong
-
* emacs-lisp/assoc.el (aelement): Doc fix.2010-01-23, by Chong Yidong
-
* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).2010-01-23, by Chong Yidong
-
Account for utmp.h availability.2010-01-23, by Chong Yidong
-
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.2010-01-23, by Juanma Barranquero
-
* mail/rmail.el: Update autoload checksum.2010-01-23, by Juanma Barranquero
-
* net/tramp-smb.el (tramp-smb-conf): New defcustom.2010-01-23, by Michael Albinus
-
Tweak docstring and comment.2010-01-23, by Juanma Barranquero
-
Fix bug#5435.2010-01-21, by Juanma Barranquero
-
* xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.2010-01-23, by YAMAMOTO Mitsuharu
-
* net/tramp-imap.el (top): Autoload needed packages.2010-01-22, by Michael Albinus
-
* net/tramp-imap.el (top): Autoload needed packages.2010-01-22, by Michael Albinus
-
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte2010-01-22, by Stefan Monnier
-
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).2010-01-22, by Chong Yidong
-
Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.2010-01-22, by Eli Zaretskii
-
Make string pointer args point to const as in other string allocation functions.2010-01-22, by YAMAMOTO Mitsuharu
-
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail2010-01-22, by Eli Zaretskii
-
Fix a situation where deletion of a cpp construct throws an error.2010-01-21, by Alan Mackenzie
-
Fix sgml-maybe-name-self (Bug#5380).2010-01-21, by Chong Yidong
-
(Score File Format): Fix typo.2010-01-21, by Katsumi Yamaoka
-
(Score File Format): Fix typo.2010-01-21, by Katsumi Yamaoka
-
Merge from mainline.2010-01-21, by Katsumi Yamaoka
-
Merge from mainline.2010-01-20, by Katsumi Yamaoka
-
Merge from mainline.2010-01-19, by Katsumi Yamaoka
-
Merge from mainline.2010-01-19, by Katsumi Yamaoka
-
Merge from mainline.2010-01-18, by Katsumi Yamaoka
-
Merge from mainline.2010-01-18, by Katsumi Yamaoka
-
Merge from mainline.2010-01-18, by Katsumi Yamaoka
-
Merge from mainline.2010-01-17, by Katsumi Yamaoka
-
Merge from mainline.2010-01-17, by Katsumi Yamaoka
-
Merge from mainline.2010-01-14, by Katsumi Yamaoka
-
Merge from mainline.2010-01-14, by Katsumi Yamaoka
-
Merge from mainline.2010-01-13, by Katsumi Yamaoka
-
Merge from mainline.2010-01-13, by Katsumi Yamaoka
-
Merge from mainline.2010-01-13, by Katsumi Yamaoka
-
Merge from mainline.2010-01-12, by Katsumi Yamaoka
-
Merge from mainline.2010-01-12, by Katsumi Yamaoka
-
Merge from mainline.2010-01-11, by Katsumi Yamaoka
-
Merge from mainline.2010-01-08, by Katsumi Yamaoka
-
Merge from mainline.2010-01-07, by Katsumi Yamaoka
-
Merge from mainline.2010-01-06, by Katsumi Yamaoka
-
(Bugs): Fix PROBLEMS keybinding.2010-01-21, by Glenn Morris
-
* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).2010-01-20, by Chong Yidong
-
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.2010-01-20, by Chong Yidong
-
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.2010-01-20, by Chong Yidong
-
Fix ccl encoding of unibyte source.2010-01-20, by Kenichi Handa
-
from trunk2010-01-20, by Kenichi Handa
-
Fix ccl encoding of unibyte source.2010-01-20, by Kenichi Handa
-
from trunk2010-01-18, by Kenichi Handa
-
from trunk2010-01-18, by Kenichi Handa
-
from trunk2010-01-18, by Kenichi Handa
-
Remove file that only works with CVS, and isn't really needed with2010-01-20, by Glenn Morris
-
(tab-always-indent): Fix custom-type.2010-01-20, by Glenn Morris
-
Redate and reposition log entry.2010-01-19, by Alan Mackenzie
-
Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".2010-01-19, by Alan Mackenzie
-
Store settings in xft-settings for debug purposes.2010-01-19, by Jan D.
-
Merge from trunk2010-01-19, by Jan D.
-
Store settings in xft-settings for debug purposes.2010-01-19, by Jan D.
-
Merge from trunk2010-01-19, by Jan D.
-
Suppress spurious second invocation of before-change-functions2010-01-19, by Alan Mackenzie
-
no message2010-01-19, by Alan Mackenzie
-
Fix spurious before-change-functions invocation from (insert ?\n).2010-01-08, by Alan Mackenzie
-
* ada-mode.el: Really fix bug#5400 (comment in r99362 was erroneous).2010-01-18, by Juanma Barranquero
-
Fix typos.2010-01-18, by Juanma Barranquero
-
ido.el: Consider the possibility of buffer names changing after kill-buffer.2010-01-18, by Juanma Barranquero
-
Doc fix for current-time-string and date-to-time (Bug#5408)2010-01-18, by Chong Yidong
-
Fix typos.2010-01-18, by Juanma Barranquero
-
Add bug number.2010-01-18, by Kenichi Handa
-
Add bug number.2010-01-18, by Kenichi Handa
-
from trunk2010-01-16, by Kenichi Handa
-
Fix typos in docstrings, error messages, etc.2010-01-18, by Juanma Barranquero
-
Fix typos in comments.2010-01-18, by Juanma Barranquero
-
Fix typo in texinfo file.2010-01-18, by Juanma Barranquero
-
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.2010-01-17, by Chong Yidong
-
Fix handling of arbitrary YANK-ACTION functions from compose-mail.2010-01-17, by Chong Yidong
-
* message.el (message-mail): Just pass yank-action on to message-setup.2010-01-17, by Chong Yidong
-
* elisp.texi: Remove duplicate edition information (Bug#5407).2010-01-17, by Chong Yidong
-
(with-vc-properties): Deal with directory arguments. (Bug#5298)2010-01-17, by Dan Nicolaescu
-
(vc-dir-resynch-file): Update the vc-dir header when2010-01-17, by Dan Nicolaescu
-
Minor Semantic and EIEIO manual fixes.2010-01-17, by Chong Yidong
-
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.2010-01-17, by Juanma Barranquero
-
* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and2010-01-17, by Michael Albinus
-
Give `calc-command-flags' an initial value.2010-01-17, by Jay Belanger
-
(Reporting Bugs): Don't mention format of repository.2010-01-17, by Glenn Morris
-
(Bugs): Make "Emacs repository" less specific, and the URL for same2010-01-17, by Glenn Morris
-
(Latest version of Emacs): The repository is now Bazaar.2010-01-17, by Glenn Morris
-
Edit some notes/ files to replace `cvs' with `bzr', or something general.2010-01-17, by Glenn Morris
-
(semantic-idle-work-for-one-buffer): Doc fix.2010-01-17, by Glenn Morris
-
Fix typos.2010-01-17, by Juanma Barranquero
-
Fix typos in docstrings.2010-01-17, by Juanma Barranquero
-
Fix typos in comments.2010-01-17, by Juanma Barranquero
-
Fix typos in info documentation.2010-01-17, by Juanma Barranquero
-
Fix return value of nxml-extend-after-change-region.2010-01-16, by Chong Yidong
-
* lisp/ChangeLog: Mark last change as tiny.2010-01-16, by Chong Yidong
-
* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we2010-01-16, by Chong Yidong
-
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)2010-01-16, by Chong Yidong
-
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.2010-01-16, by Chong Yidong
-
Update with Miles's advice on how to commit.2010-01-16, by Glenn Morris
-
* xterm.c (event_handler_gdk): Block input (Bug#5037).2010-01-16, by Chong Yidong
-
Rename from cvslogs to commits.2010-01-16, by Glenn Morris
-
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).2010-01-16, by Chong Yidong
-
Command line arg processing fix (Bug#5392)2010-01-16, by Chong Yidong
-
Reformat copyright line.2010-01-16, by Eli Zaretskii
-
Update $(lisp) and $(shortlisp) to match changes in loadup.el2010-01-16, by Andreas Schwab
-
(x_term_init): Instead of inhibiting GC while running Lisp2010-01-16, by Stefan Monnier
-
Mario Lang <mlang@delysid.org>: Remove some duplicated words.2010-01-16, by Glenn Morris
-
update tags2010-01-15, by convert-repo
-
Take desktop panels into account when sizing frames so they fit on the screen.2010-01-15, by Jan D.
-
Take desktop panels into account when sizing frames so they fit on the screen.2010-01-15, by Jan D.
-
Merge from trunk2010-01-15, by Jan D.
-
* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil2010-01-15, by Chong Yidong
-
Merge from trunk2010-01-15, by Jan D.
-
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".2010-01-15, by Kenichi Handa
-
from trunk2010-01-15, by Kenichi Handa
-
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.2010-01-15, by Kenichi Handa
-
from trunk2010-01-15, by Kenichi Handa