1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

64403 Commits

Author SHA1 Message Date
Stefan Monnier
bb7a346faa (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'.
2006-05-29 04:39:46 +00:00
Stefan Monnier
7ece7aba2b (ewoc--insert-new-node): Use ewoc--refresh-node. 2006-05-29 03:47:56 +00:00
Eli Zaretskii
b8909e8882 (Default Coding Systems): Fix last change. 2006-05-29 03:28:52 +00:00
Stefan Monnier
b17b883963 (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.
2006-05-29 02:53:14 +00:00
Stefan Monnier
6913552560 (autoload-find-file): New fun. This one calls hack-local-variables.
(generate-file-autoloads, update-file-autoloads): Use it.
2006-05-29 02:11:27 +00:00
Richard M. Stallman
411fe8f336 Many simplifications and improvements in wording. 2006-05-29 01:58:27 +00:00
Stefan Monnier
7a0574f3e9 (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.
2006-05-29 01:35:53 +00:00
Kenichi Handa
6d3906d52b (find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).
2006-05-29 01:24:05 +00:00
Stefan Monnier
6ad0381ce1 (struct saved_window): Add `dedicated'.
(Fset_window_configuration, save_window_save): Save/restore the
`dedicated' flag.
2006-05-29 01:05:24 +00:00
Kenichi Handa
7311509ee6 (Ffind_operation_coding_system): Call a function by
safe_call1 instead of call1.
2006-05-29 00:57:27 +00:00
Richard M. Stallman
0985f92039 *** empty log message *** 2006-05-29 00:30:23 +00:00
Richard M. Stallman
0988217ac7 (load-history-regexp): If FILE is relative, insist
entire last name component must match it.
(load-history-filename-element, load-history-regexp): Doc fixes.
2006-05-29 00:28:43 +00:00
Richard M. Stallman
688e9e8cf9 (Coding Conventions): Better explain reasons not to
advise other packages or use `eval-after-load'.
2006-05-29 00:18:44 +00:00
Kim F. Storm
b35444d58b (Bindat Functions): Rename pos' and raw-data' to
`bindat-idx' and `bindat-raw' for clarity.
2006-05-28 22:20:49 +00:00
Kim F. Storm
6c6e0bb44e *** empty log message *** 2006-05-28 22:20:40 +00:00
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