]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years agoConnect menu_nav_ended to "selection-done" to fix grabs
Jan Djärv [Mon, 29 May 2006 07:11:05 +0000 (07:11 +0000)]
Connect menu_nav_ended to "selection-done" to fix grabs

18 years ago(invalid_character): Mark as NO_RETURN.
Dan Nicolaescu [Mon, 29 May 2006 06:19:09 +0000 (06:19 +0000)]
(invalid_character): Mark as NO_RETURN.

18 years ago(term-if-xemacs, term-ifnot-xemacs): Delete, replace
Dan Nicolaescu [Mon, 29 May 2006 06:11:33 +0000 (06:11 +0000)]
(term-if-xemacs, term-ifnot-xemacs): Delete, replace
uses with a simple test.
(term-set-escape-char, term-mode, term-check-kill-echo-list)
(term-send-raw-string, term-send-raw, term-mouse-paste)
(term-char-mode, term-line-mode, term-exec, term-sentinel)
(term-handle-exit, term-read-input-ring)
(term-previous-matching-input-string)
(term-previous-matching-input-string-position)
(term-previous-matching-input-from-input)
(term-replace-by-expanded-history, term-send-input)
(term-skip-prompt, term-bol, term-send-invisible)
(term-kill-input, term-delchar-or-maybe-eof)
(term-backward-matching-input, term-check-source)
(term-proc-query, term-emulate-terminal)
(term-handle-colors-array, term-process-pager, term-pager-line)
(term-pager-bob, term-unwrap-line, term-word)
(term-dynamic-complete-filename)
(term-dynamic-complete-as-filename)
(term-dynamic-simple-complete): Replace one arm ifs with whens or
unlesses.

18 years ago(hack-one-local-variable-eval-safep): Don't burp if used
Stefan Monnier [Mon, 29 May 2006 05:47:29 +0000 (05:47 +0000)]
(hack-one-local-variable-eval-safep): Don't burp if used
during bootstrapping.

18 years ago(ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:
Stefan Monnier [Mon, 29 May 2006 04:39:46 +0000 (04:39 +0000)]
(ewoc--current-dll): Remove.  Basically undo the change of 2006-05-26:
use extra arguments instead of dynamic scoping.
(ewoc-locate): Remove unused var `footer'.

18 years ago(ewoc--insert-new-node): Use ewoc--refresh-node.
Stefan Monnier [Mon, 29 May 2006 03:47:56 +0000 (03:47 +0000)]
(ewoc--insert-new-node): Use ewoc--refresh-node.

18 years ago(Default Coding Systems): Fix last change.
Eli Zaretskii [Mon, 29 May 2006 03:28:52 +0000 (03:28 +0000)]
(Default Coding Systems): Fix last change.

18 years ago(no-update-autoloads): Declare.
Stefan Monnier [Mon, 29 May 2006 02:53:14 +0000 (02:53 +0000)]
(no-update-autoloads): Declare.
(generate-file-autoloads): Obey it.  Return whether autoloads were
added at point or not.
(update-file-autoloads): Use this new return value.
Remove redundant test for the presence of an autoload cookie.

18 years ago(autoload-find-file): New fun. This one calls hack-local-variables.
Stefan Monnier [Mon, 29 May 2006 02:11:27 +0000 (02:11 +0000)]
(autoload-find-file): New fun.  This one calls hack-local-variables.
(generate-file-autoloads, update-file-autoloads): Use it.

18 years agoMany simplifications and improvements in wording.
Richard M. Stallman [Mon, 29 May 2006 01:58:27 +0000 (01:58 +0000)]
Many simplifications and improvements in wording.

18 years ago(bibtex-autokey-name-case-convert-function)
Stefan Monnier [Mon, 29 May 2006 01:35:53 +0000 (01:35 +0000)]
(bibtex-autokey-name-case-convert-function)
(bibtex-sort-entry-class): Add safe-local-variable predicate.
(bibtex-sort-entry-class-alist): Don't set the global value.
(bibtex-init-sort-entry-class-alist): New fun.
(bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
of bibtex-init-sort-entry-class.

18 years ago(find-operation-coding-system): Describe the new
Kenichi Handa [Mon, 29 May 2006 01:24:05 +0000 (01:24 +0000)]
(find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).

18 years ago(struct saved_window): Add `dedicated'.
Stefan Monnier [Mon, 29 May 2006 01:05:24 +0000 (01:05 +0000)]
(struct saved_window): Add `dedicated'.
(Fset_window_configuration, save_window_save): Save/restore the
`dedicated' flag.

18 years ago(Ffind_operation_coding_system): Call a function by
Kenichi Handa [Mon, 29 May 2006 00:57:27 +0000 (00:57 +0000)]
(Ffind_operation_coding_system): Call a function by
safe_call1 instead of call1.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 29 May 2006 00:30:23 +0000 (00:30 +0000)]
*** empty log message ***

18 years ago(load-history-regexp): If FILE is relative, insist
Richard M. Stallman [Mon, 29 May 2006 00:28:43 +0000 (00:28 +0000)]
(load-history-regexp): If FILE is relative, insist
entire last name component must match it.
(load-history-filename-element, load-history-regexp): Doc fixes.

18 years ago(Coding Conventions): Better explain reasons not to
Richard M. Stallman [Mon, 29 May 2006 00:18:44 +0000 (00:18 +0000)]
(Coding Conventions): Better explain reasons not to
advise other packages or use `eval-after-load'.

18 years ago(Bindat Functions): Rename `pos' and `raw-data' to
Kim F. Storm [Sun, 28 May 2006 22:20:49 +0000 (22:20 +0000)]
(Bindat Functions): Rename `pos' and `raw-data' to
`bindat-idx' and `bindat-raw' for clarity.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 28 May 2006 22:20:40 +0000 (22:20 +0000)]
*** empty log message ***

18 years ago(bindat-idx, bindat-raw): Rename dynamic variables
Kim F. Storm [Sun, 28 May 2006 22:19:52 +0000 (22:19 +0000)]
(bindat-idx, bindat-raw): Rename dynamic variables
`pos' and `raw-data' for clarity, as eval forms may access these.

18 years ago(bindat--unpack-u8): Use aref also for strings.
Kim F. Storm [Sun, 28 May 2006 21:31:04 +0000 (21:31 +0000)]
(bindat--unpack-u8): Use aref also for strings.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 28 May 2006 21:30:49 +0000 (21:30 +0000)]
*** empty log message ***

18 years ago(makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
Stefan Monnier [Sun, 28 May 2006 20:56:34 +0000 (20:56 +0000)]
(makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
(makefile-fill-paragraph): Use the default comment-filling code.

18 years ago(set_cursor_from_row): Update prototype.
Kim F. Storm [Sun, 28 May 2006 20:19:17 +0000 (20:19 +0000)]
(set_cursor_from_row): Update prototype.

18 years ago(set_cursor_from_row): If cursor cannot be set in row,
Kim F. Storm [Sun, 28 May 2006 20:19:07 +0000 (20:19 +0000)]
(set_cursor_from_row): If cursor cannot be set in row,
don't update w->cursor and return 0.  Return 1 on success.
(try_cursor_movement): Repeat set_cursor_from_row on successive rows
until it succeeds.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 28 May 2006 20:18:34 +0000 (20:18 +0000)]
*** empty log message ***

18 years agoFix last change.
Chong Yidong [Sun, 28 May 2006 17:05:38 +0000 (17:05 +0000)]
Fix last change.

18 years ago* replace.el (query-replace-defaults): New variable.
Chong Yidong [Sun, 28 May 2006 17:02:37 +0000 (17:02 +0000)]
* replace.el (query-replace-defaults): New variable.
(query-replace-read-from): Use `query-replace-defaults' for
default value, instead of history list.
(query-replace-read-to): Update `query-replace-defaults'.

18 years ago* msb.el (mouse-select-buffer): Minor fix to make popup menu work
Chong Yidong [Sun, 28 May 2006 03:58:47 +0000 (03:58 +0000)]
* msb.el (mouse-select-buffer): Minor fix to make popup menu work
with no X toolkit.

18 years ago(tumme-show-all-from-dir-max-files): Fix typo.
Nick Roberts [Sat, 27 May 2006 22:45:48 +0000 (22:45 +0000)]
(tumme-show-all-from-dir-max-files): Fix typo.
(tumme-show-all-from-dir): Add autoload.

18 years ago*** empty log message ***
Nick Roberts [Sat, 27 May 2006 22:44:18 +0000 (22:44 +0000)]
*** empty log message ***

18 years ago(x_draw_stretch_glyph_string): Fix problems with invisible
Kim F. Storm [Sat, 27 May 2006 22:37:39 +0000 (22:37 +0000)]
(x_draw_stretch_glyph_string): Fix problems with invisible
cursor and erasing cursor on partially visible stretch glyph on left.
(x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.

18 years ago(get_phys_cursor_geometry): Update prototype.
Kim F. Storm [Sat, 27 May 2006 22:37:05 +0000 (22:37 +0000)]
(get_phys_cursor_geometry): Update prototype.

18 years ago(get_phys_cursor_geometry): Return computed x and y through
Kim F. Storm [Sat, 27 May 2006 22:36:58 +0000 (22:36 +0000)]
(get_phys_cursor_geometry): Return computed x and y through
parameters.  Adjust x and width in case cursor in on a partially
visible stretch glyph on the left edge.
(erase_phys_cursor): Don't erase into left fringe/margin in case
previous cursor glyph is a partially visible stretch glyph on left.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 27 May 2006 22:36:40 +0000 (22:36 +0000)]
*** empty log message ***

18 years agoFix typos.
Thien-Thi Nguyen [Sat, 27 May 2006 22:22:47 +0000 (22:22 +0000)]
Fix typos.

18 years agoFix typos.
Thien-Thi Nguyen [Sat, 27 May 2006 21:54:27 +0000 (21:54 +0000)]
Fix typos.
(Customization): Say "us".

18 years ago(Bindat Spec): Expand on `repeat' handler.
Thien-Thi Nguyen [Sat, 27 May 2006 20:32:18 +0000 (20:32 +0000)]
(Bindat Spec): Expand on `repeat' handler.

18 years agoCommentary and whitespace munging; nfc.
Thien-Thi Nguyen [Sat, 27 May 2006 18:13:15 +0000 (18:13 +0000)]
Commentary and whitespace munging; nfc.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 27 May 2006 18:02:18 +0000 (18:02 +0000)]
*** empty log message ***

18 years ago(Top): Add "Abstract Display" to menu.
Thien-Thi Nguyen [Sat, 27 May 2006 18:01:36 +0000 (18:01 +0000)]
(Top): Add "Abstract Display" to menu.

18 years ago(Display): Add "Abstract Display" to menu.
Thien-Thi Nguyen [Sat, 27 May 2006 17:58:26 +0000 (17:58 +0000)]
(Display): Add "Abstract Display" to menu.
(Abstract Display, Abstract Display Functions)
(Abstract Display Example): New nodes.

18 years agoRewrite Ewoc entry and move
Thien-Thi Nguyen [Sat, 27 May 2006 17:46:37 +0000 (17:46 +0000)]
Rewrite Ewoc entry and move
from under "Incompatible Lisp Changes in Emacs 22.1"
to under "Changes in Specialized Modes and Packages in Emacs 22.1".

18 years ago(cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
Thien-Thi Nguyen [Sat, 27 May 2006 17:41:18 +0000 (17:41 +0000)]
(cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.

18 years ago(ewoc): Add member `hf-pp' to this structure.
Thien-Thi Nguyen [Sat, 27 May 2006 17:39:38 +0000 (17:39 +0000)]
(ewoc): Add member `hf-pp' to this structure.
(ewoc--wrap): New func.
(ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
header/footer pretty-printers.  Save header/footer pretty-printer.
(ewoc-set-hf): Use ewoc's header/footer pretty-printer.

18 years ago* keymaps.texi (Key Sequences): Link to input events definition.
Chong Yidong [Sat, 27 May 2006 14:56:11 +0000 (14:56 +0000)]
* keymaps.texi (Key Sequences): Link to input events definition.
(Format of Keymaps): Delete material duplicated in Keymap Basics.

18 years agoMUSTBENEW argument deleted from copy-file.
Chong Yidong [Sat, 27 May 2006 14:36:59 +0000 (14:36 +0000)]
MUSTBENEW argument deleted from copy-file.

18 years ago* files.texi (Changing Files): Document updated argument list for
Chong Yidong [Sat, 27 May 2006 14:35:49 +0000 (14:35 +0000)]
* files.texi (Changing Files): Document updated argument list for
copy-file.

18 years agoChange a lot of `(if .. (progn ..)' to `(when ..)'.
Mathias Dahl [Sat, 27 May 2006 14:20:03 +0000 (14:20 +0000)]
Change a lot of `(if .. (progn ..)' to `(when ..)'.
(tumme-remove-tag): Fix bug.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 27 May 2006 11:31:44 +0000 (11:31 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Mathias Dahl [Sat, 27 May 2006 11:18:54 +0000 (11:18 +0000)]
*** empty log message ***

18 years ago(ewoc--node): Don't define constructor
Thien-Thi Nguyen [Sat, 27 May 2006 11:16:18 +0000 (11:16 +0000)]
(ewoc--node): Don't define constructor
`make-ewoc--node' for this structure.

18 years ago* tumme.el: Replace a lot of `if ... progn' with `when'.
Mathias Dahl [Sat, 27 May 2006 11:06:06 +0000 (11:06 +0000)]
* tumme.el: Replace a lot of `if ... progn' with `when'.

* tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
(tumme-setup-dired-keybindings): Change `tumme-add-remove' to
`tumme-delete-tag'.

18 years ago(ewoc--node-branch): Merge into unique caller.
Thien-Thi Nguyen [Sat, 27 May 2006 10:10:35 +0000 (10:10 +0000)]
(ewoc--node-branch): Merge into unique caller.

18 years ago(ewoc-delete): Compute last node once before looping.
Thien-Thi Nguyen [Sat, 27 May 2006 09:37:13 +0000 (09:37 +0000)]
(ewoc-delete): Compute last node once before looping.

18 years ago(ewoc--create): No longer take
Thien-Thi Nguyen [Sat, 27 May 2006 08:56:11 +0000 (08:56 +0000)]
(ewoc--create): No longer take
HEADER and FOOTER args.  Update unique caller.

18 years ago(mac_handle_apple_event): Return
YAMAMOTO Mitsuharu [Sat, 27 May 2006 08:46:03 +0000 (08:46 +0000)]
(mac_handle_apple_event): Return
errAEEventNotHandled if key binding is not found.

18 years agoTiny layout change.
YAMAMOTO Mitsuharu [Sat, 27 May 2006 08:45:14 +0000 (08:45 +0000)]
Tiny layout change.

18 years ago(Bindat Functions): Explain term "total length".
Thien-Thi Nguyen [Sat, 27 May 2006 00:49:32 +0000 (00:49 +0000)]
(Bindat Functions): Explain term "total length".
Use it in `bindat-length' and `bindat-pack' descriptions.

18 years ago* dired.el (dired-mode-map): Change `tumme-tag-remove' to
Mathias Dahl [Fri, 26 May 2006 23:27:55 +0000 (23:27 +0000)]
* dired.el (dired-mode-map): Change `tumme-tag-remove' to
`tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
Tag'.  Change "Compare directories..." to "Change Directories...".

* dired.el (dired-mode-map): Move tumme commands to Operate,
Regexp and Immediate menus. Change "Add Comment" to "Add Image
Comment". Change "Add Image Tag" to "Add Image Tags".

18 years ago*** empty log message ***
Mathias Dahl [Fri, 26 May 2006 23:27:45 +0000 (23:27 +0000)]
*** empty log message ***

18 years ago(tumme-delete-tag): Rename from `tumme-tag-remove'.
Mathias Dahl [Fri, 26 May 2006 22:34:12 +0000 (22:34 +0000)]
(tumme-delete-tag): Rename from `tumme-tag-remove'.
(tumme-setup-dired-keybindings): Change `tumme-add-remove' to
`tumme-delete-tag'.

18 years ago* dired.el (dired-mode-map): Change `tumme-tag-remove' to
Mathias Dahl [Fri, 26 May 2006 22:33:53 +0000 (22:33 +0000)]
* dired.el (dired-mode-map): Change `tumme-tag-remove' to
`tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
Tag'.

* dired.el (dired-mode-map): Move tumme commands to Operate,
Regexp and Immediate menus. Change "Add Comment" to "Add Image
Comment". Change "Add Image Tag" to "Add Image Tags".

18 years ago*** empty log message ***
Mathias Dahl [Fri, 26 May 2006 22:33:41 +0000 (22:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Mathias Dahl [Fri, 26 May 2006 22:15:34 +0000 (22:15 +0000)]
*** empty log message ***

18 years ago(shell-mode): Call shell-dirtrack-mode after list-buffers-directory is
Luc Teirlinck [Fri, 26 May 2006 22:07:27 +0000 (22:07 +0000)]
(shell-mode): Call shell-dirtrack-mode after list-buffers-directory is
made a local variable, to avoid setting the default value.

18 years ago(dired-mode-map): Move tumme commands to Operate,
Mathias Dahl [Fri, 26 May 2006 22:07:04 +0000 (22:07 +0000)]
(dired-mode-map): Move tumme commands to Operate,
Regexp and Immediate menus. Change "Add Comment" to "Add Image
Comment". Change "Add Image Tag" to "Add Image Tags".

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 26 May 2006 22:04:22 +0000 (22:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 26 May 2006 20:18:16 +0000 (20:18 +0000)]
*** empty log message ***

18 years agoRemove bogus @setfilename.
Eli Zaretskii [Fri, 26 May 2006 20:17:58 +0000 (20:17 +0000)]
Remove bogus @setfilename.

18 years ago(Info-index-next): Use where-is-internal to report actual binding of
Eli Zaretskii [Fri, 26 May 2006 20:09:58 +0000 (20:09 +0000)]
(Info-index-next): Use where-is-internal to report actual binding of
Info-index-next, rather than hard-coded `,'.

18 years ago(menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual"
Eli Zaretskii [Fri, 26 May 2006 20:01:16 +0000 (20:01 +0000)]
(menu-bar-apropos-menu): Move "Find Key in Manual" and "Find Command in Manual"
to here.

18 years agoRemove file.
Eli Zaretskii [Fri, 26 May 2006 19:44:38 +0000 (19:44 +0000)]
Remove file.

18 years agoRemove 'tiny change' labels from Michael Cadilhac's changes.
Eli Zaretskii [Fri, 26 May 2006 19:41:22 +0000 (19:41 +0000)]
Remove 'tiny change' labels from Michael Cadilhac's changes.

18 years ago(Coding Conventions): Advise against using eval-after-load in packages.
Eli Zaretskii [Fri, 26 May 2006 19:32:02 +0000 (19:32 +0000)]
(Coding Conventions): Advise against using eval-after-load in packages.
Add an index entry.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 26 May 2006 19:12:23 +0000 (19:12 +0000)]
*** empty log message ***

18 years ago(list-buffers-noselect): For Info buffers, use Info-current-file as the
Eli Zaretskii [Fri, 26 May 2006 19:11:45 +0000 (19:11 +0000)]
(list-buffers-noselect): For Info buffers, use Info-current-file as the
file name.

18 years ago(etext, edata): Remove unused definitions.
Eli Zaretskii [Fri, 26 May 2006 18:45:35 +0000 (18:45 +0000)]
(etext, edata): Remove unused definitions.

18 years ago(main) [PROFILING]: Enable also for __MINGW32__.
Eli Zaretskii [Fri, 26 May 2006 18:45:09 +0000 (18:45 +0000)]
(main) [PROFILING]: Enable also for __MINGW32__.
[__MINGW32__]: MinGW-specific declaration of `etext'.

18 years ago* ses.el (defadvice undo-more): Delete this defadvice. The undo
Jonathan Yavner [Fri, 26 May 2006 17:39:06 +0000 (17:39 +0000)]
* ses.el (defadvice undo-more): Delete this defadvice.  The undo
overrides will now be done a different way.
(ses-set-parameter): Reapply this function for undo.
(ses-set-header-row): Reconstruct header row during undo.
(ses-widen): New function.
(ses-goto-data, ses-reconstruct-all): Use new function.
(ses-command-hook): Widen buffer during undo, before unupdating
the cells.
(ses-insert-row, ses-delete-row): Widen buffer during undo.
(ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
(ses-read-cell): Avoid stupid warning for RET RET on a cell whose
formula hasn't been executed yet.

18 years ago(comint-kill-whole-line): Rename arg to count. Fix
Reiner Steib [Fri, 26 May 2006 16:44:53 +0000 (16:44 +0000)]
(comint-kill-whole-line): Rename arg to count.  Fix
doc string.

18 years agoMUSTBENEW cleanup done.
Chong Yidong [Fri, 26 May 2006 15:22:24 +0000 (15:22 +0000)]
MUSTBENEW cleanup done.

18 years ago* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
Chong Yidong [Fri, 26 May 2006 15:21:21 +0000 (15:21 +0000)]
* files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
to copy-file.

18 years ago* fileio.c (Fcopy_file): Delete argument MUSTBENEW. Incorporate
Chong Yidong [Fri, 26 May 2006 15:18:28 +0000 (15:18 +0000)]
* fileio.c (Fcopy_file): Delete argument MUSTBENEW.  Incorporate
the exclusive file-opening functionality into the behavior when
OK-IF-ALREADY-EXISTS is nil.
(Frename_file): Call Fcopy_file without MUSTBENEW argument.

18 years ago(toggle-truncate-lines): Make arg optional for
Reiner Steib [Fri, 26 May 2006 12:40:59 +0000 (12:40 +0000)]
(toggle-truncate-lines): Make arg optional for
backward compatibility.

18 years ago*** empty log message ***
Nick Roberts [Fri, 26 May 2006 09:27:18 +0000 (09:27 +0000)]
*** empty log message ***

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.