Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor comment fix. | Chong Yidong | 2009-04-22 | 1 | -8/+5 | |
| | ||||||
* | Documented initial-buffer-choice. | Chong Yidong | 2009-04-22 | 1 | -0/+1 | |
| | ||||||
* | * entering.texi (Entering Emacs): Document initial-buffer-choice. | Chong Yidong | 2009-04-22 | 3 | -7/+28 | |
| | | | | * building.texi (Lisp Interaction): Document initial-scratch-message. | |||||
* | Add bug reference. | Juanma Barranquero | 2009-04-21 | 1 | -1/+1 | |
| | ||||||
* | (font_score): Check AVGWIDTH too. | Kenichi Handa | 2009-04-21 | 2 | -0/+4 | |
| | ||||||
* | Fix bug number in comment. | Martin Rudalics | 2009-04-21 | 2 | -2/+2 | |
| | ||||||
* | (diff-find-source-location): Don't call | Martin Rudalics | 2009-04-21 | 2 | -1/+8 | |
| | | | | diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3030) | |||||
* | (font_load_for_lface): Cancel previous change. | Kenichi Handa | 2009-04-21 | 2 | -2/+3 | |
| | ||||||
* | (decode_coding_utf_16): Reduce charbuf_end for the | Kenichi Handa | 2009-04-21 | 2 | -7/+26 | |
| | | | | | | | worst case. (decode_coding_emacs_mule, decode_coding_iso_2022) (decode_coding_sjis, decode_coding_big5, decode_coding_charset): Likewise. | |||||
* | (unidata-get-decomposition): Fix previous change. | Kenichi Handa | 2009-04-21 | 2 | -2/+7 | |
| | ||||||
* | Re-generated. | Kenichi Handa | 2009-04-21 | 2 | -0/+4 | |
| | ||||||
* | admin/quick-install-emacs: Update get_config_var for autoconf 2.62 | Miles Bader | 2009-04-21 | 1 | -3/+4 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1585 | |||||
* | (proced-sort): Declare it buffer-local. | Roland Winkler | 2009-04-20 | 2 | -53/+58 | |
| | | | | (proced-send-signal): Handle non-nil signals. | |||||
* | (rfc2047-decode-region): Don't skip past `start', which | Stefan Monnier | 2009-04-20 | 2 | -1/+6 | |
| | | | | could happen if the text is only composed of spaces and/or tabs. | |||||
* | * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful | Juanma Barranquero | 2009-04-20 | 2 | -5/+10 | |
| | | | | spacing is required in the message output, as the comment suggests). | |||||
* | * emacsclient.c (print_help_and_exit): Clarify argument placement | Chong Yidong | 2009-04-20 | 2 | -8/+14 | |
| | | | | for short option names. | |||||
* | * os.texi (Startup Summary): Copyedits. The init file is not | Chong Yidong | 2009-04-20 | 2 | -72/+96 | |
| | | | | | | | necessarily named .emacs now. Document initial-buffer-choice and initial-scratch-message. Note where Emacs exits in batch mode. Document inhibit-splash-screen as an alias. (Init File): Be neutral about which init file name to use. | |||||
* | The following changes fix Bug#3005 for wide glyphs on each platform, | Jason Rumney | 2009-04-19 | 4 | -20/+56 | |
| | | | | | | | | | | | | | | | without reintroducing Bug#1258 for stretch glyphs. * xterm.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * w32term.c (x_draw_bar_cursor): Limit cursor width differently for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using get_phys_cursor_geometry. * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already correctly calculated. | |||||
* | Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used. | Jan Djärv | 2009-04-19 | 5 | -4428/+5411 | |
| | | | | | | | | | | * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar): Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated. (xg_initialize): Use g_type_class_ref instead of gtk_type_class which is deprecated. * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER): Check if it is declared in gtk.h. | |||||
* | (list-colors-duplicates): w32-default-color-map is a function. | Jason Rumney | 2009-04-18 | 2 | -2/+7 | |
| | ||||||
* | (font_put_frame_data): Use xfree instead of free. | Andreas Schwab | 2009-04-18 | 2 | -1/+5 | |
| | ||||||
* | * msdog.texi (Windows Fonts): Fix typos. | Juanma Barranquero | 2009-04-18 | 2 | -6/+8 | |
| | ||||||
* | * files.texi (Save Commands): Fix pxref. | Juanma Barranquero | 2009-04-18 | 2 | -1/+5 | |
| | ||||||
* | epa-file: fix garble with decode-coding-inserted-region | Daiki Ueno | 2009-04-18 | 2 | -5/+10 | |
| | | | | | * epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte instead of set-buffer-multibyte. | |||||
* | * net/rcirc.el (rcirc): Use correct property names (Bug#3037). | Chong Yidong | 2009-04-18 | 2 | -3/+7 | |
| | ||||||
* | * thingatpt.el (thing-at-point-bounds-of-list-at-point): New | Chong Yidong | 2009-04-18 | 2 | -2/+25 | |
| | | | | function (Bug#3027). | |||||
* | * files.texi (Save Commands): Mention diff-buffer-with-file. | Chong Yidong | 2009-04-18 | 2 | -2/+14 | |
| | | | | | (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus Henoch (Bug#3036). | |||||
* | * w32font.c (Qja, Qko): Remove declarations. | Juanma Barranquero | 2009-04-17 | 2 | -3/+6 | |
| | | | | (syms_of_w32font): Don't DEFSYM them. | |||||
* | * font.c (Qja, Qko): Move definitions here from ftfont.c. | Chong Yidong | 2009-04-17 | 5 | -7/+19 | |
| | | | | | | * font.h (Qja, Qko): Extern them. * ftfont.c (Qja, Qko): Remove declarations. * xfont.c (Qja, Qko): Remove declarations. | |||||
* | (unidata-get-decomposition): Adjust Hangle decomposition rule to | Kenichi Handa | 2009-04-17 | 2 | -1/+8 | |
| | | | | Unicode. | |||||
* | Re-generated. | Kenichi Handa | 2009-04-17 | 2 | -0/+4 | |
| | ||||||
* | (Ftranslate_region_internal): Use Fconcat to make a | Kenichi Handa | 2009-04-17 | 2 | -6/+4 | |
| | | | | string from a vector to handle Latin-1 characters correctly. | |||||
* | (ftfont_pattern_entity): Return a newly allocated | Kenichi Handa | 2009-04-17 | 2 | -1/+13 | |
| | | | | entity even if the cache hits. | |||||
* | * textmodes/flyspell.el (flyspell-correct-word-before-point): | Chong Yidong | 2009-04-16 | 2 | -25/+19 | |
| | | | | | | | | Don't create markers. (tex-mode-flyspell-verify): Don't create markers. Use line-end-position. (sgml-mode-flyspell-verify): Don't create markers. Simplify code using looking-at and looking-back. | |||||
* | * search.c: Use EMACS_INT for buffer positions. Add prototypes. | Andreas Schwab | 2009-04-16 | 3 | -56/+70 | |
| | | | | * lisp.h: Adjust prototypes. | |||||
* | Add bug reference. | Andreas Schwab | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | (boyer_moore): Use zero as marker value for a possible | Andreas Schwab | 2009-04-16 | 2 | -98/+74 | |
| | | | | match instead of depending on overflow behavior. | |||||
* | * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt | Chong Yidong | 2009-04-16 | 2 | -0/+6 | |
| | | | | property (Bug#2984). | |||||
* | browse-url.el (browse-url-filename-alist): Update :version for last change. | Chong Yidong | 2009-04-16 | 1 | -1/+1 | |
| | ||||||
* | * keyboard.c (adjust_point_for_property): Disable 2009-02-12 | Chong Yidong | 2009-04-16 | 2 | -11/+18 | |
| | | | | change (Bug#3003). | |||||
* | * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter | Chong Yidong | 2009-04-16 | 2 | -1/+6 | |
| | | | | alist. | |||||
* | (xfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 2 | -7/+55 | |
| | ||||||
* | (xftfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 1 | -0/+12 | |
| | ||||||
* | (Qja, Qko): Don't make them static. | Kenichi Handa | 2009-04-16 | 1 | -86/+93 | |
| | | | | | | | | | | | | | | | | | | | (enum ftfont_cache_for): New enum. (fc_charset_table): Undo the previous change. (ftfont_get_latin1_charset): Delete it. (ftfont_pattern_entity): Check cache by ftfont_lookup_cache. Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a non-scarable font, try to get AVERAGE_WIDTH. (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR. Change ft_face_cache from a list of a hash-table. Don't check `ja' and `ko' adstyle here. (ftfont_get_fc_charset): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_CHARET. (ftfont_get_charset): Undo the previous change. (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE. (ftfont_close): Likewise. (ftfont_has_char): Special handling of `ja' and `ko' adstyle. | |||||
* | (font_sort_entites): Change the meaning of the arg | Kenichi Handa | 2009-04-16 | 1 | -40/+13 | |
| | | | | | BEST-ONLY. Don't optimize for VEC of lenght 1. (font_select_entity): Just return the value of font_sort_entites. | |||||
* | (merge_face_vectors): Reflect font properties in | Kenichi Handa | 2009-04-16 | 1 | -1/+12 | |
| | | | | | to[LFACE_FONT_INDEX] to the other face attributes. Don't call font_clear_prop if a face attribute doesn't change. | |||||
* | (charset_ksc5601): Extern it. | Kenichi Handa | 2009-04-16 | 2 | -0/+9 | |
| | ||||||
* | (charset_ksc5601): New variable. | Kenichi Handa | 2009-04-16 | 1 | -0/+4 | |
| | | | | | (Fdefine_charset_internal): Set charset_ksc5601. (init_charset_once): Initialize charset_ksc5601 to -1. | |||||
* | * outline.el (hide-sublevels): Ensure that arguments are passed to | Chong Yidong | 2009-04-15 | 2 | -0/+7 | |
| | | | | outline-flag-region in the correct order (Bug#3000). | |||||
* | * net/browse-url.el (browse-url-filename-alist): Correct file | Chong Yidong | 2009-04-15 | 2 | -1/+6 | |
| | | | | URI (Bug#2922). |