aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii2011-04-291-1/+15
* Don't abort in doprnt when passed unsupported %ll modifier.Eli Zaretskii2011-04-291-0/+5
* Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii2011-04-291-0/+3
* Fix doprnt when buffer is too small for multibyte sequences.Eli Zaretskii2011-04-291-0/+5
* * doprnt.c (SIZE_MAX): Move defn after all includes, as they might #define it.Paul Eggert2011-04-281-0/+1
* * doprnt.c (doprnt): Omit useless test; int overflow check (Bug#8545).Paul Eggert2011-04-281-0/+4
* src/w32.c (init_environment): Warn about defaulting HOME to C:\.Juanma Barranquero2011-04-281-0/+4
* Add delayed warnings support.Juanma Barranquero2011-04-281-0/+8
* Fix return value from doprnt when message is truncated at non-ASCII character.Eli Zaretskii2011-04-281-0/+5
* src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero2011-04-281-0/+5
* Merge: * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-271-0/+4
|\
| * Merge from mainline.Paul Eggert2011-04-271-4/+17
| |\
| * | * doprnt.c (doprnt): Support "ll" length modifier, for long long.Paul Eggert2011-04-271-0/+4
* | | src/makefile.w32-in: Update dependencies.Juanma Barranquero2011-04-281-0/+4
| |/ |/|
* | Fix ChangeLog typos.Juanma Barranquero2011-04-271-4/+4
* | Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii2011-04-271-0/+13
|/
* * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing changePaul Eggert2011-04-271-0/+5
* * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-04-261-0/+5
* * keyboard.c (handle_user_signal): Fix pointer signedness problem.Paul Eggert2011-04-261-0/+2
* Merge from mainline.Paul Eggert2011-04-261-7/+20
|\
| * src/keyboard.c (QCrtl): Rename from Qrtl. All uses changed.Juanma Barranquero2011-04-261-2/+6
| * Don't return in emacs_gnutls_handshake without an explicit value.Ted Zlatanov2011-04-261-0/+6
| * Implement debug-on-eventDaniel Colascione2011-04-261-0/+8
* | Add bug numbers.Paul Eggert2011-04-261-3/+3
* | * gnutls.c (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.Paul Eggert2011-04-261-0/+1
* | * gnutls.c: Remove unused local.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (Fgnutls_boot): gnutls_certificate_verify_peers2 wants unsigned *.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (emacs_gnutls_handle_error): Remove unused local.Paul Eggert2011-04-261-0/+1
* | * gnutls.c (emacs_gnutls_handshake): Don't return a garbage value.Paul Eggert2011-04-261-0/+6
* | Merge from mainline.Paul Eggert2011-04-251-7/+171
|\ \ | |/
| * Convert some function definitions to standard C.Dan Nicolaescu2011-04-251-0/+5
| * Fix typo in GnuTLS W32 support.Ted Zlatanov2011-04-251-0/+4
| * Avoid compilation warnings in gnutls.c on 64-bit hosts.Eli Zaretskii2011-04-251-0/+3
| * Improve doprnt and its use in verror. (Bug#8545)Eli Zaretskii2011-04-251-0/+11
| * Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-0/+35
| * Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-241-0/+5
| * Minor cleanup in src/textprop.c.Eli Zaretskii2011-04-241-0/+5
| * Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-0/+15
| * Fallout from resurrecting doprnt.Eli Zaretskii2011-04-241-0/+12
| * Fix a minor bug in src/makefile.w32-in.Eli Zaretskii2011-04-241-0/+3
| * Delete char-direction-table and char-direction.Eli Zaretskii2011-04-241-0/+6
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-0/+48
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+18
| |\
| | * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-181-0/+7
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-131-0/+4
| | * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-101-0/+5
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-101-0/+4
* | | Combine changelog entries.Paul Eggert2011-04-251-23/+9
* | | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.Paul Eggert2011-04-251-0/+1
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-0/+4