Kim F. Storm
98d0738d27
(bindat-idx, bindat-raw): Rename dynamic variables
...
`pos' and `raw-data' for clarity, as eval forms may access these.
2006-05-28 22:19:52 +00:00
Kim F. Storm
16ddb1aeb7
(bindat--unpack-u8): Use aref also for strings.
2006-05-28 21:31:04 +00:00
Kim F. Storm
f3d50954b6
*** empty log message ***
2006-05-28 21:30:49 +00:00
Stefan Monnier
c5301b5c36
(makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
...
(makefile-fill-paragraph): Use the default comment-filling code.
2006-05-28 20:56:34 +00:00
Kim F. Storm
c558b5be6c
(set_cursor_from_row): Update prototype.
2006-05-28 20:19:17 +00:00
Kim F. Storm
a4f3f618eb
(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.
2006-05-28 20:19:07 +00:00
Kim F. Storm
794033ae3c
*** empty log message ***
2006-05-28 20:18:34 +00:00
Chong Yidong
5dae4b1156
Fix last change.
2006-05-28 17:05:38 +00:00
Chong Yidong
6b59b13027
* 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'.
2006-05-28 17:02:37 +00:00
Chong Yidong
122e29ded4
* msb.el (mouse-select-buffer): Minor fix to make popup menu work
...
with no X toolkit.
2006-05-28 03:58:47 +00:00
Nick Roberts
c907d53852
(tumme-show-all-from-dir-max-files): Fix typo.
...
(tumme-show-all-from-dir): Add autoload.
2006-05-27 22:45:48 +00:00
Nick Roberts
27e53d7c86
*** empty log message ***
2006-05-27 22:44:18 +00:00
Kim F. Storm
e8f6b0db19
(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.
2006-05-27 22:37:39 +00:00
Kim F. Storm
11d2f3e76d
(get_phys_cursor_geometry): Update prototype.
2006-05-27 22:37:05 +00:00
Kim F. Storm
f5080b2277
(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.
2006-05-27 22:36:58 +00:00
Kim F. Storm
26837cd3ea
*** empty log message ***
2006-05-27 22:36:40 +00:00
Thien-Thi Nguyen
3dc2d96d22
Fix typos.
2006-05-27 22:22:47 +00:00
Thien-Thi Nguyen
8bc8d8544a
Fix typos.
...
(Customization): Say "us".
2006-05-27 21:54:27 +00:00
Thien-Thi Nguyen
b9e17eb3bd
(Bindat Spec): Expand on `repeat' handler.
2006-05-27 20:32:18 +00:00
Thien-Thi Nguyen
0741626e3f
Commentary and whitespace munging; nfc.
2006-05-27 18:13:15 +00:00
Thien-Thi Nguyen
096432af4b
*** empty log message ***
2006-05-27 18:02:18 +00:00
Thien-Thi Nguyen
6f11a4c0ee
(Top): Add "Abstract Display" to menu.
2006-05-27 18:01:36 +00:00
Thien-Thi Nguyen
f3dffabb22
(Display): Add "Abstract Display" to menu.
...
(Abstract Display, Abstract Display Functions)
(Abstract Display Example): New nodes.
2006-05-27 17:58:26 +00:00
Thien-Thi Nguyen
047ad6f5a2
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".
2006-05-27 17:46:37 +00:00
Thien-Thi Nguyen
1b04f30a22
(cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2006-05-27 17:41:18 +00:00
Thien-Thi Nguyen
2bbacc0e1b
(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.
2006-05-27 17:39:38 +00:00
Chong Yidong
917b822756
* keymaps.texi (Key Sequences): Link to input events definition.
...
(Format of Keymaps): Delete material duplicated in Keymap Basics.
2006-05-27 14:56:11 +00:00
Chong Yidong
63b9b239a6
MUSTBENEW argument deleted from copy-file.
2006-05-27 14:36:59 +00:00
Chong Yidong
e4b3f22f10
* files.texi (Changing Files): Document updated argument list for
...
copy-file.
2006-05-27 14:35:49 +00:00
Mathias Dahl
9c2d888b35
Change a lot of (if .. (progn ..)' to (when ..)'.
...
(tumme-remove-tag): Fix bug.
2006-05-27 14:20:03 +00:00
Eli Zaretskii
18ed6a46bc
*** empty log message ***
2006-05-27 11:31:44 +00:00
Mathias Dahl
e1d3541a5e
*** empty log message ***
2006-05-27 11:18:54 +00:00
Thien-Thi Nguyen
7f934f3dda
(ewoc--node): Don't define constructor
...
`make-ewoc--node' for this structure.
2006-05-27 11:16:18 +00:00
Mathias Dahl
8d20653fee
* 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'.
2006-05-27 11:06:06 +00:00
Thien-Thi Nguyen
63910b2311
(ewoc--node-branch): Merge into unique caller.
2006-05-27 10:10:35 +00:00
Thien-Thi Nguyen
ec491f9001
(ewoc-delete): Compute last node once before looping.
2006-05-27 09:37:13 +00:00
Thien-Thi Nguyen
f860b7216f
(ewoc--create): No longer take
...
HEADER and FOOTER args. Update unique caller.
2006-05-27 08:56:11 +00:00
YAMAMOTO Mitsuharu
412f3f1859
(mac_handle_apple_event): Return
...
errAEEventNotHandled if key binding is not found.
2006-05-27 08:46:03 +00:00
YAMAMOTO Mitsuharu
2a7ee2b349
Tiny layout change.
2006-05-27 08:45:14 +00:00
Thien-Thi Nguyen
f1b64ef1e5
(Bindat Functions): Explain term "total length".
...
Use it in `bindat-length' and `bindat-pack' descriptions.
2006-05-27 00:49:32 +00:00
Mathias Dahl
27af5d58f0
* 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".
2006-05-26 23:27:55 +00:00
Mathias Dahl
81bfcbaa63
*** empty log message ***
2006-05-26 23:27:45 +00:00
Mathias Dahl
dfb03a8438
(tumme-delete-tag): Rename from `tumme-tag-remove'.
...
(tumme-setup-dired-keybindings): Change `tumme-add-remove' to
`tumme-delete-tag'.
2006-05-26 22:34:12 +00:00
Mathias Dahl
b305952dc7
* 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".
2006-05-26 22:33:53 +00:00
Mathias Dahl
eb9e5cd1f2
*** empty log message ***
2006-05-26 22:33:41 +00:00
Mathias Dahl
9318bb97ff
*** empty log message ***
2006-05-26 22:15:34 +00:00
Luc Teirlinck
438a5bf638
(shell-mode): Call shell-dirtrack-mode after list-buffers-directory is
...
made a local variable, to avoid setting the default value.
2006-05-26 22:07:27 +00:00
Mathias Dahl
836788c9cd
(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".
2006-05-26 22:07:04 +00:00
Luc Teirlinck
486618617e
*** empty log message ***
2006-05-26 22:04:22 +00:00
Eli Zaretskii
3d0793e4bf
*** empty log message ***
2006-05-26 20:18:16 +00:00