bpt/emacs.git
15 years ago(load_charset_map): Remove unnecessary code.
Kenichi Handa [Fri, 1 May 2009 12:17:06 +0000 (12:17 +0000)]
(load_charset_map): Remove unnecessary code.

15 years ago(load_charset): Reformat X==Y==Z to (X==Y)==Z.
Kenichi Handa [Fri, 1 May 2009 10:55:46 +0000 (10:55 +0000)]
(load_charset): Reformat X==Y==Z to (X==Y)==Z.

15 years agoFix typos.
Juanma Barranquero [Thu, 30 Apr 2009 23:43:51 +0000 (23:43 +0000)]
Fix typos.

15 years ago(ns-make-command-string, ns-grabenv)
David Reitter [Thu, 30 Apr 2009 18:01:40 +0000 (18:01 +0000)]
(ns-make-command-string, ns-grabenv)
(ns-extended-platform-support-mode, menu-bar-ns-file-menu)
(ns-arrange-all-frames, ns-arrange-visible-frames)
(ns-arrange-frames): remove. These functionalities not
available on other (free) platforms will be provided to users
outside the Emacs project in the "ns-platform-support" package.

15 years ago*** empty log message ***
David Reitter [Thu, 30 Apr 2009 18:00:29 +0000 (18:00 +0000)]
*** empty log message ***

15 years agoconvert_ns_to_X_keysym: define function keys f16 through f24.
David Reitter [Thu, 30 Apr 2009 16:52:19 +0000 (16:52 +0000)]
convert_ns_to_X_keysym: define function keys f16 through f24.

15 years ago*** empty log message ***
David Reitter [Thu, 30 Apr 2009 16:51:50 +0000 (16:51 +0000)]
*** empty log message ***

15 years agoUpdated for 23.0.93
Jason Rumney [Thu, 30 Apr 2009 15:32:28 +0000 (15:32 +0000)]
Updated for 23.0.93

15 years agoEnhancements for Objective-C:
Alan Mackenzie [Thu, 30 Apr 2009 10:36:24 +0000 (10:36 +0000)]
Enhancements for Objective-C:

cc-vars.el
(c-objc-method-arg-min-delta-to-bracket,
c-objc-method-arg-unfinished-offset, c-objc-method-parameter-offset): New
variables.
(c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry for
objc-method-call-cont.

cc-langs.el (c-constant-kwds): New ObjC keywords "YES", "NO",
"NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".

cc-align.el (c-lineup-ObjC-method-call-colons): New function.

15 years ago*** empty log message ***
Alan Mackenzie [Thu, 30 Apr 2009 10:28:33 +0000 (10:28 +0000)]
*** empty log message ***

15 years ago(fontset_find_font): Check if rfont_def is Qnil or not.
Kenichi Handa [Thu, 30 Apr 2009 07:01:33 +0000 (07:01 +0000)]
(fontset_find_font): Check if rfont_def is Qnil or not.

15 years ago* xfaces.c (face_at_buffer_position): New arg base_face_id.
Chong Yidong [Thu, 30 Apr 2009 05:01:57 +0000 (05:01 +0000)]
* xfaces.c (face_at_buffer_position): New arg base_face_id.

* xdisp.c (handle_face_prop): Pass base_face_id of iterator to
face_at_buffer_position.
(face_before_or_after_it_pos, get_next_display_element)
(note_mouse_highlight): Update face_at_buffer_position call.

* term.c (term_mouse_highlight):
* msdos.c (IT_note_mouse_highlight):
* fontset.c (Finternal_char_font):
* font.c (font_at, font_range): Update face_at_buffer_position
call.

* dispextern.h (face_at_buffer_position): Update prototype.

15 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Apr 2009 04:53:57 +0000 (04:53 +0000)]
*** empty log message ***

15 years ago(fontset_find_font): Check if rfont_def is Qnil or not.
Kenichi Handa [Thu, 30 Apr 2009 04:41:39 +0000 (04:41 +0000)]
(fontset_find_font): Check if rfont_def is Qnil or not.

15 years ago(Fcall_process): Fix GC protection. Make sure
Andreas Schwab [Wed, 29 Apr 2009 19:55:49 +0000 (19:55 +0000)]
(Fcall_process): Fix GC protection.  Make sure
current buffer is always restored.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Apr 2009 08:52:37 +0000 (08:52 +0000)]
*** empty log message ***

15 years ago(create_process): Clean up merger residues of 2008-07-17 change.
YAMAMOTO Mitsuharu [Wed, 29 Apr 2009 05:15:47 +0000 (05:15 +0000)]
(create_process): Clean up merger residues of 2008-07-17 change.

15 years ago* subr.el (assoc-default): Doc fix.
Chong Yidong [Wed, 29 Apr 2009 04:46:15 +0000 (04:46 +0000)]
* subr.el (assoc-default): Doc fix.

15 years ago(init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
YAMAMOTO Mitsuharu [Wed, 29 Apr 2009 03:48:58 +0000 (03:48 +0000)]
(init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.

15 years ago(init_atimer): Also clear stopped_atimers.
YAMAMOTO Mitsuharu [Wed, 29 Apr 2009 03:48:38 +0000 (03:48 +0000)]
(init_atimer): Also clear stopped_atimers.

15 years agoFix typo.
Chong Yidong [Wed, 29 Apr 2009 03:13:37 +0000 (03:13 +0000)]
Fix typo.

15 years ago* variables.texi (File Local Variables): Note that read-circle is
Chong Yidong [Wed, 29 Apr 2009 03:13:16 +0000 (03:13 +0000)]
* variables.texi (File Local Variables): Note that read-circle is
bound to nil when reading file-local variables.

* streams.texi (Input Functions): Document read-circle.
(Output Variables): Add xref to Circular Objects.

15 years ago* files.el (hack-local-variables-prop-line)
Chong Yidong [Wed, 29 Apr 2009 03:02:54 +0000 (03:02 +0000)]
* files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.

15 years ago(set_default_ascii_font): Delete extern.
Kenichi Handa [Wed, 29 Apr 2009 01:42:51 +0000 (01:42 +0000)]
(set_default_ascii_font): Delete extern.

15 years ago(set_default_ascii_font): Delete this unused function.
Kenichi Handa [Wed, 29 Apr 2009 01:42:13 +0000 (01:42 +0000)]
(set_default_ascii_font): Delete this unused function.

15 years ago(x_set_font): When ARG is a font-object, check if the
Kenichi Handa [Wed, 29 Apr 2009 01:40:57 +0000 (01:40 +0000)]
(x_set_font): When ARG is a font-object, check if the
font-object matches with the ASCII font-spec of the frame's
fontset.  If not, create a new fontset for the frame.

15 years ago* progmodes/which-func.el (which-function): Don't assume that
Chong Yidong [Tue, 28 Apr 2009 21:29:47 +0000 (21:29 +0000)]
* progmodes/which-func.el (which-function): Don't assume that
entries from `imenu--index-alist' are ordered by buffer position,
which fails when submenus are present (Bug#3153).

15 years ago* fns.c (Flocale_info): Protect vector from GC during decoding.
Andreas Schwab [Tue, 28 Apr 2009 19:02:26 +0000 (19:02 +0000)]
* fns.c (Flocale_info): Protect vector from GC during decoding.

* process.c (Fstart_process): Protect argv strings from GC during
encoding.

15 years ago(load-library): Improve docstring.
Stefan Monnier [Tue, 28 Apr 2009 19:00:38 +0000 (19:00 +0000)]
(load-library): Improve docstring.

15 years ago(Lisp Libraries): `load-library' does offer completion.
Stefan Monnier [Tue, 28 Apr 2009 18:59:18 +0000 (18:59 +0000)]
(Lisp Libraries): `load-library' does offer completion.

15 years ago(quail-vunion): Remove unexplained nreverse.
Stefan Monnier [Tue, 28 Apr 2009 18:58:33 +0000 (18:58 +0000)]
(quail-vunion): Remove unexplained nreverse.

15 years agoUse dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el.
Reiner Steib [Tue, 28 Apr 2009 16:57:53 +0000 (16:57 +0000)]
Use dns-query instead of query-dns.  Was renamed on 2008-12-25 in dns.el.

15 years ago(gdb-tooltip-print): Avoid "Non-X frame used"
Nick Roberts [Tue, 28 Apr 2009 10:35:41 +0000 (10:35 +0000)]
(gdb-tooltip-print): Avoid "Non-X frame used"
error with gud-tooltip-mode in the Linux console.

15 years ago*** empty log message ***
Nick Roberts [Tue, 28 Apr 2009 10:35:08 +0000 (10:35 +0000)]
*** empty log message ***

15 years ago* frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
Chong Yidong [Tue, 28 Apr 2009 04:07:37 +0000 (04:07 +0000)]
* frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
t-mouse-mode.  Suggested by Per Starbäck (Bug#3126).

15 years agoChange arg name to make it clear that it's ignored.
Chong Yidong [Tue, 28 Apr 2009 04:02:57 +0000 (04:02 +0000)]
Change arg name to make it clear that it's ignored.

15 years ago* tooltip.el (tooltip-show-help): Fall back on
Chong Yidong [Tue, 28 Apr 2009 02:16:49 +0000 (02:16 +0000)]
* tooltip.el (tooltip-show-help): Fall back on
tooltip-show-help-non-mode for text-only displays.

15 years ago(calc-mode): Replace `copy-list' with `copy-sequence'.
Jay Belanger [Mon, 27 Apr 2009 23:12:20 +0000 (23:12 +0000)]
(calc-mode): Replace `copy-list' with `copy-sequence'.

15 years ago* sysdep.c: Include <ctype.h>.
Andreas Schwab [Mon, 27 Apr 2009 22:27:55 +0000 (22:27 +0000)]
* sysdep.c: Include <ctype.h>.

15 years agonsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out code.
David Reitter [Mon, 27 Apr 2009 21:21:31 +0000 (21:21 +0000)]
nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out code.

15 years ago*** empty log message ***
David Reitter [Mon, 27 Apr 2009 21:20:55 +0000 (21:20 +0000)]
*** empty log message ***

15 years ago(syms_of_keyboard) <input-decode-map>: Doc fix.
Johan Bockgård [Sun, 26 Apr 2009 20:55:30 +0000 (20:55 +0000)]
(syms_of_keyboard) <input-decode-map>: Doc fix.

15 years ago(Tags): Clarify the text some more.
Eli Zaretskii [Sun, 26 Apr 2009 19:01:24 +0000 (19:01 +0000)]
(Tags): Clarify the text some more.

15 years ago(Tags): Clarify the text some more.
Eli Zaretskii [Sun, 26 Apr 2009 18:07:29 +0000 (18:07 +0000)]
(Tags): Clarify the text some more.

15 years agoChecked tips.texi.
Chong Yidong [Sun, 26 Apr 2009 02:35:48 +0000 (02:35 +0000)]
Checked tips.texi.

15 years ago* tips.texi (Coding Conventions): Copyedits. Add xref to Named
Chong Yidong [Sun, 26 Apr 2009 02:35:18 +0000 (02:35 +0000)]
* tips.texi (Coding Conventions): Copyedits.  Add xref to Named
Features and Coding System Basics.  Node that "p" stands for
"predicate".  Recommend utf-8-emacs instead of emacs-mule.
(Key Binding Conventions): Emacs does use S-down-mouse-1, for
mouse-appearance-menu.
(Programming Tips): Add xref to Progress.

15 years ago(calc-set-mode-line): Check to make sure that the correct Calc buffer
Jay Belanger [Sun, 26 Apr 2009 01:39:48 +0000 (01:39 +0000)]
(calc-set-mode-line): Check to make sure that the correct Calc buffer
gets "Embed" in the mode line.
(calc-mode): Copy stack list for additional Calc buffers.

15 years ago(Tags): Clarify the text some more.
Eli Zaretskii [Sat, 25 Apr 2009 21:13:35 +0000 (21:13 +0000)]
(Tags): Clarify the text some more.

15 years ago* simple.el (line-move-visual): If point is stuck moving backwards
Chong Yidong [Sat, 25 Apr 2009 15:27:45 +0000 (15:27 +0000)]
* simple.el (line-move-visual): If point is stuck moving backwards
against a display string, temporarily ignore the goal
column (Bug#3020).

15 years agoAdd comment for last change.
Chong Yidong [Sat, 25 Apr 2009 14:43:35 +0000 (14:43 +0000)]
Add comment for last change.

15 years ago* configure: Regenerate.
Chong Yidong [Sat, 25 Apr 2009 14:36:01 +0000 (14:36 +0000)]
* configure: Regenerate.
* configure.in: Disable use of FreeType without libXft.

15 years ago* startup.el (normal-top-level): Implement a work-around to handle
Chong Yidong [Sat, 25 Apr 2009 14:25:06 +0000 (14:25 +0000)]
* startup.el (normal-top-level): Implement a work-around to handle
changes to face-font-rescale-alist during initialization (Bug#1785).

15 years ago(Tags): Fix last change.
Eli Zaretskii [Sat, 25 Apr 2009 07:22:50 +0000 (07:22 +0000)]
(Tags): Fix last change.

15 years ago(Tags): Clarify text. (Bug#3101)
Eli Zaretskii [Sat, 25 Apr 2009 07:19:58 +0000 (07:19 +0000)]
(Tags): Clarify text.  (Bug#3101)

15 years ago(clear_cached_metrics): Remove, unused since 2008-08-02.
Jason Rumney [Sat, 25 Apr 2009 06:11:46 +0000 (06:11 +0000)]
(clear_cached_metrics): Remove, unused since 2008-08-02.

15 years agoRegenerate.
Chong Yidong [Sat, 25 Apr 2009 01:40:35 +0000 (01:40 +0000)]
Regenerate.

15 years ago(init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
YAMAMOTO Mitsuharu [Sat, 25 Apr 2009 00:26:34 +0000 (00:26 +0000)]
(init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
Swap bytes in short integer if fringe bitmap width > 8.

15 years ago* net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
Michael Albinus [Fri, 24 Apr 2009 13:54:50 +0000 (13:54 +0000)]
* net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
(tramp-handle-file-name-all-completions): Don't use "-b" as ls
arg.  It does not work on OpenBSD.  Reported by Taylor Venable
<taylor@metasyntax.net>.

15 years agoFix typos.
Juanma Barranquero [Fri, 24 Apr 2009 00:57:34 +0000 (00:57 +0000)]
Fix typos.

15 years agoFix typos.
Juanma Barranquero [Fri, 24 Apr 2009 00:46:01 +0000 (00:46 +0000)]
Fix typos.

15 years agoRevert incorrect checkin.
Chong Yidong [Thu, 23 Apr 2009 12:22:19 +0000 (12:22 +0000)]
Revert incorrect checkin.

15 years ago* hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
Chong Yidong [Thu, 23 Apr 2009 01:34:54 +0000 (01:34 +0000)]
* hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
(hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).

15 years ago(Fx_list_fonts): If a font size is specified in PATTERN, set it in
Kenichi Handa [Thu, 23 Apr 2009 01:34:15 +0000 (01:34 +0000)]
(Fx_list_fonts): If a font size is specified in PATTERN, set it in
returned scalable fonts.

15 years ago(Security): Mention that EasyPG is the current default.
Daiki Ueno [Wed, 22 Apr 2009 07:34:17 +0000 (07:34 +0000)]
(Security): Mention that EasyPG is the current default.

15 years ago* keyboard.c (Fset_input_meta_mode): Doc fix.
Chong Yidong [Wed, 22 Apr 2009 04:32:21 +0000 (04:32 +0000)]
* 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.

15 years agoChecked os.texi.
Chong Yidong [Wed, 22 Apr 2009 04:23:09 +0000 (04:23 +0000)]
Checked os.texi.

15 years agoUpdate documentation status.
Chong Yidong [Wed, 22 Apr 2009 04:22:20 +0000 (04:22 +0000)]
Update documentation status.

15 years ago* os.texi (Command-Line Arguments): Document
Chong Yidong [Wed, 22 Apr 2009 04:21:39 +0000 (04:21 +0000)]
* 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.

15 years ago* term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
Chong Yidong [Wed, 22 Apr 2009 03:51:25 +0000 (03:51 +0000)]
* term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
replacing "terminal id" with "terminal object".

15 years ago* term.c (Ftty_display_color_p, Ftty_display_color_cells)
Chong Yidong [Wed, 22 Apr 2009 03:43:06 +0000 (03:43 +0000)]
* 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".

15 years agoMinor comment fix.
Chong Yidong [Wed, 22 Apr 2009 03:37:30 +0000 (03:37 +0000)]
Minor comment fix.

15 years agoDocumented initial-buffer-choice.
Chong Yidong [Wed, 22 Apr 2009 01:29:46 +0000 (01:29 +0000)]
Documented initial-buffer-choice.

15 years ago* entering.texi (Entering Emacs): Document initial-buffer-choice.
Chong Yidong [Wed, 22 Apr 2009 01:29:25 +0000 (01:29 +0000)]
* entering.texi (Entering Emacs): Document initial-buffer-choice.
* building.texi (Lisp Interaction): Document initial-scratch-message.

15 years agoAdd bug reference.
Juanma Barranquero [Tue, 21 Apr 2009 12:03:46 +0000 (12:03 +0000)]
Add bug reference.

15 years ago(font_score): Check AVGWIDTH too.
Kenichi Handa [Tue, 21 Apr 2009 07:30:00 +0000 (07:30 +0000)]
(font_score): Check AVGWIDTH too.

15 years agoFix bug number in comment.
Martin Rudalics [Tue, 21 Apr 2009 07:19:01 +0000 (07:19 +0000)]
Fix bug number in comment.

15 years ago(diff-find-source-location): Don't call
Martin Rudalics [Tue, 21 Apr 2009 06:56:51 +0000 (06:56 +0000)]
(diff-find-source-location): Don't call
diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3030)

15 years ago(font_load_for_lface): Cancel previous change.
Kenichi Handa [Tue, 21 Apr 2009 06:46:39 +0000 (06:46 +0000)]
(font_load_for_lface): Cancel previous change.

15 years ago(decode_coding_utf_16): Reduce charbuf_end for the
Kenichi Handa [Tue, 21 Apr 2009 06:36:21 +0000 (06:36 +0000)]
(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.

15 years ago(unidata-get-decomposition): Fix previous change.
Kenichi Handa [Tue, 21 Apr 2009 02:11:25 +0000 (02:11 +0000)]
(unidata-get-decomposition): Fix previous change.

15 years agoRe-generated.
Kenichi Handa [Tue, 21 Apr 2009 02:10:41 +0000 (02:10 +0000)]
Re-generated.

15 years agoadmin/quick-install-emacs: Update get_config_var for autoconf 2.62
Miles Bader [Tue, 21 Apr 2009 00:39:00 +0000 (00:39 +0000)]
admin/quick-install-emacs: Update get_config_var for autoconf 2.62

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1585

15 years ago(proced-sort): Declare it buffer-local.
Roland Winkler [Mon, 20 Apr 2009 20:42:45 +0000 (20:42 +0000)]
(proced-sort): Declare it buffer-local.
(proced-send-signal): Handle non-nil signals.

15 years ago(rfc2047-decode-region): Don't skip past `start', which
Stefan Monnier [Mon, 20 Apr 2009 16:17:51 +0000 (16:17 +0000)]
(rfc2047-decode-region): Don't skip past `start', which
could happen if the text is only composed of spaces and/or tabs.

15 years ago* emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
Juanma Barranquero [Mon, 20 Apr 2009 03:19:19 +0000 (03:19 +0000)]
* emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
  spacing is required in the message output, as the comment suggests).

15 years ago* emacsclient.c (print_help_and_exit): Clarify argument placement
Chong Yidong [Mon, 20 Apr 2009 02:52:56 +0000 (02:52 +0000)]
* emacsclient.c (print_help_and_exit): Clarify argument placement
for short option names.

15 years ago* os.texi (Startup Summary): Copyedits. The init file is not
Chong Yidong [Mon, 20 Apr 2009 01:34:27 +0000 (01:34 +0000)]
* 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.

15 years agoThe following changes fix Bug#3005 for wide glyphs on each platform,
Jason Rumney [Sun, 19 Apr 2009 15:09:25 +0000 (15:09 +0000)]
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.

15 years agoMake Emacs compile when Gtk+ and -DGTK_DISABLE_DEPRECATED is used.
Jan Djärv [Sun, 19 Apr 2009 10:53:15 +0000 (10:53 +0000)]
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.

15 years ago(list-colors-duplicates): w32-default-color-map is a function.
Jason Rumney [Sat, 18 Apr 2009 13:52:29 +0000 (13:52 +0000)]
(list-colors-duplicates): w32-default-color-map is a function.

15 years ago(font_put_frame_data): Use xfree instead of free.
Andreas Schwab [Sat, 18 Apr 2009 13:29:59 +0000 (13:29 +0000)]
(font_put_frame_data): Use xfree instead of free.

15 years ago* msdog.texi (Windows Fonts): Fix typos.
Juanma Barranquero [Sat, 18 Apr 2009 12:40:46 +0000 (12:40 +0000)]
* msdog.texi (Windows Fonts): Fix typos.

15 years ago* files.texi (Save Commands): Fix pxref.
Juanma Barranquero [Sat, 18 Apr 2009 12:33:17 +0000 (12:33 +0000)]
* files.texi (Save Commands): Fix pxref.

15 years agoepa-file: fix garble with decode-coding-inserted-region
Daiki Ueno [Sat, 18 Apr 2009 04:55:50 +0000 (04:55 +0000)]
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.

15 years ago* net/rcirc.el (rcirc): Use correct property names (Bug#3037).
Chong Yidong [Sat, 18 Apr 2009 03:44:57 +0000 (03:44 +0000)]
* net/rcirc.el (rcirc): Use correct property names (Bug#3037).

15 years ago* thingatpt.el (thing-at-point-bounds-of-list-at-point): New
Chong Yidong [Sat, 18 Apr 2009 03:39:28 +0000 (03:39 +0000)]
* thingatpt.el (thing-at-point-bounds-of-list-at-point): New
function (Bug#3027).

15 years ago* files.texi (Save Commands): Mention diff-buffer-with-file.
Chong Yidong [Sat, 18 Apr 2009 01:41:53 +0000 (01:41 +0000)]
* files.texi (Save Commands): Mention diff-buffer-with-file.
(Comparing Files): Document diff-buffer-with-file.  Suggested by Magnus
Henoch (Bug#3036).

15 years ago* w32font.c (Qja, Qko): Remove declarations.
Juanma Barranquero [Fri, 17 Apr 2009 19:04:49 +0000 (19:04 +0000)]
* w32font.c (Qja, Qko): Remove declarations.
  (syms_of_w32font): Don't DEFSYM them.

15 years ago* font.c (Qja, Qko): Move definitions here from ftfont.c.
Chong Yidong [Fri, 17 Apr 2009 18:38:00 +0000 (18:38 +0000)]
* 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.

15 years ago(unidata-get-decomposition): Adjust Hangle decomposition rule to
Kenichi Handa [Fri, 17 Apr 2009 02:36:03 +0000 (02:36 +0000)]
(unidata-get-decomposition): Adjust Hangle decomposition rule to
Unicode.