aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * fontset.c (Finternal_char_font, Ffontset_info): Remove varsPaul Eggert2011-04-011-0/+3
* * xfns.c (make_invisible_cursor): Don't return garbagePaul Eggert2011-04-011-0/+3
* * xselect.c (x_get_local_selection, x_handle_property_notify):Paul Eggert2011-04-011-0/+6
* * xfns.c (x_create_tip_frame): Remove var that is set but not used.Paul Eggert2011-04-011-0/+2
* Merge from mainline.Paul Eggert2011-04-011-0/+58
|\
| * Merge from lexical-binding branch.Stefan Monnier2011-04-011-0/+58
| |\
| | * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-0/+5
| | * Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-0/+5
| | * * src/eval.c (Ffunction): Use simpler format for closures.Stefan Monnier2011-03-131-0/+7
| | * Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-0/+6
| | * Fix pcase memoizing; change lexbound byte-code marker.Stefan Monnier2011-03-051-0/+6
| | * * doc/lispref/variables.texi (Scope): Mention the availability of lexbind.Stefan Monnier2011-03-011-0/+6
| | * Get rid of funvec.Stefan Monnier2011-02-241-0/+56
| | * Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-0/+7
| | * * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-0/+7
| | * Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-0/+10
| | * * lisp/emacs-lisp/byte-lexbind.el: Delete.Stefan Monnier2011-02-121-0/+5
| | * * src/eval.c (Fdefvar): Record specialness before computing initial value.Stefan Monnier2010-12-271-0/+4
| | * Obey lexical-binding in interactive evaluation commands.Stefan Monnier2010-12-151-0/+5
| | * Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-0/+16
| | * Make the effect of (defvar foo) local.Stefan Monnier2010-12-121-0/+14
| | * * eval.c (funcall_funvec): Replace bcopy by memcpy.Andreas Schwab2010-07-231-0/+4
| | * Merge from trunkStefan Monnier2010-06-181-24099/+79
| | |\
| | * | * src/eval.c (Fspecial_variable_p): Rename from `specialp'.Stefan Monnier2010-06-181-0/+4
| | * | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier2010-06-141-0/+5
* | | | * xterm.c (scroll_bar_windows_size): Now size_t, not int.Paul Eggert2011-04-011-0/+3
* | | | * xterm.c (x_scroll_bar_to_input_event) [!USE_GTK]:Paul Eggert2011-04-011-0/+3
* | | | * xfaces.c (realize_named_face): Remove vars that are set but not used.Paul Eggert2011-04-011-0/+3
* | | | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.Paul Eggert2011-04-011-0/+2
* | | | * coding.c: Remove vars that are set but not used.Paul Eggert2011-04-011-0/+7
* | | | * bytecode.c (Fbyte_code) [!defined BYTE_CODE_SAFE]: Remove varPaul Eggert2011-04-011-0/+3
* | | | Add Bug#.Paul Eggert2011-04-011-1/+1
* | | | * print.c (print_object): Remove var that is set but not used.Paul Eggert2011-04-011-0/+2
* | | | Fix dependencies.Paul Eggert2011-03-311-0/+2
* | | | Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-311-0/+12
|/ / /
* | | src/xdisp.c (redisplay_internal): Fix prototype.Juanma Barranquero2011-03-311-5/+9
* | | Fix bug #6671 with recentering and other scrolling problems.Eli Zaretskii2011-03-311-5/+26
|\ \ \
| * | | Documentation parts of the scroll fix.Eli Zaretskii2011-03-301-0/+5
| * | | Fix off-by-one in scroll down aggressively.Eli Zaretskii2011-03-291-0/+6
| * | | Fix failures in try_scrolling when scrolling back.Eli Zaretskii2011-03-281-0/+9
| * | | Fix scrolling back with scroll-down-aggressively.Eli Zaretskii2011-03-271-0/+7
| * | | Fix scrolling with scroll-*-aggressively.Eli Zaretskii2011-03-271-0/+3
| * | | Fix bug #6671 with point position in the window when scrolling far away.Eli Zaretskii2011-03-261-0/+5
| * | | Don't scroll more than 100 lines in try_scrolling.Eli Zaretskii2011-03-261-0/+1
* | | | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-0/+14
* | | | * src/eval.c (struct backtrace): Don't cheat with negative numbers, but doStefan Monnier2011-03-301-36/+41
* | | | * src/bytecode.c (Fbyte_code): CAR and CDR can GC.Stefan Monnier2011-03-301-0/+4
* | | | * src/keyboard.c (Fexecute_extended_command): Do log the "suggest keyZachary Kanfer2011-03-301-0/+5
* | | | Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-03-291-0/+73
|\ \ \ \
| * | | | * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]:Paul Eggert2011-03-291-0/+3