Commit graph

93133 commits

Author SHA1 Message Date
Glenn Morris
a0cefee5c1 (message-sort-headers): Define for compiler. 2009-12-14 03:28:34 +00:00
Kenichi Handa
a63dba4250 (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
in 8-bit encoding.
2009-12-14 01:20:29 +00:00
Glenn Morris
2f1b7dc4a2 (report-emacs-bug): In message-mode, sort manually before storing
original report text.  (Bug#5178)
Remove superfluous save-excursion.
2009-12-13 23:43:17 +00:00
Reiner Steib
029dda9c93 (mm-sign-option, mm-encrypt-option): Add :version tag. 2009-12-13 19:14:28 +00:00
Jan Djärv
36acb2a706 Set the extended window manager hint for tooltip windows.
* xfns.c (x_create_tip_frame): Set the extended window manager hint for
tooltip windows.

* xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
Xatom_net_window_type.

* xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
Xatom_net_window_type.
2009-12-13 15:39:28 +00:00
Jan Djärv
b8f0067758 Work around warning about g_set_prgname() called multiple times.
* xterm.c (my_log_handler): New function.
(x_term_init): Set my_log_handler as log handler during gtk_init
so we can filter out buggy messages. (bug #5120).
2009-12-13 14:24:22 +00:00
Jan Djärv
e5f0bc9ada Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
* xterm.c (xg_scroll_callback): Parameter list changed,
use parameter GtkScrollType to determine scroll/line/page.
Only allow dragging if a button < 4 is grabbed (bug #5177).
(xg_end_scroll_callback): New function.
(x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
xg_create_scroll_bar.

* gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
(scroll_end_callback): Remove.
(xg_create_scroll_bar): Add parameter end_callback, bind it to
button-release-event.  Replace value-changed event with change-value,
bug #5177,
(xg_event_is_for_scrollbar): Only return true if button is less than 4,
bug #5177.

* gtkutil.h (XG_LAST_SB_DATA): Remove.
(xg_create_scroll_bar): Add GCallback end_callback.
2009-12-13 13:31:35 +00:00
Jan Djärv
223e5fc656 xftfont.c: Parse symbolic names for constants also.
(QClcdfilter): New variable.
(xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
(syms_of_xftfont): Initialize QClcdfilter.
2009-12-13 13:16:17 +00:00
Chong Yidong
bd7705929b Add commentary about how to use Semantic. 2009-12-13 01:55:09 +00:00
Dmitry Dzhus
70e013b4ac NEWS entry for gdb-mi GSoC changes. 2009-12-12 22:49:55 +00:00
Michael Albinus
31bb373f92 * net/dbus.el (dbus-property-handler): Filter lambda forms out
when responding to "GetAll" properties.
2009-12-12 19:18:33 +00:00
Jan Djärv
ba68c0b0c4 Fix typo. 2009-12-12 17:11:41 +00:00
Chong Yidong
5e1d496851 * simple.el (compose-mail): Remove mail-setup-with-from from
customization checks.
2009-12-12 17:01:03 +00:00
Jan Djärv
3c055b77ae DPI might get set to 0 if we saw some Xsettings, but not DPI.
xsettings.c (struct xsettings): Add member seen.
(parse_xft_settings): Update member seen with what we have read.
Return 0 if Xft-settings have been parsed, 0 otherwise.
(apply_xft_settings): Only update Xft settings with what member seen
indicates as new.
2009-12-12 16:12:59 +00:00
Eli Zaretskii
05fe33ff4c (struct text_pos): Use EMACS_INT;
(struct glyph): Use EMACS_INT for charpos.
(struct it): Use EMACS_INT for stop_charpos, end_charpos, region_beg_charpos,
region_end_charpos, redisplay_end_trigger_charpos, and also for
iterator_stack_entry.end_charpos and iterator_stack_entry.stop_charpos.
2009-12-12 13:41:21 +00:00
Jan Djärv
e8d7886a67 gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
(scroll_end_callback): New function (bug #5177)
(xg_create_scroll_bar): Call scroll_end_callback on button release
event (bug #5177).
(xg_event_is_for_scrollbar): != replaced with ==.
2009-12-12 12:29:15 +00:00
Reiner Steib
4a9b5bf5e0 (message-info): Explain why we use `Info-goto-node'. 2009-12-12 11:53:27 +00:00
Eli Zaretskii
097d86f9b2 (archive-rar-summarize): Support Attribute fields in RAR archives
created on Unix systems.
2009-12-12 09:49:09 +00:00
Stefan Monnier
1d4adede54 (minibuffer-local-must-match-filename-map): Re-instate the varalias that was
accidentally removed by the 2009-11-19 change (bug#5186).
2009-12-12 05:23:54 +00:00
Miles Bader
7d943b060d Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1645
2009-12-12 04:54:26 +00:00
Kenichi Handa
cb14aa2e5f (malayalam-composable-pattern): Fix previous change. 2009-12-12 02:28:05 +00:00
Kenichi Handa
3ff3655cac (indian-compose-regexp): New function.
(malayalam-composable-pattern): Fix the pattern.
(composition-function-table): Set malayalam-composable-pattern for
Malayalam characters.
2009-12-12 02:20:34 +00:00
Kenichi Handa
d0db2ec8c0 (struct ftfont_info): New member matrix.
(ftfont_open): Setup xftfont_info->matrix.
(MFLTFontFT): New member matrix.
(FLOOR, CEIL, ROUND): New macros.
(ftfont_get_metrics): Handle matrix transformation.
(ftfont_shape_by_flt): New arg matrix.  Callers changed.
2009-12-12 02:14:16 +00:00
Kenichi Handa
91ce241591 (struct xftfont_info): New member matrix.
(xftfont_open): Setup xftfont_info->matrix.
2009-12-12 02:11:29 +00:00
Miles Bader
d356f4fcff Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
2009-12-11 20:48:03 +00:00
Chong Yidong
315eb96d01 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
rather than down-mouse-1, based on follow-link conventions.
2009-12-11 17:02:03 +00:00
Chong Yidong
82d3343cd8 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
are compiled.
2009-12-11 16:48:02 +00:00
Dan Nicolaescu
86a4c7ac2b * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re,
verilog-vmm-statement-re, verilog-ovm-statement-re,
verilog-defun-level-not-generate-re, verilog-calculate-indent,
verilog-leap-to-head, verilog-backward-token): Fix
indenting VMM macros.  Reported by Jonathan Ashbrook.

* verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
Cleanup user-visible spelling and documentation errors.  One
reported by Gary Delp.
(verilog-submit-bug-report): Mention bug tracking and CC
co-author.
(verilog-read-decls): Fix AUTOWIRE with types declared in a
package, bug195.  Reported by Pierre-David Pfister.
2009-12-11 02:31:49 +00:00
Glenn Morris
47641aacc1 (safe-pos-list): Define for compiler. 2009-12-11 01:46:24 +00:00
Glenn Morris
4e6a65b942 Fix thinko. 2009-12-11 01:27:40 +00:00
Glenn Morris
d2b4efdac1 Fix typo. 2009-12-11 01:26:58 +00:00
Glenn Morris
850948552d No longer require sendmail.
Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
(report-emacs-bug-orig-text): Doc fix.
(report-emacs-bug-send-command, report-emacs-bug-send-hook):
New local variables, to adapt to different mail-user-agents.
(report-emacs-bug): Fix test for a gnu.org address.
Use overlays for emphasis, since font-lock defeats 'face property.
Pretest bugs also end up at the newsgroup these days.
Stop message-mode stripping text properties.
Set and use the new buffer-local variables.
(report-emacs-bug-hook): Add doc-string.
Remove some unnecessary save-excursions and simplify.
Use the appropriate hook and send-command.
2009-12-11 01:21:35 +00:00
Glenn Morris
fe03f49a4a (emacs-lisp-mode-map): Standardize the capitalization of some menu entries. 2009-12-11 01:20:04 +00:00
Vinicius Jose Latorre
345427f02a Asure buffer-display-table is unique when two or more windows are visible. 2009-12-11 01:04:55 +00:00
Vinicius Jose Latorre
a025644d65 Doc fix. 2009-12-10 22:58:40 +00:00
Jan Djärv
f1957a3361 configure.in: Check for RSVG if GNUStep is used. 2009-12-10 19:27:37 +00:00
Eli Zaretskii
c70ccbba54 (archive-rar-summarize): Allow between 6 and 7 characters in the
Attribute field.
2009-12-10 19:25:36 +00:00
Alan Mackenzie
d0fcee6698 Fix bug#5091: indentation in c++-mode.
* cc-mode.el (c-basic-common-init): make text property `category' rear
non-sticky.

* cc-engine.el (c-ssb-lit-begin): New defsubst, extracted from ....
(c-syntactic-skip-backward): Refactor, extracting the above.
(c-guess-basic-syntax CASEs 5D.3, 5L): Add extra anchor point;
(c-guess-basic-syntax CASE 19): New CASE to handle template construct
continued over line boundary.
(c-guess-basic-syntax CASE 7): don't trigger on '<'.
2009-12-10 14:29:11 +00:00
Dan Nicolaescu
f1943c1ba5 (vc-svn-after-dir-status): Fix regexp. (Bug#4741) 2009-12-10 14:24:42 +00:00
Stefan Monnier
c7dcb0f118 Remove mention of latex-complete, which was removed before the release. 2009-12-10 08:47:26 +00:00
Stefan Monnier
1c67aeaafb Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
* emacs-lisp/autoload.el (autoload-generate-file-autoloads):
Disregard autoload-excludes.
(update-directory-autoloads): Obey autoload-excludes here instead.
But don't store its contents in no-autoloads and remove entries that
refer to excludes files.
2009-12-10 08:46:54 +00:00
Glenn Morris
8c0171c0ee (top-level): Move require 'mail-utils to start.
(expand-mail-aliases): Define for compiler.
2009-12-10 08:25:58 +00:00
Glenn Morris
dba372dd28 (log-view-vc-backend, log-view-vc-fileset): Define for compiler. 2009-12-10 08:24:41 +00:00
Glenn Morris
d8194864bc (report-emacs-bug): Use whichever send command is appropriate for the
mail-user-agent in use.
2009-12-10 08:17:15 +00:00
Chong Yidong
03dcfe0121 * lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
parenthesis for macros for nmake compatibility.
2009-12-09 20:15:56 +00:00
Jan Djärv
62b7c42208 configure.in: Don't check for RSVG or GConf unless X11 is used. 2009-12-09 18:46:53 +00:00
Andreas Schwab
b87dd91373 * xsettings.c: Include "keyboard.h". 2009-12-09 14:30:37 +00:00
Andreas Schwab
eba5eb94c7 (xg_tool_bar_proxy_help_callback): Fix missing return. 2009-12-09 14:26:26 +00:00
Andreas Schwab
2cc7b62f11 * cmds.c: Include "frame.h".
* frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
* frame.h: Move declaration of delete_frame outside of
HAVE_WINDOW_SYSTEM.
2009-12-09 14:20:49 +00:00
Andreas Schwab
075f2ecf36 Regenerate. 2009-12-09 13:14:08 +00:00