log

age author description
2009-11-02 Stephen J. Turnbull automatic merge
2009-11-02 Stephen J. Turnbull Fix issue145: accept nil in default-process-coding-system.
2009-11-01 Aidan Kehoe Don't error if handed a string and a non-string, #'equalp.
2009-11-01 Stephen J. Turnbull Fix typo in font-combine-fonts-internal.
2009-11-01 Stephen J. Turnbull Improve argument names and update docstrings.
2009-11-01 Stephen J. Turnbull Merge improvements in defun-movement docstrings.
2009-10-08 Stephen J. Turnbull Improve docstrings of defun movement functions.
2009-10-30 Aidan Kehoe If STRING is constant, call regexp-quote at compile time.
2009-10-26 Jerry James Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
2009-10-26 Aidan Kehoe Make readlink_or_correct_case function correctly on Darwin.
2009-10-24 Aidan Kehoe Add `file-system-ignore-case-p', use it.
2009-10-19 Aidan Kehoe Make it possible to silence warnings issued when #'mapcar's result is discarded.
2009-10-11 Mike Sperber Don't prevent display objects from being deleted for `post-command-hook'.
2009-10-12 Jerry James Properly handle continuable divide-by-zero errors. Fix truncation of a
2009-10-12 Aidan Kehoe Don't cons with #'mapcar calls where the result is discarded,
2009-10-12 Aidan Kehoe Fix some test failures, mule-tests.el.
2009-10-12 Aidan Kehoe Fix another bug in the delete-duplicates compiler macro.
2009-10-10 Aidan Kehoe Correct the docstring for #'range-table-type.
2009-10-07 Andreas Roehler `beginning-of-defun-function', `end-of-defun-function'
2009-10-07 Vin Shelton Updates for external GIF support on Windows
2009-10-05 Jerry James Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
2009-10-05 Jerry James Add explicit GPL v2 or later notices to Bill Perry's code, where such notices
2009-10-05 Jerry James Use giflib or libungif to provide GIF support, instead of using internal
2009-10-03 Aidan Kehoe Handle non-list sequences better, delete-duplicates compiler macro.
2009-10-01 Mike Sperber Fix `focus-frame'.
2009-09-30 Mike Sperber Unbreak `beginning-of-defun'.
2009-09-30 Mike Sperber Bring `try-completion''s interface closer to GNU Emacs.
2009-09-30 Aidan Kehoe Register any CCL programs used by fixed-width coding-systems.
2009-09-28 Mike Sperber Unbreak autoload.el
2009-09-27 Aidan Kehoe Behave better when #'variable-at-point gives nil, #'custom-variable-prompt.
2009-09-24 Stephen J. Turnbull Image instantiator pixmap hotspots are Lisp integers; make it so in GTK.
2009-09-24 Stephen J. Turnbull Check for gdbm/ndbm.h, too.
2009-09-23 Stephen J. Turnbull Fix crash due to mishandling transparency.
2009-09-22 Andreas Roehler lisp beginning-end-of-defun-function Changelog entry
2009-09-21 andreas roehler funcall beginning-of-defun-function arg
2009-09-20 Aidan Kehoe Add arglist info for autoloaded functions and macros.
2009-09-20 Aidan Kehoe Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
2009-09-20 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.
2009-09-20 Aidan Kehoe Support last two arguments to #'make-coding-system being optional, again.
2009-09-20 Aidan Kehoe Move Qfrom_unicode to general-slots.h, fix the native Win32 build.
2009-09-19 Aidan Kehoe Move the #'query-coding-region implementation to C.
2009-09-19 Mike Sperber Don't set `pre-display-buffer-function'.
2009-09-11 Aidan Kehoe Fix a bug with Unicode error sequences and very short input strings.
2009-09-06 Aidan Kehoe Random (minimal) performance improvements at startup.
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-09-03 Jerry James Reproducer for menubar-x.c crash.
2009-08-29 It's me FKtPp \;) Do not move cursor position in gnuclient started buffer if user did
2009-08-27 Aidan Kehoe Be more reliable about loading cl-macs at byte-compile time, cl.el.
2009-08-24 Jerry James Fix build problems on WIN32 platforms caused by the large image crash fix.
2009-08-19 Malcolm Purvis Implement turn-off-auto-fill.
2009-08-18 Aidan Kehoe Eliminate 781 funcalls at startup, simple.el
2009-08-16 Aidan Kehoe Test the multiple-value functionality.
2009-08-11 Aidan Kehoe Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
2009-08-16 Aidan Kehoe Support full Common Lisp multiple values in C.
2009-08-16 Aidan Kehoe Make the initialisation of xpm-color-symbols a bit more reasonable.
2009-08-14 Aidan Kehoe Correct an ancient typo workaround, thank you Julian Bradfield!
2009-08-03 Mike Sperber In `set-window-configuration', don't restore frame size unconditionally.
2009-07-29 Mike Sperber Add `set-window-pixel-{width,height} convenience functions.
2009-08-10 Aidan Kehoe Revert to original language environment, tests/automated/mule-tests.el.
2009-08-10 Aidan Kehoe Deal with arglist newlines better, #'function-arglist, #'function-documentation