1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

90069 Commits

Author SHA1 Message Date
Chong Yidong
e0c3684aca Minor comment fix. 2009-04-22 03:37:30 +00:00
Chong Yidong
5222de6298 Documented initial-buffer-choice. 2009-04-22 01:29:46 +00:00
Chong Yidong
be77bd4536 * entering.texi (Entering Emacs): Document initial-buffer-choice.
* building.texi (Lisp Interaction): Document initial-scratch-message.
2009-04-22 01:29:25 +00:00
Juanma Barranquero
5a8f12af67 Add bug reference. 2009-04-21 12:03:46 +00:00
Kenichi Handa
c0a6070d60 (font_score): Check AVGWIDTH too. 2009-04-21 07:30:00 +00:00
Martin Rudalics
19a4c5043a Fix bug number in comment. 2009-04-21 07:19:01 +00:00
Martin Rudalics
5dadb083d4 (diff-find-source-location): Don't call
diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3030)
2009-04-21 06:56:51 +00:00
Kenichi Handa
908567efed (font_load_for_lface): Cancel previous change. 2009-04-21 06:46:39 +00:00
Kenichi Handa
df80c7f014 (decode_coding_utf_16): Reduce charbuf_end for the
worst case.
(decode_coding_emacs_mule, decode_coding_iso_2022)
(decode_coding_sjis, decode_coding_big5, decode_coding_charset):
Likewise.
2009-04-21 06:36:21 +00:00
Kenichi Handa
0b4ff5dfa0 (unidata-get-decomposition): Fix previous change. 2009-04-21 02:11:25 +00:00
Kenichi Handa
4c7d14b399 Re-generated. 2009-04-21 02:10:41 +00:00
Miles Bader
d94c90b9a6 admin/quick-install-emacs: Update get_config_var for autoconf 2.62
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1585
2009-04-21 00:39:00 +00:00
Roland Winkler
f67cf06438 (proced-sort): Declare it buffer-local.
(proced-send-signal): Handle non-nil signals.
2009-04-20 20:42:45 +00:00
Stefan Monnier
1dbc941a59 (rfc2047-decode-region): Don't skip past `start', which
could happen if the text is only composed of spaces and/or tabs.
2009-04-20 16:17:51 +00:00
Juanma Barranquero
9dfda22f23 * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
spacing is required in the message output, as the comment suggests).
2009-04-20 03:19:19 +00:00
Chong Yidong
24d5010d9f * emacsclient.c (print_help_and_exit): Clarify argument placement
for short option names.
2009-04-20 02:52:56 +00:00
Chong Yidong
02a8910302 * os.texi (Startup Summary): Copyedits. The init file is not
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.
2009-04-20 01:34:27 +00:00
Jason Rumney
705af33f7e The following changes fix Bug#3005 for wide glyphs on each platform,
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.
2009-04-19 15:09:25 +00:00
Jan Djärv
dc2933ebde Make Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used.
* 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.
2009-04-19 10:53:15 +00:00
Jason Rumney
c3f9cd4661 (list-colors-duplicates): w32-default-color-map is a function. 2009-04-18 13:52:29 +00:00
Andreas Schwab
973e784949 (font_put_frame_data): Use xfree instead of free. 2009-04-18 13:29:59 +00:00
Juanma Barranquero
ed6e7b1194 * msdog.texi (Windows Fonts): Fix typos. 2009-04-18 12:40:46 +00:00
Juanma Barranquero
d3b8292706 * files.texi (Save Commands): Fix pxref. 2009-04-18 12:33:17 +00:00
Daiki Ueno
68a0d89231 epa-file: fix garble with decode-coding-inserted-region
* epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte
instead of set-buffer-multibyte.
2009-04-18 04:55:50 +00:00
Chong Yidong
d893706458 * net/rcirc.el (rcirc): Use correct property names (Bug#3037). 2009-04-18 03:44:57 +00:00
Chong Yidong
965b9376cf * thingatpt.el (thing-at-point-bounds-of-list-at-point): New
function (Bug#3027).
2009-04-18 03:39:28 +00:00
Chong Yidong
bc323c0489 * files.texi (Save Commands): Mention diff-buffer-with-file.
(Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
Henoch (Bug#3036).
2009-04-18 01:41:53 +00:00
Juanma Barranquero
314d66f446 * w32font.c (Qja, Qko): Remove declarations.
(syms_of_w32font): Don't DEFSYM them.
2009-04-17 19:04:49 +00:00
Chong Yidong
cf70255861 * font.c (Qja, Qko): Move definitions here from ftfont.c.
* font.h (Qja, Qko): Extern them.
* ftfont.c (Qja, Qko): Remove declarations.
* xfont.c (Qja, Qko): Remove declarations.
2009-04-17 18:38:00 +00:00
Kenichi Handa
88758986d5 (unidata-get-decomposition): Adjust Hangle decomposition rule to
Unicode.
2009-04-17 02:36:03 +00:00
Kenichi Handa
293a9e7a83 Re-generated. 2009-04-17 02:31:20 +00:00
Kenichi Handa
bde257485d (Ftranslate_region_internal): Use Fconcat to make a
string from a vector to handle Latin-1 characters correctly.
2009-04-17 02:15:17 +00:00
Kenichi Handa
b50504f535 (ftfont_pattern_entity): Return a newly allocated
entity even if the cache hits.
2009-04-17 00:56:39 +00:00
Chong Yidong
873f4645aa * textmodes/flyspell.el (flyspell-correct-word-before-point):
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.
2009-04-16 18:45:20 +00:00
Andreas Schwab
e7deaab0bc * search.c: Use EMACS_INT for buffer positions. Add prototypes.
* lisp.h: Adjust prototypes.
2009-04-16 16:01:14 +00:00
Andreas Schwab
6340c70eb3 Add bug reference. 2009-04-16 09:32:26 +00:00
Andreas Schwab
f4646fffc2 (boyer_moore): Use zero as marker value for a possible
match instead of depending on overflow behavior.
2009-04-16 09:30:45 +00:00
Chong Yidong
05fcb8daf6 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 04:31:13 +00:00
Chong Yidong
3257a7340a browse-url.el (browse-url-filename-alist): Update :version for last change. 2009-04-16 04:08:15 +00:00
Chong Yidong
0a0e7d4973 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
change (Bug#3003).
2009-04-16 03:58:44 +00:00
Chong Yidong
23e41d1529 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
alist.
2009-04-16 03:50:30 +00:00
Kenichi Handa
bd0af90dca (xfont_has_char): Special handling of ja' and ko' adstyle. 2009-04-16 01:39:36 +00:00
Kenichi Handa
b840b299b9 (xftfont_has_char): Special handling of ja' and ko' adstyle. 2009-04-16 01:38:35 +00:00
Kenichi Handa
d778210526 (Qja, Qko): Don't make them static.
(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.
2009-04-16 01:38:07 +00:00
Kenichi Handa
c9477f014b (font_sort_entites): Change the meaning of the arg
BEST-ONLY.  Don't optimize for VEC of lenght 1.
(font_select_entity): Just return the value of font_sort_entites.
2009-04-16 01:32:44 +00:00
Kenichi Handa
89dc9a8ed9 (merge_face_vectors): Reflect font properties in
to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
font_clear_prop if a face attribute doesn't change.
2009-04-16 01:08:24 +00:00
Kenichi Handa
3c908a5774 (charset_ksc5601): Extern it. 2009-04-16 01:05:10 +00:00
Kenichi Handa
d32320c43d (charset_ksc5601): New variable.
(Fdefine_charset_internal): Set charset_ksc5601.
(init_charset_once): Initialize charset_ksc5601 to -1.
2009-04-16 01:04:27 +00:00
Chong Yidong
3d0dd8ff4a * outline.el (hide-sublevels): Ensure that arguments are passed to
outline-flag-region in the correct order (Bug#3000).
2009-04-15 23:32:23 +00:00
Chong Yidong
dee8ac1084 * net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).
2009-04-15 22:51:26 +00:00