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

65755 commits

Author SHA1 Message Date
Stefan Monnier
ca77ee4506 (read_filtered_event): Treat select-window just like switch-frame. 2006-07-02 14:34:30 +00:00
Stefan Monnier
5937a3fdbd (set-window-text-height): Only set window-min-height to
1 if that's the requested size.
2006-07-02 14:32:52 +00:00
Stefan Monnier
e78cf8e555 (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
(diff-unified->context, diff-context->unified)
(diff-reverse-direction): Make sure the end marker stays at the end.
(diff-mode): Add the keymap table at the end of docstring.
Use lexical-let rather than constructing a closure manually.
2006-07-02 14:29:28 +00:00
Stefan Monnier
e442c62b56 (find-file-noselect-1): Remove unused var assignment.
(hack-local-variables-confirm): Print lists of strings as lists of
strings rather than lists of symbols.
(abbreviate-file-name, hack-local-variables-prop-line):
Use match-string.
(hack-one-local-variable): Move `make-local-variable' nearer its use.
(recover-session-finish): Use line-end-position.
2006-07-02 14:26:53 +00:00
Kim F. Storm
dd6cfb49fc (display_tool_bar_line): Skip glyphs which are too big
to ever fit the tool-bar,
(MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
(tool_bar_lines_needed): Use unused mode-line row as temp_row.
(redisplay_tool_bar): Only clear desired matrix if we actually
change the tool-bar window height.  Only try to make the tool-bar
window bigger if there is actually room for it.
2006-07-01 23:29:04 +00:00
Kim F. Storm
8cb72de5a6 *** empty log message *** 2006-07-01 23:28:38 +00:00
Nick Roberts
73c6136edb Remove incorrect comment about left/right-fringe-width. 2006-06-30 22:41:43 +00:00
Nick Roberts
a871456d11 *** empty log message *** 2006-06-30 22:39:50 +00:00
Francesco Potortì
9a4be099f2 -m and -M options do not exist. 2006-06-30 20:41:12 +00:00
Eli Zaretskii
c6911ab9ef Mention that makeinfo.exe is required for make 'info'. 2006-06-30 13:56:56 +00:00
Eli Zaretskii
6407e67c1b *** empty log message *** 2006-06-30 13:41:54 +00:00
Eli Zaretskii
8958048c29 (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find
the dimensions of the screen work area, and adjust vertical position of the
frame in order to avoid being covered by the task bar.
2006-06-30 13:41:15 +00:00
Eli Zaretskii
1771bb6e00 (w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW
instead of f->top_pos in the call to CreateWindow.  Record the actual position
in f->left_pos and f->top_pos.
2006-06-30 13:40:21 +00:00
Eli Zaretskii
7d0a2d305d (ls in Lisp, Windows Keyboard, Windows Mouse)
(Windows Processes, Windows Misc): Shorten the printed version by
selectively conditioning less important portions by @ifnottex.
2006-06-30 13:27:10 +00:00
Eli Zaretskii
8e338f7b8a *** empty log message *** 2006-06-30 13:08:26 +00:00
Eli Zaretskii
5e0de6a215 (Customizing Faces): Remove -face suffix from face names.
Mention `cvs-msg' face.
2006-06-30 13:08:04 +00:00
Eli Zaretskii
9222ba5e8a Mention etl-unicode fonts in addition to intlfonts. 2006-06-30 12:40:06 +00:00
Eli Zaretskii
f0978a7603 etl-unicode fonts are good for display, not only for ps-print. 2006-06-30 12:35:44 +00:00
Eli Zaretskii
ce7f395670 (Standard Buffer-Local Variables): Update the list of variables. 2006-06-30 12:32:16 +00:00
Juanma Barranquero
ac4d9de06e *** empty log message *** 2006-06-30 08:39:28 +00:00
Juanma Barranquero
0347188a3c (ada-which-compiler, ada-mode-menu, ada-compile-mouse-goto-error,
ada-deactivate-properties, ada-no-auto-case): Fix typos in docstrings.
2006-06-30 08:32:19 +00:00
Miles Bader
f57dad5a17 Add note about "link" button-class to etc/TODO
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-335
2006-06-30 01:54:34 +00:00
John Paul Wallington
639804b390 (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. 2006-06-30 01:34:42 +00:00
Nick Roberts
bd82e91022 (Info-find-node-2): Search for makeinfo version more carefully. 2006-06-30 00:31:21 +00:00
Nick Roberts
4a0730666d *** empty log message *** 2006-06-30 00:30:41 +00:00
Miles Bader
827dc73d41 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 111-112)

   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-333
2006-06-29 22:54:24 +00:00
Bill Wohler
1937adc20b (mh-search, mh-index-group-by-folder): Add "the" in loop construct to
be consistent with other loops, and because edebug doesn't work
without it.
(mh-folder-exists-p): Strip + from folder to avoid redundant +s in
regexp (closes SF #1514424).
2006-06-29 21:04:17 +00:00
Bill Wohler
e0487df876 (mh-mime-save-parts): Add -store option to mhn (closes SF #1513140). 2006-06-29 20:43:44 +00:00
Carsten Dominik
62da23efc5 (section{Structure Editing}): Document checkbox
toggling.
2006-06-29 10:38:45 +00:00
Carsten Dominik
a71f543ed4 *** empty log message *** 2006-06-29 10:38:35 +00:00
Carsten Dominik
10afd8e14f (Checkboxes): New section. 2006-06-29 10:37:54 +00:00
Carsten Dominik
8df0de1c03 (org-prepare-agenda-buffers): Use `invisible-OK' argument
for `org-end-of-subtree'.
	(org-export-cleanup-toc-line): Renamed from
	`org-html-cleanup-toc-line'.
	(org-beginning-of-item): Fixed bug in regular expression for white
	line.
	(org-export-as-html): Enforce space after bullet in plain list
	items.
	(org-set-autofill-regexps): Require space after plain
	list bullet for paragraph-start.
	(org-ts-regexp3): New constant.
	(org-at-timestamp-p): New optional argument ALSO-INACTIVE.
	(org-timestamp-up-day, org-timestamp-down-day)
	(org-timestamp-change): Work with inactive timestamps.
	(org-ts-regexp1): Don't allow brackets in time stamps.
2006-06-29 10:37:08 +00:00
Juanma Barranquero
0625ded0f3 *** empty log message *** 2006-06-29 03:21:40 +00:00
Nick Roberts
a79d347419 (help-xref-symbol-regexp): Add property as a keyword for ignoring links. 2006-06-28 23:29:54 +00:00
Nick Roberts
c7b93b4437 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
for ignoring links.

* faces.el (read-face-name): Use it.
2006-06-28 23:29:26 +00:00
Nick Roberts
9ee1e2d849 *** empty log message *** 2006-06-28 23:27:35 +00:00
Juri Linkov
f98f78735a *** empty log message *** 2006-06-28 14:17:44 +00:00
Juri Linkov
d46104aeee (partial-completion-mode): In lambda for
`choose-completion-string-functions' use full function signature
with 4 args, and move point to the end of the minibuffer only if arg
`mini-p' is non-nil.
2006-06-28 14:16:20 +00:00
Juri Linkov
26f544d393 (list-buffers-noselect): Compare Info file
with the string "dir" to detect Info directory.
2006-06-28 14:15:41 +00:00
Juri Linkov
5fe5212721 (Local Variables): Move to end of file. 2006-06-28 13:59:09 +00:00
Reiner Steib
ba0a643fe9 Add rules for refcards. 2006-06-28 13:28:51 +00:00
Reiner Steib
33a4be7c7c Regenerate. 2006-06-28 13:26:40 +00:00
Reiner Steib
45850a7b41 Fix Pavel Janik's name. 2006-06-28 13:16:42 +00:00
John Paul Wallington
4c38df30df (ibuffer-mode): Doc fix. 2006-06-28 12:11:43 +00:00
Carsten Dominik
7cb036f4ea Version number change only 2006-06-28 09:51:16 +00:00
Carsten Dominik
dbdd753468 (Embedded LaTeX): Fix typos and implement small improvements
throughout this chapter.
2006-06-28 09:50:05 +00:00
Carsten Dominik
c9ca81df73 *** empty log message *** 2006-06-28 09:49:40 +00:00
Carsten Dominik
e39856be93 (org-context): New contexts :item-bullet,
:latex-fragment, :latex-preview.
	(org-overlays-at, org-overlay-start, org-overlay-end): New
	compatibility functions.
	(org-inside-LaTeX-fragment-p): More accurate matching, using the
	exact regexp that will be used during export.
	(org-latex-regexps): New variable.
	(org-cdlatex-mode): Improved advice for `texmathp'.
	(turn-on-org-cdlatex): New function.
2006-06-28 09:47:29 +00:00
YAMAMOTO Mitsuharu
3ff0518335 *** empty log message *** 2006-06-28 08:32:03 +00:00
YAMAMOTO Mitsuharu
92289429a9 (Qeql): Add extern.
(x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
(fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
Change keys of Vmac_atsu_font_table from strings to numbers.
(fm_style_to_face_attributes) [USE_ATSUI]: New function.
(init_font_name_table) [USE_ATSUI]: Use it.
(saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
(syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
[USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
only when saved_ts_script_language_on_focus coincides with
Vmac_ts_script_language_on_focus.
[USE_MAC_TSM] (mac_tsm_suspend): Save value of
Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
(XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
[USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
2006-06-28 08:31:32 +00:00