1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

28737 commits

Author SHA1 Message Date
Juanma Barranquero
88dbda519d Fix typos.
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.

* lisp/org/org-exp.el (org-export-visible):
* lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
  Fix typos in docstrings.
2010-10-23 01:38:34 +02:00
Juanma Barranquero
cd5ad71278 src/frame.c: Fix previous change. 2010-10-22 12:52:08 +02:00
Eli Zaretskii
89baa1df69 Document values of window-system and deprecate its use as predicate.
src/frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
 Document all values.
 src/dispnew.c (syms_of_display) <initial-window-system, window-system>:
 Deprecate use as a boolean flag.  Document all values.
 src/display.texi (Window Systems): Deprecate use of window-system as
 a predicate.
2010-10-22 12:35:31 +02:00
Ken Brown
5419963b85 * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). 2010-10-18 08:23:41 -04:00
Kenichi Handa
31daa5e17c Fix incorrect font metrics when the same font is opened with different pixelsizes. 2010-10-15 16:49:11 +09:00
Juanma Barranquero
9d4f32e88a src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
Damyan Pepper
9fa828240d Fix handling of font properties on Windows (bug#6303).
* src/font.c (font_filter_properties): New function, refactored from
  ftfont_filter_properties.
* src/font.h (font_filter_properties): Declare.
* src/ftfont.c (ftfont_filter_properties): Use font_filter_properties.
* src/w32font.c (w32font_booleans, w32font_non_booleans): New variables.
  (w32font_filter_properties): New function.
  (w32font_driver): Add w32font_filter_properties.
2010-10-13 16:07:28 +02:00
Juanma Barranquero
c0943d3db2 Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.

* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
  Fix typo in message.
  (semantic-symref-list-map-open-hits): Fix typo in docstring.

* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.

* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.

* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.

* lisp/org/org-agenda.el (org-prefix-category-length)
  (org-prefix-category-max-length): Fix typos in docstrings.

* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-13 01:25:19 +02:00
Juanma Barranquero
51e4f4a88d Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-12 17:16:57 +02:00
Kenichi Handa
ad1746f5db Fix typos in comments 2010-10-12 21:52:05 +09:00
Jan Djärv
a2e35ef5d5 Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.
* lisp/cus-start.el (all): ns-right-alternate-modifier is new.

* lisp/term/ns-win.el (ns-right-alternate-modifier): New defvar.
(ns-right-option-modifier): New alias for ns-right-alternate-modifier.
(mac-right-option-modifier): New alias for ns-right-option-modifier.

* src/nsterm.m (Qleft): Declare.
(ns_right_alternate_modifier): New variable
(NSRightAlternateKeyMask): New define.
(EV_MODIFIERS): Parse NSRightAlternateKeyMask if
ns_right_alternate_modifier isn't Qleft.
(keyDown): If ns_right_alternate_modifier isn't Qleft, use it
as emacs modifier for NSRightAlternateKeyMask.
(syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
2010-10-11 21:18:08 +02:00
Michael Albinus
2e828c79a3 * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.
(xd_pending_messages): Catch xd_get_dispatch_status calls.
2010-10-08 13:40:23 +02:00
Glenn Morris
2b7c934285 ChangeLog fix. 2010-10-07 20:19:47 -07:00
Kenichi Handa
93d50df81d coding.c (complement_process_encoding_system): Fix previous change. 2010-10-08 09:43:16 +09:00
Kenichi Handa
ff06de4f50 merge emacs-23 2010-10-04 10:53:48 +09:00
Kenichi Handa
5886ec9c0c coding.c (complement_process_encoding_system): Fix previous change. 2010-10-04 10:47:51 +09:00
Michael Albinus
a79b0f2863 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
(Fdbus_init_bus): ... here.  (Bug#7113)
2010-10-03 11:23:07 +02:00
Glenn Morris
7b2bf907f1 Doc fix.
* src/buffer.c (before-change-functions, after-change-functions):
Three-year overdue doc fix following 2007-08-13 change.
2010-10-02 18:23:50 -07:00
Kenichi Handa
1911a33b9d Fix complementing of a coding system 2010-10-02 10:44:50 +09:00
Kenichi Handa
fcaf88782b Complement a coding system for encoding arguments and input to a process. 2010-09-30 13:28:34 +09:00
Kenichi Handa
9fb7a510c9 merge emacs-23 2010-09-29 09:55:58 +09:00
Kenichi Handa
18acb5ad4f xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123). 2010-09-29 09:52:03 +09:00
Michael Albinus
dec8346846 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
is more portable.

* keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
(kbd_buffer_get_event): ... here. This is needed for cygwin, which
has not defined SIGIO.
2010-09-28 15:39:22 +02:00
Michael Albinus
789af3cd80 * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
(Bug#7113)
2010-09-27 15:27:54 +02:00
Michael Albinus
11a5af7c3f * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
(Bug#7113)
2010-09-27 14:44:26 +02:00
Michael Albinus
e0720500f6 * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.
(Bug#7113)
2010-09-27 10:59:16 +02:00
Jan D
42d3022b00 * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds. 2010-09-26 17:39:10 +02:00
Stefan Monnier
fbb3da770f * src/syntax.c (back_comment): Detect the case where a 1-char comment
starter is also the 2nd char of a 2-char comment ender.
2010-09-21 17:52:13 +02:00
Jan D
2b5b82db49 Make sure detached tool bar menu isn't blank.
* gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
2010-09-17 11:58:44 +02:00
Jan D
5f61a25c8a Fix bug 7013, only do send event if wanted state != current state.
* xterm.c (get_current_vm_state): New function.
(do_ewmh_fullscreen): Call get_current_vm_state and compare with
want_fullscreen so set_wm_state calls are few (Bug#7013).
(x_handle_net_wm_state): Move code to get_current_vm_state and
call that function.
2010-09-12 15:23:59 +02:00
Stefan Monnier
65c92e318d Update name of <emacs-bugs-7626@cbane.org> 2010-09-12 14:29:25 +02:00
Anonymous
65b3d997c8 * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). 2010-09-11 14:53:21 +02:00
Kenichi Handa
a552b35afa coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift. 2010-09-08 11:21:03 +09:00
Kenichi Handa
396475b7c1 coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte. 2010-09-07 20:08:46 +09:00
Kenichi Handa
d419e1d94e Fix handling of 8-bit characters in a display table. 2010-08-31 16:49:21 +09:00
Kenichi Handa
769ae9e16f term.c (encode_terminal_code): Encode byte chars to the correspnding bytes. 2010-08-29 14:15:34 +09:00
Andreas Schwab
b72e07172e * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
instead of SAFE_ALLOCA.
2010-08-17 23:07:50 +02:00
Chong Yidong
3a7a912990 Avoid stack overflow in let, eval, and apply (Bug#6214).
* eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA (Bug#6214).
2010-08-17 12:34:28 -04:00
Jan D
983b830220 * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S. 2010-08-14 08:42:09 +02:00
Jan D
7d1b9df355 * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. 2010-08-13 12:32:37 +02:00
Peter O'Gorman
2294b255d8 * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
definitions.
(HAVE_TERMIO): Remove.
2010-08-09 08:51:28 -07:00
Kenichi Handa
7a84eee5b7 Improve the encoding by compound-text-with-extensions. 2010-08-06 17:11:19 +09:00
Juanma Barranquero
f5f6c0e0a7 * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
* xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
2010-08-01 06:28:09 +02:00
Juanma Barranquero
b756c005a9 fns.c: Doc fixes. 2010-07-30 02:54:53 +02:00
Juanma Barranquero
b4f588fa4a Document arguments passed to `read-buffer-function' (bug#5625).
* doc/lispref/minibuf.texi (High-Level Completion): Document args of
  `read-buffer-function'.
* src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
2010-07-28 02:15:49 +02:00
Ken Brown
9f8c08a717 * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition. 2010-07-27 07:10:48 -04:00
Christoph Scholtes
a2a0d36b5b * minibuf.c (Fread_buffer): Doc fix (bug#6528). 2010-07-26 01:56:56 +02:00
Christoph Scholtes
a77cfeaf4b * window.c (Fwindow_height): Doc fix (bug#6518). 2010-07-23 01:57:23 +02:00
Juanma Barranquero
14fb570491 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix. 2010-07-21 12:45:01 +02:00
Jan D
499322cef9 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
is related to the menu bar (Bug#6499).
2010-07-17 11:59:19 +02:00