Daiki Ueno
7f3bc720a8
(Security): Mention that EasyPG is the current default.
2009-04-22 07:34:17 +00:00
Chong Yidong
708e05dc7a
* keyboard.c (Fset_input_meta_mode): Doc fix.
...
* dispnew.c (Fsend_string_to_terminal): Doc fix.
* data.c (Fterminal_local_value, Fset_terminal_local_value): Doc
fixes.
* coding.c (Fterminal_coding_system): Doc fix.
* xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_planes)
(Fx_display_color_cells, Fx_server_max_request_size)
(Fx_server_vendor, Fx_server_version, Fx_display_screens)
(Fx_display_mm_height, Fx_display_mm_width)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc
fixes, replacing "terminal id" with "terminal object".
(check_x_display_info): Handle terminal objects instead of
terminal ids.
2009-04-22 04:32:21 +00:00
Chong Yidong
d8da53851b
Checked os.texi.
2009-04-22 04:23:09 +00:00
Chong Yidong
b2c5a635a6
Update documentation status.
2009-04-22 04:22:20 +00:00
Chong Yidong
dca019f859
* os.texi (Command-Line Arguments): Document
...
command-line-args-left.
(Suspending Emacs): Adapt text to multi-tty case. Document use of
terminal objects for tty arguments.
(Startup Summary): Add xref to Session Management.
(Session Management): Mention emacs-session-restore. Copyedits.
2009-04-22 04:21:39 +00:00
Chong Yidong
fdc496e7d1
* term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
...
replacing "terminal id" with "terminal object".
2009-04-22 03:51:25 +00:00
Chong Yidong
401e9e5757
* term.c (Ftty_display_color_p, Ftty_display_color_cells)
...
(Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
(Fresume_tty): Doc fixes, replacing "terminal id" with "terminal
object".
2009-04-22 03:43:06 +00:00
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