Glenn Morris
bab9fcb48d
(c-constant-kwds): Add java: null, true, false.
2007-08-28 02:52:58 +00:00
Glenn Morris
fd45e2f4cd
*** empty log message ***
2007-08-28 02:49:36 +00:00
Thien-Thi Nguyen
2f123a5423
Comments munging; nfc.
...
Move defconst after ";;; Code:".
2007-08-27 18:53:52 +00:00
Thien-Thi Nguyen
a79b55e56e
Initial revision
2007-08-27 18:49:42 +00:00
Thien-Thi Nguyen
2503f22288
(m2-definition, m2-module): Don't use previous-line.
2007-08-27 13:38:50 +00:00
Miles Bader
970a31dd84
Remove RCS keywords
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-863
2007-08-27 09:30:04 +00:00
YAMAMOTO Mitsuharu
83cc8d356a
(x_draw_composite_glyph_string_foreground): Draw rectangle
...
for nonexistent or zero-width glyph in composition glyph.
2007-08-27 08:31:30 +00:00
YAMAMOTO Mitsuharu
8a2e0b2a69
(mac-handle-toolbar-switch-mode): Add explicit
...
argument to tool-bar-mode call.
2007-08-27 08:30:37 +00:00
YAMAMOTO Mitsuharu
4b34031944
(Mac OS X): Add alternative workaround for QuickTime
...
updater breakage.
2007-08-27 08:29:51 +00:00
Glenn Morris
f9274544eb
(diff-find-file-name): Only accept regular files, to rule out
...
/dev/null, directories, etc.
2007-08-27 07:11:57 +00:00
Glenn Morris
c62a495a84
(vc-svn-diff): If the repository version of all the files is the same
...
as the specified OLDVERS, do a local diff.
2007-08-27 07:04:45 +00:00
Glenn Morris
0ddda8cd6e
*** empty log message ***
2007-08-27 07:04:25 +00:00
Miles Bader
7f22a76506
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
2007-08-27 04:00:19 +00:00
Richard M. Stallman
619fb9ee82
(Window Configurations): Clarify what a window configuration saves.
2007-08-27 03:57:15 +00:00
Richard M. Stallman
3420c52254
(Top): Clarify menu item for Glossary.
2007-08-27 03:56:32 +00:00
Richard M. Stallman
b18a8f7f45
(Faces): Change secn title.
...
Clarify not all fonts come from Font Lock.
2007-08-27 03:55:07 +00:00
Richard M. Stallman
a13ab63fff
(tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
...
and LFACE_BACKGROUND_INDEX in incorrectly copied code.
2007-08-27 03:54:16 +00:00
Richard M. Stallman
c997bb25d7
(condition-case): Doc fix.
2007-08-27 03:49:17 +00:00
Thien-Thi Nguyen
d53a60a6f7
Mention avl-tree.el.
2007-08-27 03:36:34 +00:00
Thien-Thi Nguyen
1f7ac69f2a
(Features): Add avl-tree.
2007-08-27 03:32:45 +00:00
Thien-Thi Nguyen
680248746f
*** empty log message ***
2007-08-27 03:31:39 +00:00
Thien-Thi Nguyen
d385b030e7
Commentary and docstring munging; nfc.
2007-08-27 03:09:15 +00:00
Thien-Thi Nguyen
8fa1344249
(avl-tree-del-balance1, avl-tree-del-balance2)
...
(avl-tree-do-del-internal, avl-tree-do-delete)
(avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
2007-08-27 02:49:40 +00:00
Thien-Thi Nguyen
5fa11cc28d
Move things around; munge whitespace, indentation; nfc.
2007-08-27 02:40:25 +00:00
Thien-Thi Nguyen
bdf0a82842
Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:
...
avl-tree-node-left, avl-tree-node-right, avl-tree-node-data,
avl-tree-node-set-left, avl-tree-node-set-right, avl-tree-node-set-data,
avl-tree-node-branch, avl-tree-node-set-branch.
2007-08-27 02:31:23 +00:00
Thien-Thi Nguyen
5afb301bee
Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:
...
avl-tree-root, avl-tree-dummyroot, avl-tree-cmpfun, avl-tree-del-balance1,
avl-tree-do-del-internal, avl-tree-del-balance2, avl-tree-do-delete,
avl-tree-enter-balance1, avl-tree-enter-balance2, avl-tree-do-enter,
avl-tree-mapc, avl-tree-do-copy.
2007-08-27 02:22:57 +00:00
Thien-Thi Nguyen
dfd4af17e4
Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:
...
avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
2007-08-27 02:11:12 +00:00
Thien-Thi Nguyen
329dfe6ae7
(elib-node-create): Delete unused macro.
2007-08-27 02:05:22 +00:00
Thien-Thi Nguyen
923135482e
Reduce nesting: Use modern backquote syntax.
2007-08-27 02:00:45 +00:00
Thien-Thi Nguyen
85718043ee
Do s/avltree/avl-tree/g. Resulting changed function names:
...
avl-tree-create, avl-tree-p, avl-tree-compare-function,
avl-tree-empty, avl-tree-enter, avl-tree-delete, avl-tree-member,
avl-tree-map, avl-tree-first, avl-tree-last, avl-tree-copy,
avl-tree-flatten, avl-tree-size, avl-tree-clear.
Make the symbol used for avl-tree-p `AVL-TREE', as well.
2007-08-27 01:44:37 +00:00
Miles Bader
37840380aa
Add arch tagline
2007-08-27 01:42:03 +00:00
Thien-Thi Nguyen
25e32569d4
Don't require `cl'.
...
(elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs.
(elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
2007-08-27 01:35:41 +00:00
Thien-Thi Nguyen
fb5da2db3e
Move provide form to end; nfc.
2007-08-27 01:29:41 +00:00
Thien-Thi Nguyen
b74e26bbe2
Munge comments, whitespace, indentation, hanging parens; nfc.
2007-08-27 01:28:07 +00:00
Thien-Thi Nguyen
1e38b8ffcd
Initial revision, comprising elib-node.el and avltree.el,
...
with minimum modifications for standalone-compilation.
2007-08-27 01:05:44 +00:00
Michaël Cadilhac
ea404efcd1
Change fr-drdref' to
fr-dired-ref'.
2007-08-26 21:19:37 +00:00
Michaël Cadilhac
e732a3fba1
Move fr-drdref.pdf to fr-dired-ref.pdf.
2007-08-26 21:17:14 +00:00
Michaël Cadilhac
e9f8479cb7
Move fr-drdref.tex to fr-dired-ref.tex.
2007-08-26 21:15:39 +00:00
Michaël Cadilhac
c0dadae9dd
Say that PDF files are now the default for refcards.
2007-08-26 21:08:54 +00:00
Michaël Cadilhac
8fb9a9b63d
Add rules for creating the refcards in PDF, make them the default.
2007-08-26 21:05:10 +00:00
Michaël Cadilhac
81ec0bb3f6
Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 20:59:21 +00:00
Michaël Cadilhac
f10edd3d85
Specify PDF layout.
2007-08-26 20:53:17 +00:00
Martin Rudalics
b8c25b99db
*** empty log message ***
2007-08-26 20:51:29 +00:00
Michaël Cadilhac
3a326139b7
Use a PDF `compile-command' local variable.
2007-08-26 20:50:40 +00:00
Michaël Cadilhac
19e187a7b0
Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 20:48:39 +00:00
Michaël Cadilhac
a85e8979e8
Update copyright notice. Update the examples. Fix a typo. Remove the
...
`letterpaper' counter, specify PDF layout, use a PDF `compile-command' local
variable.
2007-08-26 20:44:28 +00:00
Michaël Cadilhac
7ca3bc2f86
Specify PDF layout.
2007-08-26 20:41:16 +00:00
Michaël Cadilhac
afb63ceb4d
Remove the `letterpaper' counter, specify PDF layout, use a PDF
...
`compile-command' local variable.
2007-08-26 20:39:06 +00:00
Michaël Cadilhac
233066261a
Specify PDF layout.
2007-08-26 20:37:33 +00:00
Michaël Cadilhac
1e73763e46
Specify PDF layout, use a PDF `compile-command' local variable.
2007-08-26 20:35:04 +00:00