| Commit message (Expand) | Author | Age | Files | Lines |
| * | (viper-frame-value): Prefer buffer-local value, if set, over frame value. | Glenn Morris | 2008-03-03 | 2 | -5/+11 |
| * | (iconsrcdir): New variable. | Glenn Morris | 2008-03-03 | 2 | -2/+12 |
| * | transient-mark-mode is off again. | Glenn Morris | 2008-03-03 | 1 | -2/+0 |
| * | (transient-mark-mode): Don't turn on by default. | Glenn Morris | 2008-03-03 | 2 | -2/+4 |
| * | *** empty log message *** | Juanma Barranquero | 2008-03-03 | 1 | -10/+14 |
| * | (open-tls-stream): Restore the 2007-11-04 change accidentally removed | Glenn Morris | 2008-03-03 | 2 | -28/+50 |
| * | Include math.h. | Juanma Barranquero | 2008-03-03 | 1 | -0/+1 |
| * | (recompute_cached_metrics): Change font arg to w32font_info. | Jason Rumney | 2008-03-03 | 2 | -13/+18 |
| * | (Quniscribe, QCformat): New symbols. | Jason Rumney | 2008-03-03 | 2 | -48/+188 |
| * | (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1): Define | Jason Rumney | 2008-03-03 | 1 | -4/+14 |
| * | (ftfont_pattern_entity): Fix aliasing violations. | Andreas Schwab | 2008-03-02 | 2 | -3/+5 |
| * | (decode_coding_big5, produce_chars): Fix typos in last | Andreas Schwab | 2008-03-02 | 2 | -3/+8 |
| * | ($(TRES)): Depend on icon and manifest. | Jason Rumney | 2008-03-02 | 2 | -1/+5 |
| * | New icon. | Dan Nicolaescu | 2008-03-02 | 22 | -219/+2066 |
| * | Require cl when compiling. | Andreas Schwab | 2008-03-02 | 2 | -0/+5 |
| * | (decode_coding_utf_8): When eol-type of CODING is | Kenichi Handa | 2008-03-02 | 2 | -85/+128 |
| * | *** empty log message *** | Juanma Barranquero | 2008-03-02 | 1 | -12/+12 |
| * | (compilation-menu-map): Add menu entries | Dan Nicolaescu | 2008-03-02 | 2 | -1/+37 |
| * | Add python-mode. | Glenn Morris | 2008-03-01 | 1 | -0/+8 |
| * | (w32font_full_name): Report point size for scalable fonts. | Jason Rumney | 2008-03-01 | 2 | -6/+29 |
| * | (CHAR_GLYPH_SPACE_P): Check for default face. | Kim F. Storm | 2008-03-01 | 1 | -1/+1 |
| * | *** empty log message *** | Kim F. Storm | 2008-03-01 | 1 | -0/+4 |
| * | (w32font_full_name): New function. | Jason Rumney | 2008-03-01 | 2 | -1/+62 |
| * | This is Dan's patch from | Glenn Morris | 2008-03-01 | 2 | -98/+120 |
| * | (line_draw_cost): Fix invalid glyph check. | Kim F. Storm | 2008-03-01 | 1 | -1/+1 |
| * | *** empty log message *** | Kim F. Storm | 2008-03-01 | 1 | -0/+4 |
| * | More info on how to replace make-variable-frame-local. | Glenn Morris | 2008-03-01 | 1 | -1/+9 |
| * | (viper-cond-compile-for-xemacs-or-emacs): Delete macro. | Glenn Morris | 2008-03-01 | 2 | -41/+69 |
| * | (font_unparse_fcname): Increase len when style is a symbol. | Jason Rumney | 2008-03-01 | 2 | -2/+7 |
| * | (zmacs-region-stays): No need to define for compiler. | Glenn Morris | 2008-03-01 | 1 | -107/+110 |
| * | (zmacs-region-stays): No need to define for compiler. | Glenn Morris | 2008-03-01 | 1 | -68/+52 |
| * | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. | Glenn Morris | 2008-03-01 | 1 | -4/+4 |
| * | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. | Glenn Morris | 2008-03-01 | 1 | -8/+6 |
| * | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. | Glenn Morris | 2008-03-01 | 1 | -4/+2 |
| * | Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. | Glenn Morris | 2008-03-01 | 1 | -35/+28 |
| * | (zmacs-region-stays): Define for compiler once only. | Glenn Morris | 2008-03-01 | 1 | -1/+0 |
| * | (byte-compile-maybe-guarded): Restore code commented out 2007-11-10. | Glenn Morris | 2008-03-01 | 1 | -4/+10 |
| * | New version 9.3. | Vinicius Jose Latorre | 2008-03-01 | 2 | -60/+294 |
| * | (make-glyph-code): Don't test the result of `face-id', | Juanma Barranquero | 2008-03-01 | 2 | -10/+11 |
| * | (handle_one_xevent): For Gtk+ and ConfigureNotify, call | Jan Djärv | 2008-03-01 | 2 | -6/+32 |
| * | (xg_frame_resized): Renamed from xg_resize_widgets. | Jan Djärv | 2008-03-01 | 1 | -3/+3 |
| * | (xg_resize_outer_widget): Only do one of set_geometry or | Jan Djärv | 2008-03-01 | 1 | -73/+111 |
| * | (desktop-read): Set `desktop-dirname' to nil before running | Juanma Barranquero | 2008-03-01 | 2 | -4/+10 |
| * | *** empty log message *** | Jason Rumney | 2008-03-01 | 1 | -0/+4 |
| * | (w32_msg_pump): Disable debug code. | Jason Rumney | 2008-03-01 | 1 | -0/+4 |
| * | *** empty log message *** | Nick Roberts | 2008-03-01 | 1 | -0/+5 |
| * | Merge from emacs--rel--22 | Miles Bader | 2008-03-01 | 15 | -63/+145 |
| |\ |
|
| | * | ** Shell-script indenting of &&, | (patch available) | Chong Yidong | 2008-02-29 | 1 | -0/+5 |
| | * | Changed ambiguous "native Windows debuggers" to "Microsoft debuggers", as that | Jason Rumney | 2008-02-29 | 1 | -1/+1 |
| | * | (allout-topic-encryption-bullet) | Glenn Morris | 2008-02-29 | 2 | -5/+12 |