1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

64231 Commits

Author SHA1 Message Date
Eli Zaretskii
fb5614e82d (list-buffers-noselect): For Info buffers, use Info-current-file as the
file name.
2006-05-26 19:11:45 +00:00
Eli Zaretskii
3851cada29 (etext, edata): Remove unused definitions. 2006-05-26 18:45:35 +00:00
Eli Zaretskii
ecf783fada (main) [PROFILING]: Enable also for __MINGW32__.
[__MINGW32__]: MinGW-specific declaration of `etext'.
2006-05-26 18:45:09 +00:00
Jonathan Yavner
bd93e3e1aa * 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.
2006-05-26 17:39:06 +00:00
Reiner Steib
a8dc674f5f (comint-kill-whole-line): Rename arg to count. Fix
doc string.
2006-05-26 16:44:53 +00:00
Chong Yidong
f9184978f6 MUSTBENEW cleanup done. 2006-05-26 15:22:24 +00:00
Chong Yidong
920e95c0c3 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
to copy-file.
2006-05-26 15:21:21 +00:00
Chong Yidong
795c20df7a * 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.
2006-05-26 15:18:28 +00:00
Reiner Steib
b322858487 (toggle-truncate-lines): Make arg optional for
backward compatibility.
2006-05-26 12:40:59 +00:00
Nick Roberts
85f92a48e1 *** empty log message *** 2006-05-26 09:27:18 +00:00
Thien-Thi Nguyen
7dd2e64c5d (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'.
2006-05-26 08:31:36 +00:00
Jan Djärv
07a7837c9f * sound.c (alsa_configure): Move get period/buffer_size after
setting hwparams.
2006-05-26 06:29:32 +00:00
Carsten Dominik
438cb727a7 Version number update 2006-05-26 05:38:50 +00:00
Carsten Dominik
f85d958a56 (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.
2006-05-26 05:37:59 +00:00
Carsten Dominik
9fd4737345 *** empty log message *** 2006-05-26 05:37:27 +00:00
Carsten Dominik
0730c5399b (ASCII export): Omit command name.
(HTML export): Add prefix to all lines in Local Variable
        example.
        (Acknowledgments): Typeset names in italics.
2006-05-26 05:35:42 +00:00
Kenichi Handa
f1c582b4f3 *** empty log message *** 2006-05-26 04:57:35 +00:00
Kenichi Handa
e5307343bc (find-operation-coding-system): Mention the new argument
format.
2006-05-26 04:57:26 +00:00
Kenichi Handa
a9e2078b71 (Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET. 2006-05-26 04:48:21 +00:00
Kenichi Handa
47a355de93 (decode-coding-inserted-region): Call
find-operation-coding-system with (FILENAME . BUFFER).
2006-05-26 04:47:47 +00:00
Kenichi Handa
e0b582b8e1 (archive-set-buffer-as-visiting-file): Call
find-operation-coding-system with (FILENAME . BUFFER).
2006-05-26 04:47:36 +00:00
Kenichi Handa
b87f5fcce9 (tar-extract): Call find-operation-coding-system
with (FILENAME . BUFFER).
2006-05-26 04:47:25 +00:00
Kenichi Handa
eb286ca8bb (po-find-charset): Pay attention to the case
FILENAME is a cons (NAME . BUFFER).
(po-find-file-coding-system-guts): Likewise.
2006-05-26 04:47:16 +00:00
Chong Yidong
4d687160ec * image-mode.el (image-toggle-display): Use buffer contents to
generate image for a remote file.
2006-05-26 03:34:33 +00:00
Chong Yidong
3165e4509a * image.c (png_load): Don't call fclose on NULL. 2006-05-26 03:33:32 +00:00
Luc Teirlinck
d579f53bdd *** empty log message *** 2006-05-25 23:22:25 +00:00
Luc Teirlinck
ae4c2a3be0 (Fcall_interactively): Fread_from_minibuffer now takes only seven args. 2006-05-25 23:17:17 +00:00
Luc Teirlinck
ba13929931 (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args. 2006-05-25 23:15:57 +00:00
Juri Linkov
92aa92fa38 *** empty log message *** 2006-05-25 23:00:43 +00:00
Juri Linkov
63d336640e (Text from Minibuffer): Undocument keep-all. 2006-05-25 22:57:50 +00:00
Juri Linkov
311f8bac68 (query-replace-read-from, query-replace-read-to):
Remove 8th arg KEEP-ALL in read-from-minibuffer.
2006-05-25 21:57:12 +00:00
Juri Linkov
d1802d7bfe Remove KEEP-ALL argument of `read-from-minibuffer'. 2006-05-25 21:53:31 +00:00
Nick Roberts
6d10dc37bd (Antinews): Create a node for gdb-ui. 2006-05-25 21:39:27 +00:00
Nick Roberts
22736b2df7 *** empty log message *** 2006-05-25 21:38:45 +00:00
Juri Linkov
abeb5483f0 *** empty log message *** 2006-05-25 21:34:01 +00:00
Juri Linkov
dafbe726b8 (mode-line-format): Fix docstring. 2006-05-25 21:20:19 +00:00
Juri Linkov
b35cd21514 (read_minibuf): Remove arg KEEP_ALL. Callers changed.
(Fread_from_minibuffer): Remove arg KEEP_ALL.  Callers changed.
2006-05-25 21:16:22 +00:00
Juri Linkov
2c9606674d (Fread_from_minibuffer): Decrement number of args. 2006-05-25 21:12:52 +00:00
Juri Linkov
f202a77d98 (%-Constructs): Add %e, %z, %Z. 2006-05-25 20:55:20 +00:00
Rajesh Vaidheeswarran
f473c8d5af whitespace.el - make whitesspace-cleanup use the current active regoin, if there is one. 2006-05-25 18:09:25 +00:00
Richard M. Stallman
403a7bca0a *** empty log message *** 2006-05-25 17:03:52 +00:00
Richard M. Stallman
18550096c2 (Top): Update subnode menu. 2006-05-25 17:03:46 +00:00
Richard M. Stallman
b3540319ff (Keymap Basics): New node, split out of Key Sequences.
(Keymaps): Update menu.
2006-05-25 17:03:30 +00:00
Chong Yidong
f195dc16c4 * FOR-RELEASE: Key sequence elisp node done. 2006-05-25 16:54:53 +00:00
Chong Yidong
39a9bed31b * keymaps.texi (Key Sequences): Some clarifications. 2006-05-25 16:48:37 +00:00
Richard M. Stallman
848a925ea6 (main, Fdump_emacs): Don't test __linux or __linux__. 2006-05-25 16:27:30 +00:00
Mathias Dahl
bc4dbed590 * 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.
2006-05-25 15:11:10 +00:00
Mathias Dahl
0a33fc8dd8 *** empty log message *** 2006-05-25 15:08:37 +00:00
Nick Roberts
749d6383a8 *** empty log message *** 2006-05-25 13:59:39 +00:00
Nick Roberts
b76b353520 *** empty log message *** 2006-05-25 13:43:36 +00:00