1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 08:31:09 -08:00
Commit graph

65755 commits

Author SHA1 Message Date
Reiner Steib
49561a365b Update refcard translations. Add coding cookie. 2006-05-24 16:48:15 +00:00
Kim F. Storm
55b76f19f3 Restore contents after major mess-up in 2006-05-24T13:51:11Z!acm@muc.de. 2006-05-24 14:38:44 +00:00
Chong Yidong
4721e4481f Remove conflict indicators. 2006-05-24 14:25:50 +00:00
Chong Yidong
ad9f612529 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
menu entries that open submenus.
2006-05-24 14:21:52 +00:00
Alan Mackenzie
ac9f37df56 *** empty log message *** 2006-05-24 13:51:11 +00:00
Alan Mackenzie
6bb6da3ec1 lread.c (Vload_history): Enhance doc-string to say that the file is the
absolute truename of the loaded file.

lread.c (Vafter_load_alist): doc-string: state that an element now has a
regexp to match file names, not a file name as such.

lread.c (readevalloop): Call file-truename on the name for load-history,
except at preloading time.

lread.c (Fload): At preloading time, preserve the extension of the
filename which goes into load-history.  New variable hist_file_name.

lread.c (Fload): Do eval-after-load stuff by calling the lisp function
do-after-load-evaluation.
2006-05-24 13:24:21 +00:00
Alan Mackenzie
33d74677e7 startup.el (command-line): For names of preloaded files, don't append
".elc" (now done in Fload), and call file-truename on the lisp directory.

subr.el (eval-after-load): Fix the doc-string.  Allow FILE to match ANY
loaded file with the right name, not just those in load-path.  Put a
regexp matching the file name into after-load-alist, rather than the name
itself.

subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.

international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
2006-05-24 13:22:12 +00:00
Nick Roberts
a386b0959d (gud-sentinel): Condition on GUD buffer if it has not been killed. 2006-05-24 12:05:03 +00:00
Nick Roberts
a62c3993bd *** empty log message *** 2006-05-24 12:04:23 +00:00
YAMAMOTO Mitsuharu
e4dff88deb *** empty log message *** 2006-05-24 08:09:31 +00:00
YAMAMOTO Mitsuharu
fed1453ae1 (TYPE_FILE_NAME): Change from macro to enumerator.
(KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
(keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
(gestaltSystemVersionMajor, gestaltSystemVersionMinor)
(gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
Likewise.
(typeUTF8Text, kEventParamWindowMouseLocation)
[MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
(x_get_focus_frame, mac_ae_put_lisp): Add externs.
2006-05-24 08:09:11 +00:00
YAMAMOTO Mitsuharu
a16ac62430 (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
Fix last change.  Don't map `fn' modifier if pressed with F1 ... F12.
2006-05-24 08:08:43 +00:00
YAMAMOTO Mitsuharu
0ffd2c761b (Qemacs_suspension_id): New variable.
(syms_of_macselect): Intern and staticpro it.
(struct suspended_ae_info): New struct.
(deferred_apple_events, defer_apple_events)
(Fmac_process_deferred_apple_events): Use it.
(suspended_apple_events): New variable.
(mac_handle_apple_event_1): New function.
(mac_handle_apple_event): Use it.  Don't process previously
suspended events.
(cleanup_suspended_apple_events, get_suspension_id)n
(cleanup_all_suspended_apple_events): New functions.
(init_apple_event_handler): Call cleanup_all_suspended_apple_events
at exit.
(Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
(Fmac_resume_apple_event): New defuns.
(syms_of_macselect): Defsubr them.
2006-05-24 08:08:11 +00:00
YAMAMOTO Mitsuharu
a0293ec7a8 (Fx_server_version): Use gestaltSystemVersionMajor etc. 2006-05-24 08:07:37 +00:00
YAMAMOTO Mitsuharu
2015c1f03f (ae_attr_table): New variable.
(syms_of_mac): Intern and staticpro its elements.
(mac_aelist_to_lisp): Also convert Apple event attributes.
(mac_ae_put_lisp): New function.
(create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
2006-05-24 08:07:19 +00:00
YAMAMOTO Mitsuharu
dc47c8243d Set idle timer to clean up expired Apple events.
(mac-ae-get-url): Redispatch Apple event on unknown scheme.
(mac-dispatch-apple-event): Resume Apple event if it is suspended.
Optionally set error message in reply.
2006-05-24 08:06:27 +00:00
Carsten Dominik
69da8f9466 (section{Motion}): Added the item navigation
commands.
	(section{Publishing}): New section.
	(section{Links}): Documented elisp and shell links.
2006-05-24 07:57:00 +00:00
Carsten Dominik
e8166ad7d2 *** empty log message *** 2006-05-24 07:56:44 +00:00
Carsten Dominik
8ef8f2e63c (Plain lists): Added new item navigation commands.
(External links): Documented elisp and info links.
	(Custom searches): New section.
	(Publishing): New chapter.
	(HTML export): Include a list of supported CSS classes.
	(Setting tags): Describe the fast-tag-setting interface.
2006-05-24 07:56:03 +00:00
Carsten Dominik
4b3a9ba762 (org-open-at-point): Use renamed variable
`org-confirm-shell-link-function'.
	(org-confirm-shell-link-function): Renamed from
	`org-confirm-shell-links'.
	(org-export-directory): New function.
	(org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
	(org-export-icalendar): Use `org-export-directory'.
	(org-indent-item): Keep cursor position.
	(org-link-file-path-type): New option.
	(org-export-as-html): Fixed bug with plain lists starting in
	column 0.
	(org-export-as-html): Removed deadline formatting, this happens
	now already in `org-html-handle-time-stamps'.
	(org-export-html-style): Deadline class removed.
	(org-insert-labeled-timestamps-at-point): New option.
	(org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
	of `hide-sublevels 1', in case the first headline is not level 1.
	(org-overview, org-content): New fuction.
	(org-cycle-global-status, org-cycle-subtree-status): Make these
	variables buffer-local.
	(org-global-cycle): New command.
	(org-shifttab): Use `org-global-cycle'.
	(org-insert-heading, org-insert-item): Go to end of new
	headline/item after creating it.
	(org-export-visible): Renames from `org-export-copy-visible'.  Now
	creates a temporary org-file and applies an exporting command to
	it.
	(org-table-eval-formula): Support for lisp forms.
	(org-agenda-todo-ignore-scheduled): New option.
	(org-agenda-get-todos): Use new option
	`org-agenda-todo-ignore-scheduled'.
	(org-export-html-inline-images): New value `maybe'.
	(org-export-as-html): Inlining of images dependent on link
	description.
	(org-archive-subtree): Check for end-of-buffer before trying
	`kill-line'.
	(org-agenda-follow-mode): New option.
	(org-export-with-tags, org-export-with-timestamps): New options.
	(org-html-handle-time-stamps): New function.
	(org-keyword-time-regexp): New variable.
	(org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
	(org-agenda-todo-list-sublevels): New option.
	(org-html-level-start): When TITLE is nil, just close all levels.
	(org-parse-key-lines, org-parse-export-options): Functions
	removed, replaced by `org-infile-export-plist'.
	(org-combine-plists, org-infile-export-plist)
	(org-default-export-plist): New functions.
	(org-export-html-preamble, org-export-html-postamble)
	(org-export-html-auto-preamble, org-export-html-auto-postamble):
	New variables.
	(org-export-publishing-directory): New option.
	(org-export-as-html, org-export-as-ascii): Use the new property
	lists for settings.
	(org-export-copy-visible, org-export-as-xoxo): Respect
	`org-export-publishing-directory'.
	(org-link-search, org-store-link, org-file-apps): Support for
	links to BibTeX database entries..
	(org-get-current-options, org-set-regexps-and-options): Implement
	logging as a startup option.
	(org-store-link): Make sure context string is never empty
	(org-insert-link): Use relative path when possible.
	(org-at-item-checklet-p): New function.
	(org-shifttab, org-shiftmetaleft, org-shiftmetaright)
	(org-shiftmetaup, org-shiftmetadown, org-metaleft)
	(org-metaright, org-metaup, org-metadown, org-shiftup)
	(org-shiftdown, org-shiftright, org-shiftleft)
	(org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
	Dispatch using `call-interactively'.
	(org-call-with-arg): New defsubst.
	(org-tag-alist, org-use-fast-tag-selection): New options.
	(org-complete): Use `org-tag-alist'.
	(org-fast-tag-insert, org-fast-tag-selection): New functions.
	(org-next-item, org-previous-item): New commands.
	(org-beginning-of-item, org-end-of-item): Added (interactive) to
	make command.
	(org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2006-05-24 07:54:46 +00:00
Richard M. Stallman
55815819d9 *** empty log message *** 2006-05-24 02:16:08 +00:00
Reiner Steib
4ea5193b9c 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
* pt-br-refcard.tex: Update.
2006-05-23 17:40:04 +00:00
Luc Teirlinck
e835f3c84f (Pointer Shape): @end table -> @end defvar. 2006-05-23 15:56:04 +00:00
Luc Teirlinck
b370c94dfd *** empty log message *** 2006-05-23 15:54:43 +00:00
Reiner Steib
ba9acf6a99 * pl-refcard.tex (Local variables): Add compile-command.
* ru-refcard.tex (Local variables): Add compile-command and
coding.

* pt-br-refcard.tex: Don't \input psfig.
2006-05-23 15:52:14 +00:00
Reiner Steib
0804c86c1c * refcard.tex (section{Info}): Add i'. Use s' instead of `M-s'.
* de-refcard.tex (section{Info}): Ditto.

* fr-refcard.tex (section{Info}): Ditto.  Translation suggested by
Stefan Monnier <monnier@iro.umontreal.ca>.

* pl-refcard.tex (section{Info}): Ditto.  Translation suggested by
Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.

* cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry
for `i' is not translated yet.

* pt-br-refcard.tex (section{Info}): Ditto.

* ru-refcard.tex (section{Info}): Ditto.

* sk-refcard.tex (section{Info}): Ditto.
2006-05-23 13:22:52 +00:00
Thien-Thi Nguyen
5f25dc8145 (bindat-pack): Doc fix. 2006-05-23 11:23:25 +00:00
Francesco Potortì
81264b3846 (pop_open, socket_connection, KPOP_SERVICE): Added
comments explaining why the "kpop" service is never used.
2006-05-23 10:44:39 +00:00
Francesco Potortì
8a6d5da7cc *** empty log message *** 2006-05-23 10:43:33 +00:00
YAMAMOTO Mitsuharu
b8c6940eaf (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
(fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
(mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
(XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
(XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
resource to backtranslate key with modifiers.
(XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
2006-05-23 08:12:13 +00:00
Thien-Thi Nguyen
b12d1537e7 Refill; nfc. 2006-05-23 08:04:25 +00:00
Thien-Thi Nguyen
f569c26e79 (ewoc-delete): New function.
(ewoc-filter): Use `ewoc-delete'.
2006-05-23 07:31:45 +00:00
Jan Djärv
1f5df1f783 * xlwmenu.c: Include xterm.h if emacs instead of declaring functions
used.
 (string_width): Declare as static.
 (Start, pop_up_menu): Set is_hint to 0 before calling
 handle_motion_event.
 (pop_up_menu): Return value and parameters for x_catch_errors and
 x_uncatch_errors changed.
2006-05-23 07:19:45 +00:00
Jan Djärv
0277e36c14 * xterm.c: Remove declarations already in xterm.h
* xterm.h: Add extern declarations for x_clear_errors,
x_fully_uncatch_errors, x_catching_errors and
x_alloc_lighter_color_for_widget.  Remove duplicated declarations.
2006-05-23 07:13:28 +00:00
Jan Djärv
32c1210748 * xterm.c: Remove declarations already in xterm.h 2006-05-23 07:13:05 +00:00
Jan Djärv
bdf1cc7382 * xterm.h: Add extern declarations for x_clear_errors,
x_fully_uncatch_errors, x_catching_errors and
 x_alloc_lighter_color_for_widget.  Remove duplicated declarations.
2006-05-23 07:12:49 +00:00
Richard M. Stallman
b82234410a (Top): Update subnode menus. 2006-05-23 03:02:44 +00:00
Richard M. Stallman
0135889733 (Pointer Shape): Node renamed from Pointer Shapes.
Contents rewritten; material from old Pointer Shape node moved here.
2006-05-23 03:02:20 +00:00
Richard M. Stallman
032fd62a36 (Pointer Shape): Node deleted.
(Image Descriptors): Minor cleanup.
2006-05-23 03:00:59 +00:00
Chong Yidong
594a1605cd Update comments. 2006-05-23 00:49:55 +00:00
Stefan Monnier
8e6ea7a321 (bibtex-format-entry, bibtex-clean-entry):
Signal more user-friendly error messages.
2006-05-22 21:50:47 +00:00
Stefan Monnier
35731e3bcd (PC-do-completion): Undo the addition of implicit
wildcards if they did not lead to finding any match.
(read-file-name-internal): Don't add the final > if the completion is
not finished.
2006-05-22 18:09:40 +00:00
Reiner Steib
e6d33cab40 Update AUCTeX entry. 2006-05-22 17:34:00 +00:00
Reiner Steib
33189c79bf (Menu Bars, Tool Bars): Add index entries. 2006-05-22 15:24:49 +00:00
Reiner Steib
35fdd9a77a (bibtex-maintain-sorted-entries): Quote safe-local-variable predicate. 2006-05-22 13:19:02 +00:00
Thien-Thi Nguyen
bb8d35a25e (ewoc-set-data): New func. 2006-05-22 05:41:48 +00:00
Richard M. Stallman
ccd97b5616 (best_matching_font): Abort for best == NULL before we start to use it. 2006-05-22 01:02:40 +00:00
Roland Winkler
e22fdc3682 *** The variable `makefile-query-one-target-method' has been
renamed to makefile-query-one-target-method-function.  The old name
is still available as alias.

*** The variable `artist-text-renderer' has been renamed to
`artist-text-renderer-function'.  The old name is still available as
alias.

*** The variable `flyspell-generic-check-word-p' has been renamed
to `flyspell-generic-check-word-predicate'.  The old name is still
available as alias.

*** The variable `ispell-format-word' has been renamed to
`ispell-format-word-function'.  The old name is still available as
alias.

*** The variables `skeleton-transformation', `skeleton-filter', and
`skeleton-pair-filter' have been renamed to
`skeleton-transformation-function', `skeleton-filter-function', and
`skeleton-pair-filter-function'.  The old names are still available
as aliases.

*** The variable `sgml-transformation' has been renamed to
`sgml-transformation-function'.  The old name is still available as
alias.
2006-05-21 23:53:29 +00:00
Richard M. Stallman
c18eec5c99 (Parsing Expressions): Update info on which STATE elements are ignored. 2006-05-21 23:34:59 +00:00
Roland Winkler
21225d8f7e (sh-mode): Use skeleton-pair-filter-function. 2006-05-21 23:18:19 +00:00