]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years agoFix :foreground and :background face attributes
Vinicius Jose Latorre [Thu, 11 Oct 2007 01:51:15 +0000 (01:51 +0000)]
Fix :foreground and :background face attributes

17 years ago*** empty log message ***
Kenichi Handa [Thu, 20 Sep 2007 07:51:47 +0000 (07:51 +0000)]
*** empty log message ***

17 years ago(where_is_internal_1): If key is a cons, store the copy
Kenichi Handa [Thu, 20 Sep 2007 07:51:37 +0000 (07:51 +0000)]
(where_is_internal_1): If key is a cons, store the copy
in sequence.

17 years ago(map_sub_char_table): If the range contains just one
Kenichi Handa [Thu, 20 Sep 2007 07:49:52 +0000 (07:49 +0000)]
(map_sub_char_table): If the range contains just one
character, call the function with that character even if the depth
is not 3.
(map_char_table): Likewise.

17 years ago*** empty log message ***
Jason Rumney [Wed, 19 Sep 2007 13:59:16 +0000 (13:59 +0000)]
*** empty log message ***

17 years ago(w32font_text_extents): Calculate metrics for the whole string.
Jason Rumney [Wed, 19 Sep 2007 13:58:58 +0000 (13:58 +0000)]
(w32font_text_extents): Calculate metrics for the whole string.

17 years ago(struct font_driver): Docstring of text_extents improved.
Kenichi Handa [Sun, 16 Sep 2007 10:25:34 +0000 (10:25 +0000)]
(struct font_driver): Docstring of text_extents improved.

17 years ago*** empty log message ***
Jason Rumney [Fri, 14 Sep 2007 23:28:55 +0000 (23:28 +0000)]
*** empty log message ***

17 years ago(get_next_msg): Consolidate WM_PAINT messages.
Jason Rumney [Fri, 14 Sep 2007 23:28:37 +0000 (23:28 +0000)]
(get_next_msg): Consolidate WM_PAINT messages.

17 years ago(w32font_draw): Do clipping here.
Jason Rumney [Thu, 13 Sep 2007 13:37:26 +0000 (13:37 +0000)]
(w32font_draw): Do clipping here.

17 years ago*** empty log message ***
Jason Rumney [Thu, 13 Sep 2007 13:36:54 +0000 (13:36 +0000)]
*** empty log message ***

17 years ago(x_set_glyph_string_clipping): Use
Jason Rumney [Thu, 13 Sep 2007 13:36:39 +0000 (13:36 +0000)]
(x_set_glyph_string_clipping): Use
get_glyph_string_clip_rects.
(x_set_glyph_string_clipping_exactly): Adjusted for the change of
struct glyph_string.
(x_draw_glyph_string): Likewise.

17 years ago(xftfont_draw): Adjusted for the change of struct
Kenichi Handa [Thu, 13 Sep 2007 11:04:11 +0000 (11:04 +0000)]
(xftfont_draw): Adjusted for the change of struct
glyph_string.

17 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Sep 2007 11:03:28 +0000 (11:03 +0000)]
*** empty log message ***

17 years ago(x_set_glyph_string_clipping): Use
Kenichi Handa [Thu, 13 Sep 2007 11:02:20 +0000 (11:02 +0000)]
(x_set_glyph_string_clipping): Use
get_glyph_string_clip_rects.
(x_set_glyph_string_clipping_exactly): Adjusted for the change fo
struct glyph_string.
(x_draw_glyph_string): Likewise.

17 years ago(struct glyph_string): Fix previous change.
Kenichi Handa [Thu, 13 Sep 2007 10:50:51 +0000 (10:50 +0000)]
(struct glyph_string): Fix previous change.

17 years ago(get_glyph_string_clip_rects): Reflect s->row->clip to
Kenichi Handa [Thu, 13 Sep 2007 10:49:33 +0000 (10:49 +0000)]
(get_glyph_string_clip_rects): Reflect s->row->clip to
the resulting clip(s}.
(expose_overlaps): Add arg r.  Callers changed.  Set it ot
row->clip temporarily.
(expose_window): Redraw rows overlapping the exposed area.

17 years ago(struct glyph_row): New member clip.
Kenichi Handa [Thu, 13 Sep 2007 10:46:21 +0000 (10:46 +0000)]
(struct glyph_row): New member clip.
(struct glyph_string): Delete members clip_x, clip_y, clip_width,
clip_height, new member clip, and num_clips.

17 years ago*** empty log message ***
Kenichi Handa [Fri, 7 Sep 2007 02:29:59 +0000 (02:29 +0000)]
*** empty log message ***

17 years ago(Fchar_or_string_p): Fix docstring.
Kenichi Handa [Fri, 7 Sep 2007 02:29:08 +0000 (02:29 +0000)]
(Fchar_or_string_p): Fix docstring.

17 years ago(skeleton-internal-1): Use integerp and stringp
Kenichi Handa [Fri, 7 Sep 2007 02:14:55 +0000 (02:14 +0000)]
(skeleton-internal-1): Use integerp and stringp
instead of char-or-string-p to catch -1.

17 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Sep 2007 04:58:46 +0000 (04:58 +0000)]
*** empty log message ***

17 years ago(inactivate-input-method): Set
Kenichi Handa [Tue, 4 Sep 2007 04:58:34 +0000 (04:58 +0000)]
(inactivate-input-method): Set
input-method-function to nil before calling
inactivate-current-input-method-function.

17 years agoMerge from emacs--devo--0
Miles Bader [Wed, 29 Aug 2007 05:03:40 +0000 (05:03 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * 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--unicode--0--patch-252

17 years ago(invisible-p): Remove: implemented in C now.
Stefan Monnier [Wed, 29 Aug 2007 01:14:48 +0000 (01:14 +0000)]
(invisible-p): Remove: implemented in C now.
(line-move-invisible-p): Remove obsolete alias.

17 years ago(Image Formats, Other Image Types): Add SVG.
Juri Linkov [Tue, 28 Aug 2007 22:42:44 +0000 (22:42 +0000)]
(Image Formats, Other Image Types): Add SVG.

17 years ago(Images): Move formats-related text to new node
Juri Linkov [Tue, 28 Aug 2007 22:35:39 +0000 (22:35 +0000)]
(Images): Move formats-related text to new node
"Image Formats".
(Image Formats): New node.

17 years ago(image-type): New variable.
Juri Linkov [Tue, 28 Aug 2007 22:32:07 +0000 (22:32 +0000)]
(image-type): New variable.
(image-mode): Set default major mode name to "Image[text]".
(image-minor-mode): Change LIGHTER to display image-type in the
mode line.
(image-minor-mode): Set default image-type to "text".
(image-toggle-display): After switching to text mode, set
image-type to "text" and major mode name to "Image[text]".
After switching to image mode, set image-type to actual image
type, and add image type to major mode name.  Let-bind the same
variable names as arguments of `image-type' and `create-image'.
Bind `type' to the result of `image-type' and use it as arg
of `create-image' to not determine the image type twice.

17 years agoMention bubble game.
Thien-Thi Nguyen [Tue, 28 Aug 2007 20:16:14 +0000 (20:16 +0000)]
Mention bubble game.

17 years ago* net/tramp.el (tramp-handle-set-file-times): Flush the file
Michael Albinus [Tue, 28 Aug 2007 20:09:58 +0000 (20:09 +0000)]
* net/tramp.el (tramp-handle-set-file-times): Flush the file
properties.
(tramp-set-file-uid-gid, tramp-get-local-uid)
(tramp-get-local-gid): New defuns.
(tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
(tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
Improve fast track.
(tramp-do-copy-or-rename-file-directly): Sync parameter list with
the other tramp-do-copy-or-rename-file-* functions.  Major
rewrite.
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Improve fast track.
(tramp-handle-file-remote-p): IDENTIFICATION can also be
'localname.
(tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
be nil.

17 years agoNew feature to display several time zones in a buffer.
Richard M. Stallman [Tue, 28 Aug 2007 15:06:43 +0000 (15:06 +0000)]
New feature to display several time zones in a buffer.
(display-time-world-mode, display-time-world-display)
(display-time-world, display-time-world-timer): New functions.
display-time-world-list, display-time-world-time-format)
(display-time-world-buffer-name, display-time-world-timer-enable)
(display-time-world-timer-second, display-time-world-mode-map):
New variables.

17 years agoFix comment.
Jan Djärv [Tue, 28 Aug 2007 10:16:42 +0000 (10:16 +0000)]
Fix comment.

17 years ago(x-gtk-stock-map): New variable.
Jan Djärv [Tue, 28 Aug 2007 10:16:00 +0000 (10:16 +0000)]
(x-gtk-stock-map): New variable.
(x-gtk-map-stock): New function.

17 years ago(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
Jan Djärv [Tue, 28 Aug 2007 10:15:23 +0000 (10:15 +0000)]
(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
prev/next-node.

17 years agoQrtl is new.
Jan Djärv [Tue, 28 Aug 2007 10:14:02 +0000 (10:14 +0000)]
Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.

17 years ago(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
Jan Djärv [Tue, 28 Aug 2007 10:11:50 +0000 (10:11 +0000)]
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.

17 years ago(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
Jan Djärv [Tue, 28 Aug 2007 10:11:19 +0000 (10:11 +0000)]
(xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images if defined.

17 years agoUse `C-M-%' instead of `M-x query-replace-regexp'.
Werner LEMBERG [Tue, 28 Aug 2007 05:48:08 +0000 (05:48 +0000)]
Use `C-M-%' instead of `M-x query-replace-regexp'.

17 years agoAdd arch tagline
Miles Bader [Tue, 28 Aug 2007 04:34:05 +0000 (04:34 +0000)]
Add arch tagline

17 years ago(gamegrid-init): Set line-spacing to 0.
Kenichi Handa [Tue, 28 Aug 2007 04:02:51 +0000 (04:02 +0000)]
(gamegrid-init): Set line-spacing to 0.

17 years agoProvide self.
Glenn Morris [Tue, 28 Aug 2007 02:53:08 +0000 (02:53 +0000)]
Provide self.

17 years ago(c-constant-kwds): Add java: null, true, false.
Glenn Morris [Tue, 28 Aug 2007 02:52:58 +0000 (02:52 +0000)]
(c-constant-kwds): Add java: null, true, false.

17 years ago*** empty log message ***
Glenn Morris [Tue, 28 Aug 2007 02:49:36 +0000 (02:49 +0000)]
*** empty log message ***

17 years agoComments munging; nfc.
Thien-Thi Nguyen [Mon, 27 Aug 2007 18:53:52 +0000 (18:53 +0000)]
Comments munging; nfc.
Move defconst after ";;; Code:".

17 years agoInitial revision
Thien-Thi Nguyen [Mon, 27 Aug 2007 18:49:42 +0000 (18:49 +0000)]
Initial revision

17 years ago(m2-definition, m2-module): Don't use previous-line.
Thien-Thi Nguyen [Mon, 27 Aug 2007 13:38:50 +0000 (13:38 +0000)]
(m2-definition, m2-module): Don't use previous-line.

17 years agoRemove RCS keywords
Miles Bader [Mon, 27 Aug 2007 09:30:04 +0000 (09:30 +0000)]
Remove RCS keywords

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-863

17 years ago(x_draw_composite_glyph_string_foreground): Draw rectangle
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:31:30 +0000 (08:31 +0000)]
(x_draw_composite_glyph_string_foreground): Draw rectangle
for nonexistent or zero-width glyph in composition glyph.

17 years ago(mac-handle-toolbar-switch-mode): Add explicit
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:30:37 +0000 (08:30 +0000)]
(mac-handle-toolbar-switch-mode): Add explicit
argument to tool-bar-mode call.

17 years ago(Mac OS X): Add alternative workaround for QuickTime
YAMAMOTO Mitsuharu [Mon, 27 Aug 2007 08:29:51 +0000 (08:29 +0000)]
(Mac OS X): Add alternative workaround for QuickTime
updater breakage.

17 years ago(diff-find-file-name): Only accept regular files, to rule out
Glenn Morris [Mon, 27 Aug 2007 07:11:57 +0000 (07:11 +0000)]
(diff-find-file-name): Only accept regular files, to rule out
/dev/null, directories, etc.

17 years ago(vc-svn-diff): If the repository version of all the files is the same
Glenn Morris [Mon, 27 Aug 2007 07:04:45 +0000 (07:04 +0000)]
(vc-svn-diff): If the repository version of all the files is the same
as the specified OLDVERS, do a local diff.

17 years ago*** empty log message ***
Glenn Morris [Mon, 27 Aug 2007 07:04:25 +0000 (07:04 +0000)]
*** empty log message ***

17 years agoMerge from emacs--rel--22
Miles Bader [Mon, 27 Aug 2007 04:00:19 +0000 (04:00 +0000)]
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

17 years ago(Window Configurations): Clarify what a window configuration saves.
Richard M. Stallman [Mon, 27 Aug 2007 03:57:15 +0000 (03:57 +0000)]
(Window Configurations): Clarify what a window configuration saves.

17 years ago(Top): Clarify menu item for Glossary.
Richard M. Stallman [Mon, 27 Aug 2007 03:56:32 +0000 (03:56 +0000)]
(Top): Clarify menu item for Glossary.

17 years ago(Faces): Change secn title.
Richard M. Stallman [Mon, 27 Aug 2007 03:55:07 +0000 (03:55 +0000)]
(Faces): Change secn title.
Clarify not all fonts come from Font Lock.

17 years ago(tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
Richard M. Stallman [Mon, 27 Aug 2007 03:54:16 +0000 (03:54 +0000)]
(tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
and LFACE_BACKGROUND_INDEX in incorrectly copied code.

17 years ago(condition-case): Doc fix.
Richard M. Stallman [Mon, 27 Aug 2007 03:49:17 +0000 (03:49 +0000)]
(condition-case): Doc fix.

17 years agoMention avl-tree.el.
Thien-Thi Nguyen [Mon, 27 Aug 2007 03:36:34 +0000 (03:36 +0000)]
Mention avl-tree.el.

17 years ago(Features): Add avl-tree.
Thien-Thi Nguyen [Mon, 27 Aug 2007 03:32:45 +0000 (03:32 +0000)]
(Features): Add avl-tree.

17 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 27 Aug 2007 03:31:39 +0000 (03:31 +0000)]
*** empty log message ***

17 years agoCommentary and docstring munging; nfc.
Thien-Thi Nguyen [Mon, 27 Aug 2007 03:09:15 +0000 (03:09 +0000)]
Commentary and docstring munging; nfc.

17 years ago(avl-tree-del-balance1, avl-tree-del-balance2)
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:49:40 +0000 (02:49 +0000)]
(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'.

17 years agoMove things around; munge whitespace, indentation; nfc.
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:40:25 +0000 (02:40 +0000)]
Move things around; munge whitespace, indentation; nfc.

17 years agoDo s/elib-node-/avl-tree-node-/g. Resulting changed macro names:
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:31:23 +0000 (02:31 +0000)]
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.

17 years agoDo s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:22:57 +0000 (02:22 +0000)]
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.

17 years agoDo s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:11:12 +0000 (02:11 +0000)]
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.

17 years ago(elib-node-create): Delete unused macro.
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:05:22 +0000 (02:05 +0000)]
(elib-node-create): Delete unused macro.

17 years agoReduce nesting: Use modern backquote syntax.
Thien-Thi Nguyen [Mon, 27 Aug 2007 02:00:45 +0000 (02:00 +0000)]
Reduce nesting: Use modern backquote syntax.

17 years agoDo s/avltree/avl-tree/g. Resulting changed function names:
Thien-Thi Nguyen [Mon, 27 Aug 2007 01:44:37 +0000 (01:44 +0000)]
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.

17 years agoAdd arch tagline
Miles Bader [Mon, 27 Aug 2007 01:42:03 +0000 (01:42 +0000)]
Add arch tagline

17 years agoDon't require `cl'.
Thien-Thi Nguyen [Mon, 27 Aug 2007 01:35:41 +0000 (01:35 +0000)]
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.

17 years agoMove provide form to end; nfc.
Thien-Thi Nguyen [Mon, 27 Aug 2007 01:29:41 +0000 (01:29 +0000)]
Move provide form to end; nfc.

17 years agoMunge comments, whitespace, indentation, hanging parens; nfc.
Thien-Thi Nguyen [Mon, 27 Aug 2007 01:28:07 +0000 (01:28 +0000)]
Munge comments, whitespace, indentation, hanging parens; nfc.

17 years agoInitial revision, comprising elib-node.el and avltree.el,
Thien-Thi Nguyen [Mon, 27 Aug 2007 01:05:44 +0000 (01:05 +0000)]
Initial revision, comprising elib-node.el and avltree.el,
with minimum modifications for standalone-compilation.

17 years agoChange `fr-drdref' to `fr-dired-ref'.
Michaël Cadilhac [Sun, 26 Aug 2007 21:19:37 +0000 (21:19 +0000)]
Change `fr-drdref' to `fr-dired-ref'.

17 years agoMove fr-drdref.pdf to fr-dired-ref.pdf.
Michaël Cadilhac [Sun, 26 Aug 2007 21:17:14 +0000 (21:17 +0000)]
Move fr-drdref.pdf to fr-dired-ref.pdf.

17 years agoMove fr-drdref.tex to fr-dired-ref.tex.
Michaël Cadilhac [Sun, 26 Aug 2007 21:15:39 +0000 (21:15 +0000)]
Move fr-drdref.tex to fr-dired-ref.tex.

17 years agoSay that PDF files are now the default for refcards.
Michaël Cadilhac [Sun, 26 Aug 2007 21:08:54 +0000 (21:08 +0000)]
Say that PDF files are now the default for refcards.

17 years agoAdd rules for creating the refcards in PDF, make them the default.
Michaël Cadilhac [Sun, 26 Aug 2007 21:05:10 +0000 (21:05 +0000)]
Add rules for creating the refcards in PDF, make them the default.

17 years agoSpecify PDF layout, use a PDF `compile-command' local variable.
Michaël Cadilhac [Sun, 26 Aug 2007 20:59:21 +0000 (20:59 +0000)]
Specify PDF layout, use a PDF `compile-command' local variable.

17 years agoSpecify PDF layout.
Michaël Cadilhac [Sun, 26 Aug 2007 20:53:17 +0000 (20:53 +0000)]
Specify PDF layout.

17 years ago*** empty log message ***
Martin Rudalics [Sun, 26 Aug 2007 20:51:29 +0000 (20:51 +0000)]
*** empty log message ***

17 years agoUse a PDF `compile-command' local variable.
Michaël Cadilhac [Sun, 26 Aug 2007 20:50:40 +0000 (20:50 +0000)]
Use a PDF `compile-command' local variable.

17 years agoSpecify PDF layout, use a PDF `compile-command' local variable.
Michaël Cadilhac [Sun, 26 Aug 2007 20:48:39 +0000 (20:48 +0000)]
Specify PDF layout, use a PDF `compile-command' local variable.

17 years agoUpdate copyright notice. Update the examples. Fix a typo. Remove the
Michaël Cadilhac [Sun, 26 Aug 2007 20:44:28 +0000 (20:44 +0000)]
Update copyright notice.  Update the examples.  Fix a typo.  Remove the
`letterpaper' counter, specify PDF layout, use a PDF `compile-command' local
variable.

17 years agoSpecify PDF layout.
Michaël Cadilhac [Sun, 26 Aug 2007 20:41:16 +0000 (20:41 +0000)]
Specify PDF layout.

17 years agoRemove the `letterpaper' counter, specify PDF layout, use a PDF
Michaël Cadilhac [Sun, 26 Aug 2007 20:39:06 +0000 (20:39 +0000)]
Remove the `letterpaper' counter, specify PDF layout, use a PDF
`compile-command' local variable.

17 years agoSpecify PDF layout.
Michaël Cadilhac [Sun, 26 Aug 2007 20:37:33 +0000 (20:37 +0000)]
Specify PDF layout.

17 years agoSpecify PDF layout, use a PDF `compile-command' local variable.
Michaël Cadilhac [Sun, 26 Aug 2007 20:35:04 +0000 (20:35 +0000)]
Specify PDF layout, use a PDF `compile-command' local variable.

17 years agoRemove the PS versions of the refcards.
Michaël Cadilhac [Sun, 26 Aug 2007 20:31:40 +0000 (20:31 +0000)]
Remove the PS versions of the refcards.

17 years agoAdd the PDF versions of the refcards.
Michaël Cadilhac [Sun, 26 Aug 2007 20:29:11 +0000 (20:29 +0000)]
Add the PDF versions of the refcards.

17 years agoNew. Handle PDF layouts through \pdfpagewidth and \pdfpageheight.
Michaël Cadilhac [Sun, 26 Aug 2007 20:24:08 +0000 (20:24 +0000)]
New.  Handle PDF layouts through \pdfpagewidth and \pdfpageheight.

17 years ago(hi-lock-unface-buffer): Show a x-menu only if the mouse was used.
Michaël Cadilhac [Sun, 26 Aug 2007 19:35:16 +0000 (19:35 +0000)]
(hi-lock-unface-buffer): Show a x-menu only if the mouse was used.

17 years ago(PC-do-completion): Make RET accept a non-unique but complete
Michaël Cadilhac [Sun, 26 Aug 2007 19:20:20 +0000 (19:20 +0000)]
(PC-do-completion): Make RET accept a non-unique but complete
expansion again.

17 years agoInitial revision
Thien-Thi Nguyen [Sun, 26 Aug 2007 17:29:00 +0000 (17:29 +0000)]
Initial revision

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 26 Aug 2007 03:41:50 +0000 (03:41 +0000)]
*** empty log message ***

17 years ago(log-view-toggle-mark-entry): Add docstring.
Dan Nicolaescu [Sun, 26 Aug 2007 02:16:04 +0000 (02:16 +0000)]
(log-view-toggle-mark-entry): Add docstring.
(log-view-get-marked): Likewise.

17 years ago(eshell-eval-using-options): Add debug declaration.
Thien-Thi Nguyen [Sun, 26 Aug 2007 01:52:30 +0000 (01:52 +0000)]
(eshell-eval-using-options): Add debug declaration.