Glenn Morris
fb6be44abc
(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
...
calendar-month-edges, and the 'date property to handle intermonth text.
2008-06-26 03:41:38 +00:00
Glenn Morris
b1c172fe60
(calendar-date-echo-text): Doc fix. Add default :value for sexp type.
...
(calendar-month-edges): New variable.
(calendar-month-edges): New function.
(calendar-recompute-layout-variables): Set calendar-month-edges.
(calendar-intermonth-header, calendar-intermonth-text): New options.
(calendar-insert-at-column): New function.
(calendar-generate-month): Use calendar-insert-at-column.
Handle intermonth text. Add 'date property.
(calendar-column-to-month): Remove function.
(calendar-column-to-segment): New function.
(calendar-cursor-to-date): Use calendar-column-to-segment. Check 'date property.
(calendar-print-other-dates): Handle mouse events.
2008-06-26 03:41:20 +00:00
Stefan Monnier
86011bf229
(completion-basic-try-completion): Use the text after
...
point to consrain the completion candidates.
(completion-basic-all-completions): Adjust accordingly.
2008-06-26 02:48:56 +00:00
Chong Yidong
d19ba1af2f
(tex-verbatim): Use monospace instead of courier.
2008-06-25 22:35:53 +00:00
Chong Yidong
bfffdd077e
(set-face-attribute): Doc fix.
2008-06-25 22:35:37 +00:00
Chong Yidong
6aed7eca20
* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
...
courier.
* faces.el (set-face-attribute): Doc fix.
2008-06-25 22:35:22 +00:00
Chong Yidong
c9055a7d85
Fix last change, using "monospace" rather than "Monospace".
2008-06-25 22:32:56 +00:00
Chong Yidong
be9d013ae8
(x_default_font_parameter): If Xft is available, first try
...
Monospace-12 for the default font.
2008-06-25 22:29:20 +00:00
Chong Yidong
bd02793aba
* xfns.c (x_default_font_parameter): If Xft is available, first
...
try Monospace-12 for the default font.
2008-06-25 22:29:11 +00:00
Jason Rumney
ccedd25934
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
2008-06-25 21:46:49 +00:00
Stefan Monnier
603a09371b
(Fbyte_code): Disable debugging code that doesn't compile.
2008-06-25 20:57:16 +00:00
Stefan Monnier
fbe062b7fb
(syms_of_buffer): Remove default-word-wrap.
2008-06-25 20:55:53 +00:00
Juri Linkov
f45acc9d34
Add global bindings M-s o' for occur', M-s h r' for highlight-regexp',
...
and isearch binding `M-s h r' for `isearch-highlight-regexp'.
2008-06-25 20:27:45 +00:00
Juri Linkov
11c9f489a4
(isearch-mode-map): Bind M-s h r' to isearch-highlight-regexp'.
...
(isearch-highlight-regexp): New function.
2008-06-25 20:22:14 +00:00
Juri Linkov
56d62ee1fb
(goto-map): New variable. Rebind goto-related
...
commands to this `M-g' prefix keymap.
(search-map): New variable for `M-s' prefix keymap.
Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
`highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
`M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
`M-shw' to `hi-lock-write-interactive-patterns'.
2008-06-25 20:17:07 +00:00
Stefan Monnier
43f8b27568
* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
...
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point. Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.
2008-06-25 16:51:33 +00:00
Stefan Monnier
ac935997e2
* Makefile.in (Makefile): Use it for its timestamp value as well, and
...
make it depend on all other */.in files.
(src/Makefile, src/config.stamp, lib-src/Makefile)
(doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
(doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
(leim/Makefile, lisp/Makefile): Remove those overlapping targets.
(leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
* configure.in: Don't create src/config.stamp any more.
2008-06-25 15:46:23 +00:00
Stefan Monnier
3af36712d1
Paren typo.
2008-06-25 15:15:39 +00:00
Stefan Monnier
70ef885744
* buff-menu.el: Use with-current-buffer and inhibit-read-only.
...
(Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
* bs.el: Use with-current-buffer. Simplify.
(bs-toggle-readonly): Avoid vc-toggle-read-only.
2008-06-25 15:13:03 +00:00
Stefan Monnier
eafee8f217
* mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
...
* nnkiboze.el (nnkiboze-generate-group):
Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2008-06-25 15:10:16 +00:00
Stefan Monnier
ee5b7365d5
(eshell-manipulate): Check eshell-debug-command is bound before using it.
2008-06-25 15:05:33 +00:00
Stefan Monnier
32bed934f9
Require CL.
2008-06-25 15:01:47 +00:00
Juanma Barranquero
69587bba21
Fix typos.
2008-06-25 14:05:38 +00:00
Kenichi Handa
48e0b4c0d3
(Fstring_to_unibyte): Fix the previous change.
2008-06-25 12:02:48 +00:00
Juanma Barranquero
69785ad0fa
* xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
...
<scroll-conservatively>: Fix typo in docstring.
* xselect.c (Fx_send_client_event): Doc fix.
2008-06-25 11:51:46 +00:00
Glenn Morris
c045cf6edc
Comment typo.
2008-06-25 07:49:12 +00:00
Glenn Morris
b8350f31b4
Remove witness-emacs.
2008-06-25 07:48:35 +00:00
Glenn Morris
91c829f79c
Fix usage typo.
2008-06-25 07:47:09 +00:00
Glenn Morris
5e4b2828d9
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
2008-06-25 07:46:42 +00:00
Glenn Morris
58871e1b3c
rst-mode got installed.
2008-06-25 07:43:55 +00:00
Kenichi Handa
34e9727275
(Fx_list_fonts): Call Flist_fonts with the arg PREFER.
2008-06-25 07:35:49 +00:00
Kenichi Handa
7181ea6aa0
(font_parse_fcname): Remove unused variables.
...
(font_sort_entites): Delete the arg SPEC. Caller changed. Fix
for the case of ! best_only.
(font_delete_unmatched): Check DPI and AVGWIDTH too.
2008-06-25 07:31:37 +00:00
Kenichi Handa
50542767a7
*** empty log message ***
2008-06-25 07:16:43 +00:00
Dan Nicolaescu
10c7e43106
* vc-hg.el:
...
* vc-git.el: Require vc-dir when compiling.
2008-06-25 05:35:05 +00:00
Kenichi Handa
249e6f764a
*** empty log message ***
2008-06-25 04:58:14 +00:00
Dan Nicolaescu
34e6028a41
(vc-annotate-parent-rev): Pacify byte compiler.
...
(vc-svn-parse-status): Do not set the vc-backend property.
2008-06-25 03:26:45 +00:00
Dan Nicolaescu
2913a58d6e
* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
...
vc-dir-marked-only-files. Change the return value.
(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
Change the return value.
(vc-dir-deduce-fileset): New function broken out from ...
* vc.el (vc-deduce-fileset): ... here and ...
(vc-deduce-fileset): ... here.
2008-06-25 03:19:14 +00:00
Kenichi Handa
40ef884328
(Fstring_to_unibyte): Fix typo in docstring.
2008-06-25 02:56:20 +00:00
Kenichi Handa
888d7d8651
Mention string-to-unibyte.
2008-06-25 02:55:06 +00:00
Kenichi Handa
9a9d8a8fa7
(image-jpeg-p): Convert DATA to unibyte at first.
2008-06-25 02:48:03 +00:00
Dan Nicolaescu
e53ac7180f
(vc-annotate-parent-rev): Pacify byte compiler.
2008-06-25 02:45:50 +00:00
Kenichi Handa
c042d659c1
(Fstring_to_unibyte): EXFUN it.
2008-06-25 02:45:09 +00:00
Kenichi Handa
0460afe531
(str_to_unibyte): Extern it.
2008-06-25 02:44:43 +00:00
Kenichi Handa
4aa40bb808
(str_to_unibyte): New function.
2008-06-25 02:44:20 +00:00
Kenichi Handa
b4480f1678
(Fstring_to_unibyte): New function.
...
(syms_of_fns): Defsubr it.
2008-06-25 02:43:59 +00:00
Andreas Schwab
ed008205fc
(face-font-family-alternatives, variable-pitch): Use
...
"Sans Serif", not "Sans-Serif".
2008-06-25 00:39:59 +00:00
Kenichi Handa
65c108e456
*** empty log message ***
2008-06-25 00:35:02 +00:00
Andreas Schwab
56f6f7604b
Fix thinko.
2008-06-24 23:58:00 +00:00
Andreas Schwab
fd13748d94
(bootstrap-clean): Do what distclean does but don't remove
...
Makefile.
(distclean): Depend on bootstrap-clean and remove Makefile.
2008-06-24 23:44:12 +00:00
Andreas Schwab
4c3f18fe70
(${lispsource}/loaddefs.el): Renamed from
...
../lisp/loaddefs.el.
2008-06-24 23:00:25 +00:00