* insdel.c (prepare_to_modify_buffer): Don't set
[bpt/emacs.git] / src / ChangeLog
2010-10-21 Chong Yidong* insdel.c (prepare_to_modify_buffer): Don't set
2010-10-19 Chong YidongDecouple C-d and delete, so that the former does not...
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-18 Julien Danjou* src/frame.c (Fframe_pointer_visible_p):
2010-10-18 Lars Magne Ingebri... (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN...
2010-10-18 Ken Brown* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define...
2010-10-15 Eli ZaretskiiFix the MSDOS build broken by last revisions.
2010-10-15 Eli ZaretskiiFix the MSDOS build broken by latest revisions.
2010-10-15 Eli Zaretskiiimage.c (tiff_load): Cast 3rd argument to avoid compile...
2010-10-15 Kenichi HandaFix incorrect font metrics when the same font is opened...
2010-10-15 Tassilo HornAgain, fix a typo in really-oldXMenu target
2010-10-15 Tassilo HornFix variable name typo in really-oldXMenu target.
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Kenichi Handamerge emacs-23
2010-10-14 Juanma Barranquerosrc/w32*.c: Make functions static.
2010-10-13 Juanma Barranquerosrc/image.c (DEF_IMGLIB_FN): Add argument to adapt...
2010-10-13 Juanma Barranquerosrc/makefile.w32-in: Simplify OBJ macros.
2010-10-13 Juanma BarranqueroRename `image-library-alist' to `dynamic-library-alist'.
2010-10-13 Damyan PepperFix handling of font properties on Windows (bug#6303).
2010-10-12 Juanma BarranqueroFix typos in docstrings, comments and ChangeLogs.
2010-10-12 Juanma BarranqueroFix typos in docstrings, comments and ChangeLogs.
2010-10-12 Dan NicolaescuAvoid using trailing / in directory variables.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Jan DjärvBug#7150: Distinguishing between left and right Alt...
2010-10-10 Lars Magne Ingebri... Fix gnutls write-before-negotiation case.
2010-10-10 Dan NicolaescuRemove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 Dan NicolaescuPass CFLAGS to the linker.
2010-10-10 Dan Nicolaescu* src/Makefile.in (CRT_DIR): Move near potential user.
2010-10-10 Dan Nicolaescu* src/Makefile.in: Use $(...) everywhere instead of...
2010-10-10 Dan NicolaescuSmall sysdep.c cleanups.
2010-10-09 Lars Magne Ingebri... Don't use foo() to talk about functions.
2010-10-09 Lars Magne Ingebri... (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and...
2010-10-09 Lars Magne Ingebri... Make emacs_gnutls_read() return the expected on errors.
2010-10-09 Chong Yidong* xterm.c (x_draw_relief_rect): Clear corner pixels.
2010-10-08 Michael Albinus* keyboard.c: Revert last change; it was not intended...
2010-10-08 Michael Albinus* dbusbind.c (xd_get_dispatch_status): Return a Lisp_Ob...
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Chong Yidong* xterm.c (x_draw_relief_rect): If box width is larger...
2010-10-08 Glenn MorrisChangeLog fix.
2010-10-08 Kenichi Handamerge emacs-23
2010-10-08 Kenichi Handacoding.c (complement_process_encoding_system): Fix...
2010-10-04 Chong YidongDon't add an echo dash for the first keystroke (Bug...
2010-10-04 Dan NicolaescuRemove O_RDONLY, O_WRONLY definitions, not needed.
2010-10-04 Kenichi Handamerge emacs-23
2010-10-04 Kenichi Handacoding.c (complement_process_encoding_system): Fix...
2010-10-03 Lars Magne Ingebri... Rework the gnutls boot interface.
2010-10-03 Glenn Morris* src/fileio.c (Vdirectory_sep_char): Remove.
2010-10-03 Dan Nicolaescu* src/termhooks.h: Remove #ifdef CONSP.
2010-10-03 Dan Nicolaescu* configure.in (NO_INLINE, noinline): Move here from...
2010-10-03 Dan NicolaescuInclude <fcntl.h> unconditionally.
2010-10-03 Dan Nicolaescu* src/process.c: Do not include <sys/wait.h>, syswait...
2010-10-03 Dan Nicolaescu* src/sysdep.c (flush_pending_output): Remove code...
2010-10-03 Dan NicolaescuRemove unused code.
2010-10-03 Dan NicolaescuRemove unused arguments for unexec.
2010-10-03 Juanma Barranquerosrc/makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake):...
2010-10-03 Michael Albinus* dbusbind.c (syms_of_dbusbind): Move putenv call ...
2010-10-03 Juanma Barranquerosrc/gnutls.c: Doc fixes. Make some functions static.
2010-10-03 Glenn MorrisDoc fix.
2010-10-03 Chong Yidong* keyboard.c (command_loop_1): Make sure the mark is...
2010-10-02 Juanma BarranqueroRework tags targets in Windows makefiles to protect...
2010-10-02 Eli ZaretskiiInvoke kill-emacs on SIGINT on Windows as well.
2010-10-02 Glenn MorrisRemove some functions, variables and aliases obsolete...
2010-10-02 Glenn MorrisRun kill-emacs-hook in batch mode, and on SIGINT in...
2010-10-02 Kenichi Handamerge emacs-23
2010-10-02 Kenichi HandaFix complementing of a coding system
2010-10-02 Lars Magne Ingebri... xml.c: Rework the functions to take regions instead...
2010-10-01 Eli ZaretskiiFix initial frame dimensions on MS-DOS.
2010-10-01 Eli ZaretskiiFix bug #6349 with cursor positioning in truncated...
2010-10-01 Dan NicolaescuDo not include stdlib.h and string.h, config.h does it.
2010-10-01 Dan Nicolaescu* src/callproc.c (SIGCHLD): Remove conditional definiti...
2010-10-01 Dan NicolaescuSmall process.c cleanups.
2010-10-01 Dan NicolaescuUse intern_c_string instead of intern.
2010-10-01 Dan Nicolaescu* src/point.h: Remove, unused.
2010-10-01 Eli ZaretskiiSupport TAGS targets in the w32 build.
2010-09-30 Dan Nicolaescu* src/xml.c (parse_string): Use const.
2010-09-30 Lars Magne Ingebri... (Fbacktrace): Don't overwrite print-level on exit.
2010-09-30 Kenichi Handamerge emacs-23
2010-09-30 Kenichi HandaComplement a coding system for encoding arguments and...
2010-09-30 Dan Nicolaescu* src/Makefile.in: ecrt0.c does not exist anymore,...
2010-09-30 Juanma Barranquerosrc/w32console.c (vga_stdcolor_name): Remove unused...
2010-09-29 Lars Magne Ingebri... Clean up gnutls.c coding style to conform with the...
2010-09-29 Lars Magne Ingebri... Do the gnutls handshake from the reader loop, instead...
2010-09-29 Lars Magne Ingebri... Make sure all reads/writes to gnutls streams go via...
2010-09-29 Eli ZaretskiiFix bug #7128.
2010-09-29 Eli ZaretskiiFix int/EMACS_INT use in xdisp.c and print.c.
2010-09-29 Kenichi Handamerge emacs-23
2010-09-29 Kenichi Handaxfont.c (xfont_open): Fix setting of font->average_widt...
2010-09-28 Stefan Monnier* src/gnutls.c (Fgnutls_boot): Remove unused vars ...
2010-09-28 Michael Albinus* dbusbind.c (syms_of_dbusbind): Use putenv instead...
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Jan D* process.c (wait_reading_process_output): Add missing...
2010-09-27 Lars Magne Ingebri... Add gnutls logging and clean up various gnutls bits.
2010-09-27 Juanma Barranquerosrc/w32.c: Remove unused code and make static many...
2010-09-27 Michael Albinus* dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
2010-09-27 Lars Magne Ingebri... (emacs_gnutls_read): Don't infloop while reading.
2010-09-27 Lars Magne Ingebri... Add debugging to the gnutls library, and finish handsha...
2010-09-27 Michael Albinus* dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNIN...
2010-09-27 Juanma BarranqueroFix typos.
2010-09-27 Juanma BarranqueroFix typos in ChangeLogs.
2010-09-27 Michael Albinus* dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARN...
next