bpt/emacs.git
18 years ago(gud-query-cmdline, gud-common-init): Revert
Nick Roberts [Tue, 30 May 2006 21:43:16 +0000 (21:43 +0000)]
(gud-query-cmdline, gud-common-init): Revert
inadvertant changes made with last commit.

18 years ago*** empty log message ***
Nick Roberts [Tue, 30 May 2006 21:42:46 +0000 (21:42 +0000)]
*** empty log message ***

18 years ago* textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New
Reiner Steib [Tue, 30 May 2006 18:37:15 +0000 (18:37 +0000)]
* textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New
functions.

* textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.

18 years agoVersion number change only
Carsten Dominik [Tue, 30 May 2006 16:32:09 +0000 (16:32 +0000)]
Version number change only

18 years agoSmall typo fixes.
Carsten Dominik [Tue, 30 May 2006 16:31:32 +0000 (16:31 +0000)]
Small typo fixes.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 30 May 2006 16:31:11 +0000 (16:31 +0000)]
*** empty log message ***

18 years ago(org-agenda-highlight-todo): Make sure regexp
Carsten Dominik [Tue, 30 May 2006 16:29:02 +0000 (16:29 +0000)]
(org-agenda-highlight-todo): Make sure regexp
        does only match in the right place.
        (org-upcoming-deadline): New face.
        (org-agenda-get-deadlines): Use new face
        `org-upcoming-deadline'.
        (org-export-ascii-underline): Renamed and made an option (was
        constant `org-ascii-underline').
        (org-export-ascii-bullets): New option.
        (org-export-as-html): Many changes to emit valid XHTML.
        (org-par-open): New variable.
        (org-open-par, org-close-par-maybe, org-close-li-maybe): New
        functions.
        (org-html-do-expand, org-section-number): Fixedcase in
        `replace-match'.
        (org-timeline): Pass `org-timeline-show-empty-dates' to
        `org-get-all-dates'.  Interpret empty dates returned by
        `org-get-all-dates'.
        (org-get-all-dates): New argument EMPTY.  Add dates without
        entries to the list, mark large ranges of empty dates.
        (org-point-in-group, org-context): New functions.

18 years ago.
Andreas Schwab [Tue, 30 May 2006 16:12:59 +0000 (16:12 +0000)]
.

18 years ago(Fmenu_bar_start): Return a value.
Andreas Schwab [Tue, 30 May 2006 16:12:49 +0000 (16:12 +0000)]
(Fmenu_bar_start): Return a value.

18 years agoautoupdate
Karl Berry [Tue, 30 May 2006 14:20:02 +0000 (14:20 +0000)]
autoupdate

18 years ago(gud-stop-subjob): Make it work in all buffers.
Nick Roberts [Tue, 30 May 2006 08:10:49 +0000 (08:10 +0000)]
(gud-stop-subjob): Make it work in all buffers.

18 years ago*** empty log message ***
Nick Roberts [Tue, 30 May 2006 08:10:16 +0000 (08:10 +0000)]
*** empty log message ***

18 years agoMove gdb-mouse-toggle-breakpoint-* to
Nick Roberts [Tue, 30 May 2006 08:07:44 +0000 (08:07 +0000)]
Move gdb-mouse-toggle-breakpoint-* to
C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
to C-mouse-3 (for 2 button mice).
(gdb-send): Do the right thing for C-d.

18 years ago*** empty log message ***
Nick Roberts [Tue, 30 May 2006 08:06:01 +0000 (08:06 +0000)]
*** empty log message ***

18 years ago(compilation-error-regexp-alist-alist): Add makepp diagnostic.
Daniel Pfeiffer [Tue, 30 May 2006 07:02:00 +0000 (07:02 +0000)]
(compilation-error-regexp-alist-alist): Add makepp diagnostic.

18 years ago(auto-mode-alist): Add makepp suffix and optional mk on Makeppfile.
Daniel Pfeiffer [Tue, 30 May 2006 06:59:56 +0000 (06:59 +0000)]
(auto-mode-alist): Add makepp suffix and optional mk on Makeppfile.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 30 May 2006 04:33:52 +0000 (04:33 +0000)]
*** empty log message ***

18 years ago(Ffind_operation_coding_system): Doc fix.
Richard M. Stallman [Tue, 30 May 2006 04:33:21 +0000 (04:33 +0000)]
(Ffind_operation_coding_system): Doc fix.

18 years ago(fit-window-to-buffer): Doc fix.
Richard M. Stallman [Tue, 30 May 2006 04:32:09 +0000 (04:32 +0000)]
(fit-window-to-buffer): Doc fix.

18 years ago(Default Coding Systems): Further clarification.
Richard M. Stallman [Tue, 30 May 2006 04:31:02 +0000 (04:31 +0000)]
(Default Coding Systems): Further clarification.

18 years ago(temp-buffer-max-height): Doc fix.
Richard M. Stallman [Tue, 30 May 2006 02:35:56 +0000 (02:35 +0000)]
(temp-buffer-max-height): Doc fix.

18 years ago(with-current-buffer): Doc fix.
Richard M. Stallman [Tue, 30 May 2006 01:19:09 +0000 (01:19 +0000)]
(with-current-buffer): Doc fix.

18 years ago(Pure Storage): Mention that an overflow in pure
Luc Teirlinck [Mon, 29 May 2006 22:26:25 +0000 (22:26 +0000)]
(Pure Storage): Mention that an overflow in pure
space causes a memory leak.
(Garbage Collection): If there was an overflow in pure space,
`garbage-collect' returns nil.

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

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 29 May 2006 22:03:35 +0000 (22:03 +0000)]
*** empty log message ***

18 years ago(x_draw_hollow_cursor): Fix last change.
Eli Zaretskii [Mon, 29 May 2006 22:03:01 +0000 (22:03 +0000)]
(x_draw_hollow_cursor): Fix last change.

18 years ago(x_draw_stretch_glyph_string): Fix last change.
Kim F. Storm [Mon, 29 May 2006 21:52:16 +0000 (21:52 +0000)]
(x_draw_stretch_glyph_string): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 29 May 2006 21:52:01 +0000 (21:52 +0000)]
*** empty log message ***

18 years ago(Ffind_operation_coding_system): Doc fix.
Eli Zaretskii [Mon, 29 May 2006 21:44:59 +0000 (21:44 +0000)]
(Ffind_operation_coding_system): Doc fix.

18 years ago(Default Coding Systems): Fix it some more.
Eli Zaretskii [Mon, 29 May 2006 21:40:59 +0000 (21:40 +0000)]
(Default Coding Systems): Fix it some more.

18 years ago* tramp.texi (Frequently Asked Questions): Disable zsh zle.
Michael Albinus [Mon, 29 May 2006 20:30:16 +0000 (20:30 +0000)]
* tramp.texi (Frequently Asked Questions): Disable zsh zle.

18 years ago(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.
YAMAMOTO Mitsuharu [Mon, 29 May 2006 09:43:44 +0000 (09:43 +0000)]
(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.

18 years ago(font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
YAMAMOTO Mitsuharu [Mon, 29 May 2006 09:43:03 +0000 (09:43 +0000)]
(font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
(mac_font_panel_visible_p, mac_show_hide_font_panel)
[USE_MAC_FONT_PANEL]: New functions.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
immediately if font panel is not visible.

18 years ago[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
YAMAMOTO Mitsuharu [Mon, 29 May 2006 09:42:41 +0000 (09:42 +0000)]
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
Call mac_set_font_info_for_selection if font panel is made visible.

18 years ago* search.c (matcher_overflow): Mark as NO_RETURN.
Dan Nicolaescu [Mon, 29 May 2006 08:06:15 +0000 (08:06 +0000)]
* search.c (matcher_overflow): Mark as NO_RETURN.

* xterm.c (x_connection_closed): Likewise.

* sysdep.c (croak): Likewise.

* sound.c (sound_perror, alsa_sound_perror): Likewise.

* lisp.h (die, nsberror): Likewise.

18 years ago* sound.c (alsa_open, alsa_configure, alsa_write): Move
Jan Djärv [Mon, 29 May 2006 07:25:01 +0000 (07:25 +0000)]
* sound.c (alsa_open, alsa_configure, alsa_write): Move
 assignment to err out of if-statement.

18 years ago* term/x-win.el: bind F10 to menu-bar-start if available.
Jan Djärv [Mon, 29 May 2006 07:16:54 +0000 (07:16 +0000)]
* term/x-win.el: bind F10 to menu-bar-start if available.

18 years ago* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
Jan Djärv [Mon, 29 May 2006 07:15:22 +0000 (07:15 +0000)]
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.

18 years ago* NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.
Jan Djärv [Mon, 29 May 2006 07:13:57 +0000 (07:13 +0000)]
* NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.

18 years ago* gtkutil.c (menu_nav_ended): New function.
Jan Djärv [Mon, 29 May 2006 07:12:54 +0000 (07:12 +0000)]
* gtkutil.c (menu_nav_ended): New function.
 (create_menus): Connect menu_nav_ended to "selection-done" to fix
 grabs.

 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.

18 years ago(Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
Jan Djärv [Mon, 29 May 2006 07:11:35 +0000 (07:11 +0000)]
(Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.

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.