]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(ewoc--current-dll): New var.
Thien-Thi Nguyen [Fri, 26 May 2006 08:31:36 +0000 (08:31 +0000)]
(ewoc--current-dll): New var.
(ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't
take DLL arg.  Instead, use `ewoc--current-dll'.  Update all callers.
(ewoc--set-buffer-bind-dll-let*): Bind `ewoc--current-dll', not `dll'.
(ewoc--adjust): Use `ewoc--current-dll'.
(ewoc-next, ewoc-prev, ewoc-nth): Bind `ewoc--current-dll'.

18 years ago* sound.c (alsa_configure): Move get period/buffer_size after
Jan Djärv [Fri, 26 May 2006 06:29:32 +0000 (06:29 +0000)]
* sound.c (alsa_configure): Move get period/buffer_size after
setting hwparams.

18 years agoVersion number update
Carsten Dominik [Fri, 26 May 2006 05:38:50 +0000 (05:38 +0000)]
Version number update

18 years ago(org-next-item, org-previous-item): Emit more compact
Carsten Dominik [Fri, 26 May 2006 05:37:59 +0000 (05:37 +0000)]
(org-next-item, org-previous-item): Emit more compact
        error message.
        (org-tags-view): Refresh category table in each file.
        (org-table-justify-field-maybe): Removed superfluous arguments
        to
        `format'.
        (org-export-as-html): Insert "<p>" before postamble.
        (org-paste-subtree, org-kill-is-subtree-p): Check for empty
        kill
        ring.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 26 May 2006 05:37:27 +0000 (05:37 +0000)]
*** empty log message ***

18 years ago(ASCII export): Omit command name.
Carsten Dominik [Fri, 26 May 2006 05:35:42 +0000 (05:35 +0000)]
(ASCII export): Omit command name.
        (HTML export): Add prefix to all lines in Local Variable
        example.
        (Acknowledgments): Typeset names in italics.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 26 May 2006 04:57:35 +0000 (04:57 +0000)]
*** empty log message ***

18 years ago(find-operation-coding-system): Mention the new argument
Kenichi Handa [Fri, 26 May 2006 04:57:26 +0000 (04:57 +0000)]
(find-operation-coding-system): Mention the new argument
format.

18 years ago(Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET.
Kenichi Handa [Fri, 26 May 2006 04:48:21 +0000 (04:48 +0000)]
(Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET.

18 years ago(decode-coding-inserted-region): Call
Kenichi Handa [Fri, 26 May 2006 04:47:47 +0000 (04:47 +0000)]
(decode-coding-inserted-region): Call
find-operation-coding-system with (FILENAME . BUFFER).

18 years ago(archive-set-buffer-as-visiting-file): Call
Kenichi Handa [Fri, 26 May 2006 04:47:36 +0000 (04:47 +0000)]
(archive-set-buffer-as-visiting-file): Call
find-operation-coding-system with (FILENAME . BUFFER).

18 years ago(tar-extract): Call find-operation-coding-system
Kenichi Handa [Fri, 26 May 2006 04:47:25 +0000 (04:47 +0000)]
(tar-extract): Call find-operation-coding-system
with (FILENAME . BUFFER).

18 years ago(po-find-charset): Pay attention to the case
Kenichi Handa [Fri, 26 May 2006 04:47:16 +0000 (04:47 +0000)]
(po-find-charset): Pay attention to the case
FILENAME is a cons (NAME . BUFFER).
(po-find-file-coding-system-guts): Likewise.

18 years ago* image-mode.el (image-toggle-display): Use buffer contents to
Chong Yidong [Fri, 26 May 2006 03:34:33 +0000 (03:34 +0000)]
* image-mode.el (image-toggle-display): Use buffer contents to
generate image for a remote file.

18 years ago* image.c (png_load): Don't call fclose on NULL.
Chong Yidong [Fri, 26 May 2006 03:33:32 +0000 (03:33 +0000)]
* image.c (png_load): Don't call fclose on NULL.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 25 May 2006 23:22:25 +0000 (23:22 +0000)]
*** empty log message ***

18 years ago(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
Luc Teirlinck [Thu, 25 May 2006 23:17:17 +0000 (23:17 +0000)]
(Fcall_interactively): Fread_from_minibuffer now takes only seven args.

18 years ago(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
Luc Teirlinck [Thu, 25 May 2006 23:15:57 +0000 (23:15 +0000)]
(Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.

18 years ago*** empty log message ***
Juri Linkov [Thu, 25 May 2006 23:00:43 +0000 (23:00 +0000)]
*** empty log message ***

18 years ago(Text from Minibuffer): Undocument keep-all.
Juri Linkov [Thu, 25 May 2006 22:57:50 +0000 (22:57 +0000)]
(Text from Minibuffer): Undocument keep-all.

18 years ago(query-replace-read-from, query-replace-read-to):
Juri Linkov [Thu, 25 May 2006 21:57:12 +0000 (21:57 +0000)]
(query-replace-read-from, query-replace-read-to):
Remove 8th arg KEEP-ALL in read-from-minibuffer.

18 years agoRemove KEEP-ALL argument of `read-from-minibuffer'.
Juri Linkov [Thu, 25 May 2006 21:53:31 +0000 (21:53 +0000)]
Remove KEEP-ALL argument of `read-from-minibuffer'.

18 years ago(Antinews): Create a node for gdb-ui.
Nick Roberts [Thu, 25 May 2006 21:39:27 +0000 (21:39 +0000)]
(Antinews): Create a node for gdb-ui.

18 years ago*** empty log message ***
Nick Roberts [Thu, 25 May 2006 21:38:45 +0000 (21:38 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juri Linkov [Thu, 25 May 2006 21:34:01 +0000 (21:34 +0000)]
*** empty log message ***

18 years ago(mode-line-format): Fix docstring.
Juri Linkov [Thu, 25 May 2006 21:20:19 +0000 (21:20 +0000)]
(mode-line-format): Fix docstring.

18 years ago(read_minibuf): Remove arg KEEP_ALL. Callers changed.
Juri Linkov [Thu, 25 May 2006 21:16:22 +0000 (21:16 +0000)]
(read_minibuf): Remove arg KEEP_ALL.  Callers changed.
(Fread_from_minibuffer): Remove arg KEEP_ALL.  Callers changed.

18 years ago(Fread_from_minibuffer): Decrement number of args.
Juri Linkov [Thu, 25 May 2006 21:12:52 +0000 (21:12 +0000)]
(Fread_from_minibuffer): Decrement number of args.

18 years ago(%-Constructs): Add %e, %z, %Z.
Juri Linkov [Thu, 25 May 2006 20:55:20 +0000 (20:55 +0000)]
(%-Constructs): Add %e, %z, %Z.

18 years agowhitespace.el - make whitesspace-cleanup use the current active regoin, if there...
Rajesh Vaidheeswarran [Thu, 25 May 2006 18:09:25 +0000 (18:09 +0000)]
whitespace.el - make whitesspace-cleanup use the current active regoin, if there is one.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 25 May 2006 17:03:52 +0000 (17:03 +0000)]
*** empty log message ***

18 years ago(Top): Update subnode menu.
Richard M. Stallman [Thu, 25 May 2006 17:03:46 +0000 (17:03 +0000)]
(Top): Update subnode menu.

18 years ago(Keymap Basics): New node, split out of Key Sequences.
Richard M. Stallman [Thu, 25 May 2006 17:03:30 +0000 (17:03 +0000)]
(Keymap Basics): New node, split out of Key Sequences.
(Keymaps): Update menu.

18 years ago* FOR-RELEASE: Key sequence elisp node done.
Chong Yidong [Thu, 25 May 2006 16:54:53 +0000 (16:54 +0000)]
* FOR-RELEASE: Key sequence elisp node done.

18 years ago* keymaps.texi (Key Sequences): Some clarifications.
Chong Yidong [Thu, 25 May 2006 16:48:37 +0000 (16:48 +0000)]
* keymaps.texi (Key Sequences): Some clarifications.

18 years ago(main, Fdump_emacs): Don't test __linux or __linux__.
Richard M. Stallman [Thu, 25 May 2006 16:27:30 +0000 (16:27 +0000)]
(main, Fdump_emacs): Don't test __linux or __linux__.

18 years ago* dired.el (dired-mode-map): Add help-echo strings to tumme
Mathias Dahl [Thu, 25 May 2006 15:11:10 +0000 (15:11 +0000)]
* dired.el (dired-mode-map): Add help-echo strings to tumme
commands.

* dired.el (dired-mode-map): Bind `tumme-dired-display-image'
to C-t i.

18 years ago*** empty log message ***
Mathias Dahl [Thu, 25 May 2006 15:08:37 +0000 (15:08 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Nick Roberts [Thu, 25 May 2006 13:59:39 +0000 (13:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Nick Roberts [Thu, 25 May 2006 13:43:36 +0000 (13:43 +0000)]
*** empty log message ***

18 years ago* tumme.el (tumme-display-image): Changed documentation string
Mathias Dahl [Thu, 25 May 2006 12:21:41 +0000 (12:21 +0000)]
* tumme.el (tumme-display-image): Changed documentation string
slightly.
(tumme-dired-display-image): Added call to `display-buffer'.

* dired.el (dired-mode-map): `tumme-display-dired-image' was
renamed in tumme.el, but there was still a key binding to it
here. Changed the binding to the new name.

18 years ago*** empty log message ***
Mathias Dahl [Thu, 25 May 2006 12:21:14 +0000 (12:21 +0000)]
*** empty log message ***

18 years ago(dired-mode-map): `tumme-display-dired-image' was
Mathias Dahl [Thu, 25 May 2006 12:09:01 +0000 (12:09 +0000)]
(dired-mode-map): `tumme-display-dired-image' was
renamed in tumme.el, but there was still a key binding to it
here. Changed the binding to the new name.

18 years ago*** empty log message ***
Mathias Dahl [Thu, 25 May 2006 11:42:28 +0000 (11:42 +0000)]
*** empty log message ***

18 years ago(dired-mode-map): Changed menu items for tumme as per
Mathias Dahl [Thu, 25 May 2006 11:37:18 +0000 (11:37 +0000)]
(dired-mode-map): Changed menu items for tumme as per
suggestions in emacs-devel.

18 years ago(setcar): replace an antelope rather than
David Kastrup [Thu, 25 May 2006 09:06:38 +0000 (09:06 +0000)]
(setcar): replace an antelope rather than
a giraffe with a hippopotamus.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 25 May 2006 09:02:59 +0000 (09:02 +0000)]
*** empty log message ***

18 years ago(Bindat Functions): Say "unibyte string"
Thien-Thi Nguyen [Thu, 25 May 2006 09:01:43 +0000 (09:01 +0000)]
(Bindat Functions): Say "unibyte string"
explicitly for `bindat-unpack' and `bindat-pack' descriptions.
(Bindat Examples): Don't call `string-make-unibyte' in example.

18 years ago(bindat-unpack, bindat-pack):
Thien-Thi Nguyen [Thu, 25 May 2006 08:51:31 +0000 (08:51 +0000)]
(bindat-unpack, bindat-pack):
Signal error if RAW-DATA is a multibyte string.

18 years ago* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
Chong Yidong [Thu, 25 May 2006 04:52:20 +0000 (04:52 +0000)]
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.

18 years ago* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
Chong Yidong [Thu, 25 May 2006 04:51:50 +0000 (04:51 +0000)]
* keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
Explain string and vector representations of key sequences

* keymaps.texi (Changing Key Bindings):
* commands.texi (Interactive Codes, Interactive Codes):
* help.texi (Describing Characters): Refer to it.

18 years ago(with-local-quit): Doc fix.
Richard M. Stallman [Thu, 25 May 2006 00:20:40 +0000 (00:20 +0000)]
(with-local-quit): Doc fix.

18 years ago(with-local-quit): When handling `quit' signal,
Richard M. Stallman [Thu, 25 May 2006 00:19:02 +0000 (00:19 +0000)]
(with-local-quit): When handling `quit' signal,
make a chance for quit-flag to cause a quit.

18 years ago(ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.
Richard M. Stallman [Thu, 25 May 2006 00:00:50 +0000 (00:00 +0000)]
(ad-enable-advice, ad-activate, ad-disable-advice): Add autoloads.

18 years ago(read-passwd): Copy PROMPT before changing its properties.
Richard M. Stallman [Wed, 24 May 2006 22:28:02 +0000 (22:28 +0000)]
(read-passwd): Copy PROMPT before changing its properties.

18 years ago*** empty log message ***
Mathias Dahl [Wed, 24 May 2006 22:27:00 +0000 (22:27 +0000)]
*** empty log message ***

18 years ago(dired-mode-map): Fix breakage.
Nick Roberts [Wed, 24 May 2006 21:42:14 +0000 (21:42 +0000)]
(dired-mode-map): Fix breakage.

18 years ago*** empty log message ***
Nick Roberts [Wed, 24 May 2006 21:41:41 +0000 (21:41 +0000)]
*** empty log message ***

18 years agoMovement tracking on by default. I have tested this for over a year now and it seems...
Mathias Dahl [Wed, 24 May 2006 19:18:26 +0000 (19:18 +0000)]
Movement tracking on by default. I have tested this for over a year now and it seems to be stable and fast enough for everyday use.

18 years agoAdded Thumbnails sub menu under Immediate and started to place `tumme' commands there...
Mathias Dahl [Wed, 24 May 2006 18:49:20 +0000 (18:49 +0000)]
Added Thumbnails sub menu under Immediate and started to place `tumme' commands there. I could use some feedback on this change.

18 years agoRenamed `tumme-display-dired-image' to `tumme-dired-display-image'.
Mathias Dahl [Wed, 24 May 2006 18:31:36 +0000 (18:31 +0000)]
Renamed `tumme-display-dired-image' to `tumme-dired-display-image'.

18 years agoRemoved most of the information in the USAGE section. The manual does a better job.
Mathias Dahl [Wed, 24 May 2006 17:29:18 +0000 (17:29 +0000)]
Removed most of the information in the USAGE section. The manual does a better job.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 24 May 2006 17:04:49 +0000 (17:04 +0000)]
*** empty log message ***

18 years agoAdded new parameter to `tumme-display-thumbs' to be used from `tumme-next-line-and...
Mathias Dahl [Wed, 24 May 2006 16:58:21 +0000 (16:58 +0000)]
Added new parameter to `tumme-display-thumbs' to be used from `tumme-next-line-and-display' and similar commands.

18 years ago(BASE_PURESIZE): Increase to 1210000.
Luc Teirlinck [Wed, 24 May 2006 16:53:18 +0000 (16:53 +0000)]
(BASE_PURESIZE): Increase to 1210000.

18 years ago("jka-cmpr-hook"): Load it before it is needed.
Luc Teirlinck [Wed, 24 May 2006 16:50:45 +0000 (16:50 +0000)]
("jka-cmpr-hook"): Load it before it is needed.

18 years agoUpdate refcard translations. Add coding cookie.
Reiner Steib [Wed, 24 May 2006 16:48:15 +0000 (16:48 +0000)]
Update refcard translations.  Add coding cookie.

18 years agoRestore contents after major mess-up in 2006-05-24T13:51:11Z!acm@muc.de.
Kim F. Storm [Wed, 24 May 2006 14:38:44 +0000 (14:38 +0000)]
Restore contents after major mess-up in 2006-05-24T13:51:11Z!acm@muc.de.

18 years agoRemove conflict indicators.
Chong Yidong [Wed, 24 May 2006 14:25:50 +0000 (14:25 +0000)]
Remove conflict indicators.

18 years ago* menu-bar.el, international/mule-cmds.el: Remove tooltips for
Chong Yidong [Wed, 24 May 2006 14:21:52 +0000 (14:21 +0000)]
* menu-bar.el, international/mule-cmds.el: Remove tooltips for
menu entries that open submenus.

18 years ago*** empty log message ***
Alan Mackenzie [Wed, 24 May 2006 13:51:11 +0000 (13:51 +0000)]
*** empty log message ***

18 years agolread.c (Vload_history): Enhance doc-string to say that the file is the
Alan Mackenzie [Wed, 24 May 2006 13:24:21 +0000 (13:24 +0000)]
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.

18 years agostartup.el (command-line): For names of preloaded files, don't append
Alan Mackenzie [Wed, 24 May 2006 13:22:12 +0000 (13:22 +0000)]
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.

18 years ago(gud-sentinel): Condition on GUD buffer if it has not been killed.
Nick Roberts [Wed, 24 May 2006 12:05:03 +0000 (12:05 +0000)]
(gud-sentinel): Condition on GUD buffer if it has not been killed.

18 years ago*** empty log message ***
Nick Roberts [Wed, 24 May 2006 12:04:23 +0000 (12:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:09:31 +0000 (08:09 +0000)]
*** empty log message ***

18 years ago(TYPE_FILE_NAME): Change from macro to enumerator.
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:09:11 +0000 (08:09 +0000)]
(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.

18 years ago(fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:08:43 +0000 (08:08 +0000)]
(fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
Fix last change.  Don't map `fn' modifier if pressed with F1 ... F12.

18 years ago(Qemacs_suspension_id): New variable.
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:08:11 +0000 (08:08 +0000)]
(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.

18 years ago(Fx_server_version): Use gestaltSystemVersionMajor etc.
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:07:37 +0000 (08:07 +0000)]
(Fx_server_version): Use gestaltSystemVersionMajor etc.

18 years ago(ae_attr_table): New variable.
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:07:19 +0000 (08:07 +0000)]
(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.

18 years agoSet idle timer to clean up expired Apple events.
YAMAMOTO Mitsuharu [Wed, 24 May 2006 08:06:27 +0000 (08:06 +0000)]
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.

18 years ago(section{Motion}): Added the item navigation
Carsten Dominik [Wed, 24 May 2006 07:57:00 +0000 (07:57 +0000)]
(section{Motion}): Added the item navigation
commands.
(section{Publishing}): New section.
(section{Links}): Documented elisp and shell links.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 24 May 2006 07:56:44 +0000 (07:56 +0000)]
*** empty log message ***

18 years ago(Plain lists): Added new item navigation commands.
Carsten Dominik [Wed, 24 May 2006 07:56:03 +0000 (07:56 +0000)]
(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.

18 years ago(org-open-at-point): Use renamed variable
Carsten Dominik [Wed, 24 May 2006 07:54:46 +0000 (07:54 +0000)]
(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.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 24 May 2006 02:16:08 +0000 (02:16 +0000)]
*** empty log message ***

18 years ago2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
Reiner Steib [Tue, 23 May 2006 17:40:04 +0000 (17:40 +0000)]
2006-05-20  Rodrigo Real  <rreal@ucpel.tche.br>

* pt-br-refcard.tex: Update.

18 years ago(Pointer Shape): @end table -> @end defvar.
Luc Teirlinck [Tue, 23 May 2006 15:56:04 +0000 (15:56 +0000)]
(Pointer Shape): @end table -> @end defvar.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 23 May 2006 15:54:43 +0000 (15:54 +0000)]
*** empty log message ***

18 years ago* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib [Tue, 23 May 2006 15:52:14 +0000 (15:52 +0000)]
* 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.

18 years ago* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib [Tue, 23 May 2006 13:22:52 +0000 (13:22 +0000)]
* 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.

18 years ago(bindat-pack): Doc fix.
Thien-Thi Nguyen [Tue, 23 May 2006 11:23:25 +0000 (11:23 +0000)]
(bindat-pack): Doc fix.

18 years ago(pop_open, socket_connection, KPOP_SERVICE): Added
Francesco Potortì [Tue, 23 May 2006 10:44:39 +0000 (10:44 +0000)]
(pop_open, socket_connection, KPOP_SERVICE): Added
comments explaining why the "kpop" service is never used.

18 years ago*** empty log message ***
Francesco Potortì [Tue, 23 May 2006 10:43:33 +0000 (10:43 +0000)]
*** empty log message ***

18 years ago(fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
YAMAMOTO Mitsuharu [Tue, 23 May 2006 08:12:13 +0000 (08:12 +0000)]
(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.

18 years agoRefill; nfc.
Thien-Thi Nguyen [Tue, 23 May 2006 08:04:25 +0000 (08:04 +0000)]
Refill; nfc.

18 years ago(ewoc-delete): New function.
Thien-Thi Nguyen [Tue, 23 May 2006 07:31:45 +0000 (07:31 +0000)]
(ewoc-delete): New function.
(ewoc-filter): Use `ewoc-delete'.

18 years ago* xlwmenu.c: Include xterm.h if emacs instead of declaring functions
Jan Djärv [Tue, 23 May 2006 07:19:45 +0000 (07:19 +0000)]
* 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.

18 years ago* xterm.c: Remove declarations already in xterm.h
Jan Djärv [Tue, 23 May 2006 07:13:28 +0000 (07:13 +0000)]
* 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.