summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor comment fix.Chong Yidong2009-04-221-8/+5
|
* Documented initial-buffer-choice.Chong Yidong2009-04-221-0/+1
|
* * entering.texi (Entering Emacs): Document initial-buffer-choice.Chong Yidong2009-04-223-7/+28
| | | | * building.texi (Lisp Interaction): Document initial-scratch-message.
* Add bug reference.Juanma Barranquero2009-04-211-1/+1
|
* (font_score): Check AVGWIDTH too.Kenichi Handa2009-04-212-0/+4
|
* Fix bug number in comment.Martin Rudalics2009-04-212-2/+2
|
* (diff-find-source-location): Don't callMartin Rudalics2009-04-212-1/+8
| | | | diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3030)
* (font_load_for_lface): Cancel previous change.Kenichi Handa2009-04-212-2/+3
|
* (decode_coding_utf_16): Reduce charbuf_end for theKenichi Handa2009-04-212-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 Handa2009-04-212-2/+7
|
* Re-generated.Kenichi Handa2009-04-212-0/+4
|
* admin/quick-install-emacs: Update get_config_var for autoconf 2.62Miles Bader2009-04-211-3/+4
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1585
* (proced-sort): Declare it buffer-local.Roland Winkler2009-04-202-53/+58
| | | | (proced-send-signal): Handle non-nil signals.
* (rfc2047-decode-region): Don't skip past `start', whichStefan Monnier2009-04-202-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 (carefulJuanma Barranquero2009-04-202-5/+10
| | | | spacing is required in the message output, as the comment suggests).
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-202-8/+14
| | | | for short option names.
* * os.texi (Startup Summary): Copyedits. The init file is notChong Yidong2009-04-202-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 Rumney2009-04-194-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ärv2009-04-195-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 Rumney2009-04-182-2/+7
|
* (font_put_frame_data): Use xfree instead of free.Andreas Schwab2009-04-182-1/+5
|
* * msdog.texi (Windows Fonts): Fix typos.Juanma Barranquero2009-04-182-6/+8
|
* * files.texi (Save Commands): Fix pxref.Juanma Barranquero2009-04-182-1/+5
|
* epa-file: fix garble with decode-coding-inserted-regionDaiki Ueno2009-04-182-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 Yidong2009-04-182-3/+7
|
* * thingatpt.el (thing-at-point-bounds-of-list-at-point): NewChong Yidong2009-04-182-2/+25
| | | | function (Bug#3027).
* * files.texi (Save Commands): Mention diff-buffer-with-file.Chong Yidong2009-04-182-2/+14
| | | | | (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus Henoch (Bug#3036).
* * w32font.c (Qja, Qko): Remove declarations.Juanma Barranquero2009-04-172-3/+6
| | | | (syms_of_w32font): Don't DEFSYM them.
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-175-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 toKenichi Handa2009-04-172-1/+8
| | | | Unicode.
* Re-generated.Kenichi Handa2009-04-172-0/+4
|
* (Ftranslate_region_internal): Use Fconcat to make aKenichi Handa2009-04-172-6/+4
| | | | string from a vector to handle Latin-1 characters correctly.
* (ftfont_pattern_entity): Return a newly allocatedKenichi Handa2009-04-172-1/+13
| | | | entity even if the cache hits.
* * textmodes/flyspell.el (flyspell-correct-word-before-point):Chong Yidong2009-04-162-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 Schwab2009-04-163-56/+70
| | | | * lisp.h: Adjust prototypes.
* Add bug reference.Andreas Schwab2009-04-161-1/+1
|
* (boyer_moore): Use zero as marker value for a possibleAndreas Schwab2009-04-162-98/+74
| | | | match instead of depending on overflow behavior.
* * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-eltChong Yidong2009-04-162-0/+6
| | | | property (Bug#2984).
* browse-url.el (browse-url-filename-alist): Update :version for last change.Chong Yidong2009-04-161-1/+1
|
* * keyboard.c (adjust_point_for_property): Disable 2009-02-12Chong Yidong2009-04-162-11/+18
| | | | change (Bug#3003).
* * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameterChong Yidong2009-04-162-1/+6
| | | | alist.
* (xfont_has_char): Special handling of `ja' and `ko' adstyle.Kenichi Handa2009-04-162-7/+55
|
* (xftfont_has_char): Special handling of `ja' and `ko' adstyle.Kenichi Handa2009-04-161-0/+12
|
* (Qja, Qko): Don't make them static.Kenichi Handa2009-04-161-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 argKenichi Handa2009-04-161-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 inKenichi Handa2009-04-161-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 Handa2009-04-162-0/+9
|
* (charset_ksc5601): New variable.Kenichi Handa2009-04-161-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 toChong Yidong2009-04-152-0/+7
| | | | outline-flag-region in the correct order (Bug#3000).
* * net/browse-url.el (browse-url-filename-alist): Correct fileChong Yidong2009-04-152-1/+6
| | | | URI (Bug#2922).