1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
Commit graph

89875 commits

Author SHA1 Message Date
Chong Yidong
b2a77f6dc3 (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.
2009-03-30 21:57:28 +00:00
Chong Yidong
4bbe48ec13 * help.texi (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.
2009-03-30 21:57:07 +00:00
Stefan Monnier
c542407dc8 (map_charset_for_dump): Add missing UNGCPRO. 2009-03-30 15:38:56 +00:00
Andreas Schwab
c21d4d1a0b (ansi-color-get-face): Use
ansi-color-parameter-regexp to match parameters.
(ansi-color-regexp): Include final `m' in first group.
2009-03-30 15:35:52 +00:00
Jason Rumney
b90f9e54eb *** empty log message *** 2009-03-30 15:07:08 +00:00
Jason Rumney
48981b8b81 (locate-dominating-stop-dir-regexp): Stop searching
when a UNC mount point is reached.
2009-03-30 13:48:06 +00:00
Kenichi Handa
d8d2f142e0 (fontset_from_font): Specify only registry in a font-spec for all
characters supported by that registry.
2009-03-30 12:51:11 +00:00
Kenichi Handa
e386973195 Fix previous change. Define ftfont_variation_glyphs
even if HAVE_M17N_FLT is not defined.
2009-03-30 05:39:01 +00:00
Jay Belanger
fd7299fdfd *** empty log message *** 2009-03-30 02:55:47 +00:00
Jay Belanger
4880bb30ba (calc-buffer-list): New variable.
(calc-kill-stack-buffer): New function.
(calc-mode): Add `calc-kill-stack-buffer' to
`kill-buffer-query-functions'.
Add current buffer to `calc-buffer-list'.
2009-03-30 02:19:07 +00:00
Jay Belanger
e42ed20cbb (calc-embedded-restore-original-modes): Add argument for Calculator buffer.
(calc-do-embedded): Use specific Calculator buffer when cancelling
embedded mode.
2009-03-30 02:17:40 +00:00
Kenichi Handa
be7572015b (chinese-big5): Change type to `big5'. 2009-03-30 01:52:26 +00:00
Chong Yidong
f422799841 Fix last change. 2009-03-30 01:15:08 +00:00
Chong Yidong
f1389359d0 (help-buffer): Add docstring. 2009-03-30 01:06:27 +00:00
Chong Yidong
c2ba9ee0b0 * help-mode.el (help-buffer): Add docstring. 2009-03-30 01:06:14 +00:00
Juanma Barranquero
294a5fcdba Fix typos. 2009-03-29 21:42:55 +00:00
Chong Yidong
4c11694459 with-help-window is already documented. 2009-03-29 19:50:31 +00:00
Chong Yidong
bbe45ef7c0 (Help Functions): Remove a sentence about long-obsolete Emacs versions. 2009-03-29 19:14:21 +00:00
Chong Yidong
87f649f65c * help.texi (Help Functions): Remove a sentence about long-obsolete
Emacs versions.
2009-03-29 19:14:13 +00:00
Chong Yidong
9e375bf071 (Accessing Documentation): Remove a sentence about long-obsolete Emacs versions. 2009-03-29 18:22:37 +00:00
Chong Yidong
9eb52e90b2 * help.texi (Accessing Documentation): Remove a sentence about
long-obsolete Emacs versions.
2009-03-29 18:22:10 +00:00
Chong Yidong
ecc7b4bf30 Checked modes.texi. 2009-03-29 17:42:43 +00:00
Chong Yidong
2079438ac6 (Mode Line Variables): The default values of the mode
line variables are now more complicated.
2009-03-29 17:42:26 +00:00
Chong Yidong
b9723f3984 * modes.texi (Mode Line Variables): The default values of the mode
line variables are now more complicated.
2009-03-29 17:42:11 +00:00
Chong Yidong
3ce80cbea3 Conditionalize prototyping and use of ftfont_variation_glyphs. 2009-03-29 17:12:26 +00:00
Chong Yidong
5da5f80524 * ftfont.c: Conditionalize prototyping and use of ftfont_variation_glyphs. 2009-03-29 17:12:10 +00:00
David Reitter
4c785fa701 (ns-expand-space): remove defvar.
(S-,): bind to `customize' in line with menu item.
([global-map windows]): remove (in line with other platforms).
(menu-bar-update-frames, force-menu-bar-update-buffers,force-menu-bar-update-buffers,force-menu-bar-update-buffers): remove, not needed.
(menu-bar-update-hook): do not alter.
(generate-fontset-menu,mouse-set-font): amend doc string of these defaliases to point out their altered meaning in NS.
2009-03-29 00:00:30 +00:00
David Reitter
5848d13016 *** empty log message *** 2009-03-28 23:58:45 +00:00
Juri Linkov
7f3130fc99 (minibuffer-default-add-completions):
Remove `(interactive)'.  (Bug#2805)
2009-03-28 21:18:02 +00:00
Jan Djärv
e390f3a3fc Point to etc/PROBLEMS for Gtk+ and display exit problem. 2009-03-28 16:03:03 +00:00
Chong Yidong
c986813b27 (Derived Modes): Note that define-derive-mode sets the mode-class
property.
2009-03-28 13:49:57 +00:00
Chong Yidong
31c9eebb5a * modes.texi (Derived Modes): Note that define-derive-mode sets the
mode-class property.
2009-03-28 13:49:50 +00:00
Chong Yidong
893cdc5799 Documented special-mode. 2009-03-28 13:39:10 +00:00
Chong Yidong
4163374057 (Major Mode Conventions): Note that specialness is inherited. 2009-03-28 13:38:55 +00:00
Chong Yidong
3c25a5a986 * modes.texi (Major Mode Conventions): Note that specialness is
inherited.
2009-03-28 13:37:36 +00:00
Eli Zaretskii
7f94baf012 (shell-quote-wildcard-pattern): Doc fix. 2009-03-28 12:27:52 +00:00
Stefan Monnier
9628fed721 * editfns.c (general_insert_function): Adjust to insdel.c changes.
* insdel.c (prepare_to_modify_buffer, signal_before_change):
Some more EMACS_INT.
* lisp.h (copy_text, count_size_as_multibyte): Fix last change.
2009-03-28 04:53:04 +00:00
Stefan Monnier
08c8710454 (dump_glyph): Fix typo. 2009-03-28 04:52:28 +00:00
Stefan Monnier
29edae16f0 (delete_frame): Work around compiler bug. 2009-03-28 04:52:12 +00:00
Chong Yidong
b4fcdf02b8 Checked keymaps.texi. 2009-03-28 03:23:08 +00:00
Chong Yidong
260c0dc1ca (Prefix Keys): The M-g prefix key is now named goto-map. Add
search-map to the list.
2009-03-28 03:18:24 +00:00
Chong Yidong
b0cc32db4c * keymaps.texi (Prefix Keys): The M-g prefix key is now named
goto-map.  Add search-map to the list.
2009-03-28 03:17:55 +00:00
Stefan Monnier
ae19ba7cfc * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
(adjust_markers_gap_motion, adjust_markers_for_delete)
(adjust_markers_for_insert, adjust_point)
(adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
(make_gap, copy_text, count_size_as_multibyte, insert)
(insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, insert_1)
(count_combining_before, count_combining_after, insert_1_both)
(insert_from_string, insert_from_string_before_markers)
(insert_from_string_1, insert_from_gap, insert_from_buffer)
(insert_from_buffer_1, adjust_after_replace)
(adjust_after_replace_noundo, adjust_after_insert, replace_range)
(replace_range_2, del_range, del_range_1, del_range_byte)
(del_range_both, del_range_2, modify_region)
(prepare_to_modify_buffer, signal_before_change)
(signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
for buffer positions and sizes.
* lisp.h: Adjust prototypes accordingly.
* fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
(non_regular_inserted, non_regular_nbytes, read_non_regular)
(Finsert_file_contents): Use EMACS_INT for buffer positions.
2009-03-28 02:24:22 +00:00
Stefan Monnier
ab226c5075 (Finsert_file_contents): Don't limit size to INT_MAX/4. 2009-03-28 02:06:06 +00:00
Jan Djärv
46dfb8fbad (handle_one_xevent): Call x_handle_net_wm_state if
the property _NET_WM_STATE has changed.
updated.
(x_handle_net_wm_state): New function to update frame parameter
fullscreen.
(x_term_init): Initialize atoms for _NET_WM_STATE.
2009-03-27 18:40:04 +00:00
Jan Djärv
fc82c45286 (struct x_display_info): Add atoms for _NET_WM_STATE. 2009-03-27 18:37:41 +00:00
Eli Zaretskii
0c6af6ddeb (ls-lisp-insert-directory): Allow for a trailing '/' when looking for "."
and "..".  (Bug#2801)
2009-03-27 18:34:58 +00:00
Jan Djärv
5a9aae2ec9 (x_set_font): If the fullscreen property is non-nil, adjust
lines and columns so we keep the same pixel height and width.
2009-03-27 18:30:55 +00:00
Andreas Schwab
11ff3b6711 * simple.el (shift-select-mode): Make it a defcustom.
* cus-start.el: Remove shift-select-mode.
2009-03-27 16:50:14 +00:00
Stefan Monnier
d347e4943a * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
Gpm_GetEvent as an error that justifies closing the filedescriptor.
* term.c (close_gpm): Get the filedescriptor as a (new) parameter.
(Fgpm_mouse_stop): Pass that new parameter.
* termhooks.h (close_gpm): Adjust prototype.
2009-03-27 16:14:23 +00:00