summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-05-19Remove unused HAVE_* symbols for functions.Paul Eggert
2012-05-19A better fix for bug #11464 with pos-visible-in-window-p and R2L text.Eli Zaretskii
2012-05-19Remove no-longer-used macro HAVE_FTIME.Paul Eggert
2012-05-18Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii
2012-05-17Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov
2012-05-15* xgselect.c (xg_select): Just invoke 'select' if -nw.Paul Eggert
2012-05-15* src/lread.c (init_obarray): Declare Qt and Qnil as special.Stefan Monnier
2012-05-15Fix the changes in 2012-04-22T13:58:00Z!cyd@gnu.org for bug #11464.Eli Zaretskii
2012-05-14Make a self-contained ns build able to find its own libexec directoryGlenn Morris
2012-05-14* src/nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").Glenn Morris
2012-05-14* keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.Paul Eggert
2012-05-14* unexaix.c: Port to more-recent AIX compilers.Paul Eggert
2012-05-14Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.orgChong Yidong
2012-05-14* keyboard.c (kbd_buffer_get_event): Read special events also inMichael Albinus
2012-05-13Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.Eli Zaretskii
2012-05-13Fix bug #11417 with infloop when left-fringe/right-fringe spec is used on TTY.Eli Zaretskii
2012-05-12Remove trailing / from $ns_appbindirGlenn Morris
2012-05-12Update src/lisp.mk as required by 2012-05-07T20:48:41Z!monnier@iro.umontreal.ca.Eli Zaretskii
2012-05-11Let configure test for a suitable mkdir -pGlenn Morris
2012-05-11Fix display when left-fringe/right-fringe display spec is invalid.Eli Zaretskii
2012-05-10Remove unused function hourglass_started.Paul Eggert
2012-05-10src/makefile.w32-in: Update dependencies.Juanma Barranquero
2012-05-09* xgselect.c (xg_select): Put maxfds+1 into a var.Paul Eggert
2012-05-09* sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.Paul Eggert
2012-05-09Add the option to not create lockfilesDave Abrahams
2012-05-09* dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus
2012-05-09* unexaix.c (make_hdr): Fix typo in prototype.Paul Eggert
2012-05-09Untag more efficiently if USE_LSB_TAG.Paul Eggert
2012-05-09Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert
2012-05-08Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris
2012-05-08Fix a typo in last commit of src/ChangeLog.Eli Zaretskii
2012-05-07Fix up display of the *Minibuf-0* buffer in the mini window.Jérémy Compostella
2012-05-07* dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus
2012-05-07* lisp/buff-menu.el: Convert to Tabulated List mode.Chong Yidong
2012-05-05Fix failures in starting subprocesses on Windows 7.Eli Zaretskii
2012-05-05Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong
2012-05-04Add new error and function `user-error'.Stefan Monnier
2012-05-03Do not limit current-time-string to years 1000..9999.Paul Eggert
2012-05-02Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert
2012-05-02* intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov
2012-05-02* src/xfns.c (x_window): Use xstrdup (Bug#11375).Jim Meyering
2012-05-02* src/xterm.c (x_term_init): Use memcpy instead of strncpy.Jim Meyering
2012-05-02Add NUL-termination to some uses of strncpy.Jim Meyering
2012-05-02Merge from emacs-24; up to 2012-04-16T19:06:02Z!rgm@gnu.orgGlenn Morris
2012-05-01Reimplement execute-extended-command in Elisp.Aaron S. Hawley
2012-04-30Remove references to macros that are not defined anywhereGlenn Morris
2012-04-30Remove HAVE_LIBNCURSES; it is required to be trueGlenn Morris
2012-04-30Rename autoconf output variable LD_SWITCH_X_SITE_AUX_RPATHGlenn Morris
2012-04-30Remove LD_SWITCH_X_SITE_AUX, which is no longer usedGlenn Morris
2012-05-01* .gdbinit (xpr): Remove checks for no longer existing misc types.Andreas Schwab