Michaël Cadilhac
692a529bdc
Remove the PS versions of the refcards.
2007-08-26 20:31:40 +00:00
Michaël Cadilhac
38ea8b5e3c
Add the PDF versions of the refcards.
2007-08-26 20:29:11 +00:00
Michaël Cadilhac
edfbed5ee9
New. Handle PDF layouts through \pdfpagewidth and \pdfpageheight.
2007-08-26 20:24:08 +00:00
Michaël Cadilhac
a2ab90da9d
(hi-lock-unface-buffer): Show a x-menu only if the mouse was used.
2007-08-26 19:35:16 +00:00
Michaël Cadilhac
f8a3deedc6
(PC-do-completion): Make RET accept a non-unique but complete
...
expansion again.
2007-08-26 19:20:20 +00:00
Thien-Thi Nguyen
3300097f4d
Initial revision
2007-08-26 17:29:00 +00:00
Richard M. Stallman
9f44d41a0a
*** empty log message ***
2007-08-26 03:41:50 +00:00
Dan Nicolaescu
a090236093
(log-view-toggle-mark-entry): Add docstring.
...
(log-view-get-marked): Likewise.
2007-08-26 02:16:04 +00:00
Thien-Thi Nguyen
0d182a34a1
(eshell-eval-using-options): Add debug declaration.
2007-08-26 01:52:30 +00:00
Dan Nicolaescu
a549ce7054
* vc-hooks.el (vc-registered): Use mapc instead of mapcar.
...
(vc-delete-automatic-version-backups): Likewise.
* vc.el (vc-dired-buffers-for-dir): Likewise.
2007-08-26 00:32:23 +00:00
Richard M. Stallman
7f59302aef
Syntactic cleanup.
2007-08-25 23:50:16 +00:00
Richard M. Stallman
db470cad8c
(Images): Delete redundant @findex.
2007-08-25 22:58:02 +00:00
Dan Nicolaescu
f152a8982d
* progmodes/cperl-mode.el (cperl-indent-level): Autoload the
...
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.
2007-08-25 21:29:48 +00:00
Stefan Monnier
8837a213a2
(uniquify-rationalize-file-buffer-names): Check liveness
...
of buffers in uniquify-managed.
2007-08-25 20:21:12 +00:00
Stefan Monnier
c65e694244
(invisible-p): Rename from text-invisible-p. Update callers.
2007-08-25 20:20:26 +00:00
Dan Nicolaescu
ee0fb2286f
* progmodes/cperl-mode.el (cperl-indent-level): Autoload the
...
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.
2007-08-25 20:14:54 +00:00
Stefan Monnier
d7e2a28f59
Redirect to intel386.h if compiling for i386.
2007-08-25 20:12:48 +00:00
Stefan Monnier
e60c4e15ef
(Finvisible_p): New function.
...
(syms_of_xdisp): defsubr it.
2007-08-25 20:11:09 +00:00
Dan Nicolaescu
3a44b2ae7a
(log-view-marked-list): Delete variable.
...
(log-view-mode): Don't use it.
(log-view-toggle-mark-entry): Likewise, simplify.
(log-view-current-tag): Don't return properties.
(log-view-get-marked): New function.
2007-08-25 20:07:23 +00:00
Dan Nicolaescu
6f222162a7
* vc-git.el (vc-git-mode-line-string): New function.
2007-08-25 20:04:26 +00:00
Alan Mackenzie
02df5de4ca
(c-other-decl-block-key-in-symbols-alist): new language variable.
2007-08-25 17:06:06 +00:00
Alan Mackenzie
82ba65cfe1
(c-brace-anchor-point): new function.
...
(c-add-stmt-syntax): Give accurate anchor points for "namespace", "extern"
etc., rather than BOI. Fix addition of spurious syntactic-symbol
'defun-block-intro, replacing it with 'innamespace, etc.
2007-08-25 17:05:11 +00:00
Alan Mackenzie
f2f800c3ef
*** empty log message ***
2007-08-25 16:57:31 +00:00
Alan Mackenzie
c382ec4021
(c-other-decl-block-key-in-symbols-alist): new language variable.
2007-08-25 16:54:09 +00:00
Alan Mackenzie
a335046bf5
(c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurate
...
anchor points for "namespace", "extern" etc., rather than BOI. Fix
addition of spurious syntactic-symbol 'defun-block-intro, replacing it
with 'innamespace, etc.
2007-08-25 16:50:26 +00:00
Alan Mackenzie
d3a7247860
*** empty log message ***
2007-08-25 16:43:46 +00:00
Stephen Gildea
aad5673d98
add mh-annotate-msg-hook
2007-08-25 14:12:58 +00:00
Juri Linkov
1ae0abbc93
(auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
2007-08-25 14:09:24 +00:00
Juri Linkov
4a2f0e9922
Add autoloads to put associations in auto-mode-alist:
...
associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
"\\.svgz?\\'" with xml-mode and image-mode-maybe.
2007-08-25 14:08:44 +00:00
Juri Linkov
62564fc7e8
(image-type-header-regexps): Use more complex regexp for svg.
...
(image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
(image-type-auto-detectable): Add (svg . maybe).
2007-08-25 14:05:49 +00:00
Juri Linkov
5b668628b7
(jka-compr-compression-info-list): Add .svgz to treat it like .tgz.
2007-08-25 14:04:34 +00:00
Juri Linkov
86831703d3
Add file coding cookie.
2007-08-25 14:03:30 +00:00
Reiner Steib
f29897bb38
(cvs-query-directory): Only prompt when prefix is given.
...
Don't behave differently when executed via M-x. Add doc string.
2007-08-25 12:25:50 +00:00
Reiner Steib
4d0a94d6be
(sort-fold-case, sort-numeric-base): Mark as safe-local-variable.
2007-08-25 12:24:12 +00:00
Reiner Steib
2cbde70235
(cvs-query-directory): Only prompt when prefix is given.
...
Don't behave differently when executed via M-x. Add doc string.
2007-08-25 12:18:43 +00:00
Eli Zaretskii
ca4ea90fa9
(rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
...
in case srcdir=. and file is copied into itself.
2007-08-25 10:59:32 +00:00
Eli Zaretskii
7d477c58b0
Texinfo 4.6 is required.
2007-08-25 10:53:27 +00:00
Jay Belanger
94a954954c
(var-TimeZone): Make nil the default value.
...
(math-calendar-tzinfo): New variable.
(math-get-calendar-tzinfo): New function.
(calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
to get information when zone is nil.
2007-08-25 01:37:13 +00:00
Jay Belanger
3707a0017b
(Time Zones): Explain that Calc will by default use daylight saving
...
time determined by the calendar.
2007-08-25 01:35:31 +00:00
Karl Berry
3baad51b54
missed ChangeLog entry
2007-08-25 00:30:23 +00:00
Karl Berry
6ea4d0d7cb
no "per johns", I wrote this change
2007-08-24 22:54:44 +00:00
Dan Nicolaescu
83db937cda
(log-view-toggle-mark-entry): New function.
...
(log-view-mode-map): Bind it.
(log-view-marked-list): New variable.
(log-view-mode): Make it local.
2007-08-24 17:28:00 +00:00
Glenn Morris
9538e9ca91
(makeinfo): Reduce requirement to 4.6.
2007-08-24 17:09:30 +00:00
Thien-Thi Nguyen
5b29d790c9
(zone-pgm-rat-race): New func.
...
(zone-programs): Add `zone-pgm-rat-race'.
2007-08-24 16:07:07 +00:00
Stefan Monnier
9d693d807f
(byte-optimize-if): Don't presume `clause' is a list.
2007-08-24 14:39:25 +00:00
Juanma Barranquero
ee163e6dbc
*** empty log message ***
2007-08-24 13:58:50 +00:00
Juanma Barranquero
3046a84b5e
(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
2007-08-24 13:46:24 +00:00
Juanma Barranquero
ff8da44303
*** empty log message ***
2007-08-24 11:23:33 +00:00
Juanma Barranquero
6794bf285d
*** empty log message ***
2007-08-24 10:50:07 +00:00
Thien-Thi Nguyen
39696a778f
(hs-match-data): Delete alias.
...
(hs-hide-block-at-point, hs-find-block-beginning)
(hs-show-block): Use `match-data' directly.
2007-08-24 10:41:57 +00:00