]>
git.eshelyaron.com Git - emacs.git/log
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'.
Stefan Monnier [Mon, 29 May 2006 03:47:56 +0000 (03:47 +0000)]
(ewoc--insert-new-node): Use ewoc--refresh-node.
Eli Zaretskii [Mon, 29 May 2006 03:28:52 +0000 (03:28 +0000)]
(Default Coding Systems): Fix last change.
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.
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.
Richard M. Stallman [Mon, 29 May 2006 01:58:27 +0000 (01:58 +0000)]
Many simplifications and improvements in wording.
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.
Kenichi Handa [Mon, 29 May 2006 01:24:05 +0000 (01:24 +0000)]
(find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).
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.
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.
Richard M. Stallman [Mon, 29 May 2006 00:30:23 +0000 (00:30 +0000)]
*** empty log message ***
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.
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'.
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.
Kim F. Storm [Sun, 28 May 2006 22:20:40 +0000 (22:20 +0000)]
*** empty log message ***
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.
Kim F. Storm [Sun, 28 May 2006 21:31:04 +0000 (21:31 +0000)]
(bindat--unpack-u8): Use aref also for strings.
Kim F. Storm [Sun, 28 May 2006 21:30:49 +0000 (21:30 +0000)]
*** empty log message ***
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.
Kim F. Storm [Sun, 28 May 2006 20:19:17 +0000 (20:19 +0000)]
(set_cursor_from_row): Update prototype.
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.
Kim F. Storm [Sun, 28 May 2006 20:18:34 +0000 (20:18 +0000)]
*** empty log message ***
Chong Yidong [Sun, 28 May 2006 17:05:38 +0000 (17:05 +0000)]
Fix last change.
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'.
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.
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.
Nick Roberts [Sat, 27 May 2006 22:44:18 +0000 (22:44 +0000)]
*** empty log message ***
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.
Kim F. Storm [Sat, 27 May 2006 22:37:05 +0000 (22:37 +0000)]
(get_phys_cursor_geometry): Update prototype.
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.
Kim F. Storm [Sat, 27 May 2006 22:36:40 +0000 (22:36 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Sat, 27 May 2006 22:22:47 +0000 (22:22 +0000)]
Fix typos.
Thien-Thi Nguyen [Sat, 27 May 2006 21:54:27 +0000 (21:54 +0000)]
Fix typos.
(Customization): Say "us".
Thien-Thi Nguyen [Sat, 27 May 2006 20:32:18 +0000 (20:32 +0000)]
(Bindat Spec): Expand on `repeat' handler.
Thien-Thi Nguyen [Sat, 27 May 2006 18:13:15 +0000 (18:13 +0000)]
Commentary and whitespace munging; nfc.
Thien-Thi Nguyen [Sat, 27 May 2006 18:02:18 +0000 (18:02 +0000)]
*** empty log message ***
Thien-Thi Nguyen [Sat, 27 May 2006 18:01:36 +0000 (18:01 +0000)]
(Top): 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.
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".
Thien-Thi Nguyen [Sat, 27 May 2006 17:41:18 +0000 (17:41 +0000)]
(cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
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.
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.
Chong Yidong [Sat, 27 May 2006 14:36:59 +0000 (14:36 +0000)]
MUSTBENEW argument deleted from copy-file.
Chong Yidong [Sat, 27 May 2006 14:35:49 +0000 (14:35 +0000)]
* files.texi (Changing Files): Document updated argument list for
copy-file.
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.
Eli Zaretskii [Sat, 27 May 2006 11:31:44 +0000 (11:31 +0000)]
*** empty log message ***
Mathias Dahl [Sat, 27 May 2006 11:18:54 +0000 (11:18 +0000)]
*** empty log message ***
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.
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'.
Thien-Thi Nguyen [Sat, 27 May 2006 10:10:35 +0000 (10:10 +0000)]
(ewoc--node-branch): Merge into unique caller.
Thien-Thi Nguyen [Sat, 27 May 2006 09:37:13 +0000 (09:37 +0000)]
(ewoc-delete): Compute last node once before looping.
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.
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.
YAMAMOTO Mitsuharu [Sat, 27 May 2006 08:45:14 +0000 (08:45 +0000)]
Tiny layout change.
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.
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".
Mathias Dahl [Fri, 26 May 2006 23:27:45 +0000 (23:27 +0000)]
*** empty log message ***
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'.
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".
Mathias Dahl [Fri, 26 May 2006 22:33:41 +0000 (22:33 +0000)]
*** empty log message ***
Mathias Dahl [Fri, 26 May 2006 22:15:34 +0000 (22:15 +0000)]
*** empty log message ***
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.
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".
Luc Teirlinck [Fri, 26 May 2006 22:04:22 +0000 (22:04 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 26 May 2006 20:18:16 +0000 (20:18 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 26 May 2006 20:17:58 +0000 (20:17 +0000)]
Remove bogus @setfilename.
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 `,'.
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.
Eli Zaretskii [Fri, 26 May 2006 19:44:38 +0000 (19:44 +0000)]
Remove file.
Eli Zaretskii [Fri, 26 May 2006 19:41:22 +0000 (19:41 +0000)]
Remove 'tiny change' labels from Michael Cadilhac's changes.
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.
Eli Zaretskii [Fri, 26 May 2006 19:12:23 +0000 (19:12 +0000)]
*** empty log message ***
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.
Eli Zaretskii [Fri, 26 May 2006 18:45:35 +0000 (18:45 +0000)]
(etext, edata): Remove unused definitions.
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'.
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.
Reiner Steib [Fri, 26 May 2006 16:44:53 +0000 (16:44 +0000)]
(comint-kill-whole-line): Rename arg to count. Fix
doc string.
Chong Yidong [Fri, 26 May 2006 15:22:24 +0000 (15:22 +0000)]
MUSTBENEW cleanup done.
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.
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.
Reiner Steib [Fri, 26 May 2006 12:40:59 +0000 (12:40 +0000)]
(toggle-truncate-lines): Make arg optional for
backward compatibility.
Nick Roberts [Fri, 26 May 2006 09:27:18 +0000 (09:27 +0000)]
*** empty log message ***
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'.
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.
Carsten Dominik [Fri, 26 May 2006 05:38:50 +0000 (05:38 +0000)]
Version number update
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.
Carsten Dominik [Fri, 26 May 2006 05:37:27 +0000 (05:37 +0000)]
*** empty log message ***
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.
Kenichi Handa [Fri, 26 May 2006 04:57:35 +0000 (04:57 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 26 May 2006 04:57:26 +0000 (04:57 +0000)]
(find-operation-coding-system): Mention the new argument
format.
Kenichi Handa [Fri, 26 May 2006 04:48:21 +0000 (04:48 +0000)]
(Ffind_operation_coding_system): Allow (FILENAME . BUFFER) in TARGET.
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).
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).
Kenichi Handa [Fri, 26 May 2006 04:47:25 +0000 (04:47 +0000)]
(tar-extract): Call find-operation-coding-system
with (FILENAME . BUFFER).
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.
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.
Chong Yidong [Fri, 26 May 2006 03:33:32 +0000 (03:33 +0000)]
* image.c (png_load): Don't call fclose on NULL.
Luc Teirlinck [Thu, 25 May 2006 23:22:25 +0000 (23:22 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 25 May 2006 23:17:17 +0000 (23:17 +0000)]
(Fcall_interactively): 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.