]> code.delx.au - gnu-emacs/history - src/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / src / ChangeLog
2015-03-18 Paul EggertMerge from origin/emacs-24
2015-03-18 Stefan MonnierAdd classes as run-time descriptors of cl-structs.
2015-03-16 Stefan MonnierAdd `predicate' arg to `read-buffer' and use it for...
2015-03-15 Eli ZaretskiiFix subtle problems with linum-mode and invisible text
2015-03-14 Daniel ColascioneAdd --no-x-resources option
2015-03-14 Jan DMention Bug 19482 on 2015-01-06 change.
2015-03-13 Paul Eggert* frame.c (x_get_resource_string) [!USE_GTK]: Don't...
2015-03-13 Paul Eggert* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]:...
2015-03-12 Eli ZaretskiiFix support of scripts in w32font.c (Bug#19993)
2015-03-12 Glenn MorrisFix --no-bitmap-icon
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-09 Paul EggertMerge from origin/emacs-24
2015-03-07 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-03-07 Eli ZaretskiiPartially revert the fix for bug #11732
2015-03-05 Paul EggertWork around x86 glibc backtrace bug
2015-03-05 Eli ZaretskiiFix region extension when scroll bar is on the right
2015-03-04 Eli Zaretskiisrc/ChangeLog: Fix bad formatting.
2015-03-04 Martin RudalicsHandle tool bar size changes after x_set_font.
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Paul EggertMerge from origin/emacs-24
2015-03-03 Daniel ColascioneRename gc-precise-p to gc-precise
2015-03-03 Paul Eggert* alloc.c (run_finalizers): Omit unused local.
2015-03-03 Martin RudalicsFix calculation of total window sizes after font size...
2015-03-03 Daniel ColascioneFinalizer documentation, minor improvements
2015-03-02 Daniel ColascioneAdd support for finalizers
2015-02-28 Paul Eggert* character.c (alphabeticp, decimalnump): Avoid undefin...
2015-02-28 Martin RudalicsSet can_x_set_window_size and after_make_frame in termi...
2015-02-28 Eli ZaretskiiImprove [:alpha:] and [:alnum:] for multibyte character...
2015-02-28 Eli ZaretskiiAvoid assertion violations in Rmail due to newline...
2015-02-27 Jan DAdjust offset and border calculations for X.
2015-02-27 Mark LawsSupport daemon mode on MS-Windows (bug#19688)
2015-02-26 Jan DjärvDon't use OUTER_TO_INNER macros for plain X and lucid.
2015-02-26 Paul EggertMerge from origin/emacs-24
2015-02-26 Paul EggertMerge from origin/emacs-24
2015-02-26 Paul EggertMerge from origin/emacs-24
2015-02-26 Paul EggertMerge from origin/emacs-24
2015-02-26 Paul Eggert* xfns.c (x_real_pos_and_offsets): Fix pointer signedness.
2015-02-25 Jan DRedo the whole window offsets and coordinate translatio...
2015-02-25 Paul EggertBacktrace after malloc arena is corrupted
2015-02-23 Eli ZaretskiiAvoid erratic behavior of menu-bar tooltips on w32...
2015-02-22 Jan DImplement x-frame-geometry for NS.
2015-02-22 Paul EggertSpelling fixes
2015-02-21 Eli ZaretskiiPrefer 'Qfoo' to 'intern ("foo")' in w32 source files
2015-02-21 Paul EggertPrefer 'Qfoo' to 'intern ("foo")'
2015-02-20 Jan DjärvAvoid endless loop when handling fatal signal.
2015-02-20 Glenn Morris* src/fileio.c (Fmake_temp_name): Doc tweaks.
2015-02-20 Paul EggertSimplify binary I/O configuration
2015-02-19 Eli ZaretskiiAvoid aborts when input-method-function changes this...
2015-02-19 Fujii HironoriFix display of IME window on MS-Windows (Bug#11732)
2015-02-18 Eli ZaretskiiFix exit code when stdin is at EOF (Bug#19897)
2015-02-18 Oscar FuentesFixes display of prefix argument when input-method...
2015-02-18 Kelly Dean* src/keyboard.c (timer_check_2): Fix incorrect comment
2015-02-14 Martin RudalicsFix doc-string of x_frame_normalize_before_maximize.
2015-02-14 Eli ZaretskiiFix assertion violations when popping menus on TTY...
2015-02-14 Eli ZaretskiiFix assertions in popping up menus on TTY (Bug#19862)
2015-02-13 Eli ZaretskiiImprove docs of transient-mark-mode (Bug#19841)
2015-02-13 Paul EggertBetter support for future plugins
2015-02-11 Martin RudalicsImprove toggling fullscreen state of frames.
2015-02-10 Katsumi YamaokaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-02-10 Paul EggertUse bool for boolean in xdisp.c
2015-02-09 Paul EggertCheck for some overflows in vertical-motion
2015-02-09 Paul Eggert* xfont.c: Minor style fixes
2015-02-09 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-02-09 Eli ZaretskiiSpeed up vertical-motion when screen coordinates are...
2015-02-09 Dima KoganRemove unused assignment.
2015-02-09 Dima KoganTry non-scaled xld fonts first, and scaled if that...
2015-02-09 Stefan Monnier* src/keyboard.c (syms_of_keyboard): Use non-nil defaul...
2015-02-09 Paul EggertUse C99's INFINITY and NAN macros
2015-02-09 Paul EggertFix bidi_explicit_dir_char undefined behavior
2015-02-09 Paul EggertBetter distinguish infinite from invalid times
2015-02-08 Paul EggertMinor tweaks to frame_size_history_add
2015-02-08 Eli ZaretskiiFix a thinko in frame-parameter (Bug#19802)
2015-02-08 Eli ZaretskiiFix handling of frame color parameters in TTY sessions...
2015-02-08 Stefan Monnier* src/data.c (Findirect_function): Don't signal an...
2015-02-07 Martin RudalicsTry to improve handling of fullwidth/-height frames.
2015-02-07 Paul EggertRemove no-longer-used cursor_in_echo_area code
2015-02-05 Stefan MonnierMerge branch 'dynamic-docstrings' into trunk
2015-02-05 Stefan MonnierAdd (:documentation <form>) for dynamically-generated...
2015-02-05 Eli ZaretskiiFix vertical-motion and posn-at-point when word-wrap...
2015-02-05 Martin RudalicsRemove recently added BUFFER arg of `window-text-pixel...
2015-02-04 Paul EggertRemove no-longer-used two_byte_p calculations
2015-02-03 Eli ZaretskiiA more thorough fix for bug#19307
2015-02-03 Paul EggertOmit unnecessary var if GTK or NS
2015-02-02 Eli ZaretskiiFix display of overlay strings with faces after ellipsi...
2015-02-02 Eli ZaretskiiFix redrawing of mode lines when exposed (Bug#19721)
next