1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Commit graph

63657 commits

Author SHA1 Message Date
Richard M. Stallman
bc2fa80de7 (tool-bar-setup): Put Help and Preferences items in the default tool-bar-map. 2006-05-01 20:15:56 +00:00
Juanma Barranquero
fc2cb77207 *** empty log message *** 2006-05-01 15:12:44 +00:00
Juanma Barranquero
23cac09775 (Type Predicates): Fix typos. 2006-05-01 15:05:48 +00:00
Stefan Monnier
27c5714a63 (Type Predicates): Add links for booleanp and string-or-null-p. 2006-05-01 13:31:59 +00:00
Stefan Monnier
0ccc83d9d3 (nil and t): Add `booleanp' predicate. 2006-05-01 13:30:59 +00:00
Michael Albinus
a01b1e220c * net/tramp.el (tramp-completion-file-name-handler-alist)
(tramp-run-real-handler, tramp-completion-run-real-handler)
(tramp-completion-handle-file-name-all-completions)
(tramp-completion-handle-file-name-completion): Autoload them.
(tramp-completion-handle-file-exists-p)
(tramp-completion-handle-file-name-directory)
(tramp-completion-handle-file-name-nondirectory)
(tramp-completion-handle-expand-file-name): Remove them.
(tramp-handle-file-name-directory): Return the real directory
name.  Returning "/" only doesn't need to be necessary any longer.
(tramp-file-name-handler): Make special attention when in hostname
completion mode.
(tramp-completion-file-name-handler): Revert patch from
2006-04-28.
(tramp-register-file-name-handlers): Register
`tramp-completion-file-name-handler' only when
`partial-completion-mode� is enabled.
(tramp-completion-handle-file-name-all-completions): Delete
directory part from results.
(tramp-get-completion-methods, tramp-get-completion-user-host):
Discard deleting "/", it doesn't work after the change of
`tramp-handle-file-name-directory' above.
2006-05-01 13:22:15 +00:00
Stefan Monnier
fcdd458570 (Fforward_comment): Detect generic comment at beginning of
buffer when moving backwards.
2006-05-01 13:09:24 +00:00
Kim F. Storm
5fed8c15b8 *** empty log message *** 2006-05-01 09:38:57 +00:00
Kim F. Storm
d0afff349e (grep-expand-template): Use save-match-data. 2006-05-01 09:33:10 +00:00
Kim F. Storm
820f5fec97 *** empty log message *** 2006-05-01 09:32:59 +00:00
Glenn Morris
e1cce4cfc2 *** empty log message *** 2006-05-01 03:39:17 +00:00
Glenn Morris
db05690c65 (LaTeX Calendar): Mention cal-tex-preamble-extra. 2006-05-01 03:36:49 +00:00
Glenn Morris
89aab5d47c (cal-tex-preamble-extra): New variable.
(cal-tex-preamble): Use cal-tex-preamble-extra.
(cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
than alias `list-diary-entries'.
2006-05-01 03:29:19 +00:00
Glenn Morris
1dc51c0019 *** empty log message *** 2006-05-01 03:28:50 +00:00
YAMAMOTO Mitsuharu
d5085af01f (mac_update_title_bar): Minor format change. 2006-05-01 02:51:38 +00:00
YAMAMOTO Mitsuharu
c1eb34c22c *** empty log message *** 2006-05-01 01:14:30 +00:00
YAMAMOTO Mitsuharu
15ba779363 (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
(get_glyph_face_and_encoding, get_char_face_and_encoding): Don't
distinguish known faces from others.
2006-05-01 01:14:09 +00:00
YAMAMOTO Mitsuharu
6dc5c8a75b (unexec): Error if trying unexec from dumped executable. 2006-05-01 01:13:42 +00:00
YAMAMOTO Mitsuharu
a019c41a5c (mac_update_title_bar): Add extern.
(struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
(FRAME_FILE_NAME): New macro.
2006-05-01 01:13:29 +00:00
YAMAMOTO Mitsuharu
458dbb8c7a (mac_draw_line, mac_draw_line_to_pixmap): Adjust
endpoints of strictly horizontal/vertical lines.
(mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
(pcm_init, pcm_get_status): New functions.
(x_per_char_metric, XLoadQueryFont): Use them instead of
XCharStructRow and related macros.
(x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
(x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
(XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
and window path pop-up menu on title bar.
(mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
2006-05-01 01:13:06 +00:00
YAMAMOTO Mitsuharu
b0635670ea (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
(USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
(enum pcm_status): New enum.
(XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
(XCharStructRow): Remove.  Now validity is represented by
non-negativeness of sum of ascent and descent.
(struct MacFontStruct): Change type of member `rows'.
(struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
2006-05-01 01:12:23 +00:00
YAMAMOTO Mitsuharu
caec817144 (mac_update_title_bar): New function.
[TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
(show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call
mac_prepare_for_quickdraw.
2006-05-01 01:11:56 +00:00
YAMAMOTO Mitsuharu
d3601bf266 (mac_coerce_file_name_ptr): Try typeFSRef if coercion
through typeFileURL failed.
2006-05-01 01:11:28 +00:00
YAMAMOTO Mitsuharu
a59871e76d (update_window): Don't set changed_p when mode/header
line is updated.
2006-05-01 01:11:01 +00:00
YAMAMOTO Mitsuharu
47915f5ffd (Mac International): Now Carbon Emacs has ATSUI support.
(Mac Environment Variables): Shorten example line.
(Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
2006-05-01 01:10:29 +00:00
YAMAMOTO Mitsuharu
fc36394b4b (mac-ae-open-documents, mac-drag-n-drop): Use
select-frame-set-input-focus instead of raise-frame.
(global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2006-05-01 01:09:40 +00:00
Nick Roberts
d6802fc19c (GUD Customization): Describe cases %d and %c.
Update description for %e.
2006-04-30 23:16:47 +00:00
Nick Roberts
2c3981da7c *** empty log message *** 2006-04-30 23:15:34 +00:00
Nick Roberts
1a2416ede3 (gud-def): Add %c case.
(gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
(gud-format-command): Make match case sensitive.  Match on %F.
2006-04-30 23:10:48 +00:00
Richard M. Stallman
9abc5f4519 (Fdefine_key): Improve error message when KEY begins with a non-prefix key. 2006-04-30 22:15:21 +00:00
Stefan Monnier
cc1eecfd88 Update my email address. 2006-04-30 15:49:08 +00:00
Stefan Monnier
39c41ad421 (Fforward_comment): Don't forget to break out of the loop
when we skipped backward over a generic comment.
2006-04-30 15:35:54 +00:00
Richard M. Stallman
eadb9d458f *** empty log message *** 2006-04-30 02:35:46 +00:00
Richard M. Stallman
03475b051a (Multiline Font Lock): Renamed from Multi line Font Lock Elements.
Much clarification.
(Font Lock Multiline, Region to Fontify): Much clarification.
2006-04-30 02:35:35 +00:00
Richard M. Stallman
d33c1fcea2 (mode-line-major-mode-keymap): Undo last change.
(mode-line-format): Further help-echo doc fixes.
2006-04-30 01:36:19 +00:00
Richard M. Stallman
af0efc3fd4 (mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.
(help-echo): help-echo doc fixes.
2006-04-30 01:31:55 +00:00
Dan Nicolaescu
7fe8b491e1 (main): Initialize docs to NULL. 2006-04-29 22:15:04 +00:00
Dan Nicolaescu
cdeda57951 (yow): Free buf. 2006-04-29 21:36:04 +00:00
Dan Nicolaescu
084a663812 * help-fns.el (describe-variable): Add info about safe local variables.
* custom.texi (Examining): Update C-h v output example.
2006-04-29 21:18:05 +00:00
Dan Nicolaescu
7c47913be1 Delete c-indentation-style local variable. 2006-04-29 20:15:48 +00:00
Richard M. Stallman
5e5b35c7ec (main): Check for negative value from `read'. 2006-04-29 18:55:19 +00:00
Richard M. Stallman
2ef88a94ea (read_header): Give fatal error if input has no header. 2006-04-29 18:52:23 +00:00
Richard M. Stallman
41c8e348f2 tramp-file-name-handler-alist): Delete expand-file-name and other
operations that can cause spurious loading.
2006-04-29 15:58:42 +00:00
Stefan Monnier
830951b02a Improve the documentation of how to hilight multiline elements. 2006-04-29 15:11:38 +00:00
Stefan Monnier
20bfe3873f Add `booleanp'. 2006-04-29 14:14:53 +00:00
Stefan Monnier
7817e3d35e (File Local Variables): Remove the special case t for safe-local-variable. 2006-04-29 14:02:42 +00:00
Stefan Monnier
80aa469540 (safe-local-variable-p): Remove support for the special value t. 2006-04-29 13:59:52 +00:00
Stefan Monnier
85e17b4fff (sentence-end-without-space): Fix safety predicate.
(sentence-end-double-space, sentence-end-without-period)
(paragraph-ignore-fill-prefix): Tighten the safety predicate.
2006-04-29 13:59:04 +00:00
Stefan Monnier
119d72b62c (colon-double-space): Tighten the safety predicate. 2006-04-29 13:57:38 +00:00
Stefan Monnier
65f21967e4 (abbrev-mode): Tighten the safety predicate. 2006-04-29 13:56:50 +00:00