1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
Commit graph

83689 commits

Author SHA1 Message Date
Kenichi Handa
2ecee2d034 (Ffont_spec): Don't use font_parse_family_registry for
family name.
2008-06-05 05:08:57 +00:00
Stefan Monnier
f68cfe84eb (unexpand-abbrev): Better preserve markers. 2008-06-05 05:06:58 +00:00
Kenichi Handa
ca2b2cde49 (fontset_find_font): Call font_open_for_lface with the
current font-spec.
2008-06-05 04:56:02 +00:00
Kenichi Handa
7740d2c7fa (xfont_list): Don't set registry to iso8859-1 even if it
is unspecified.
2008-06-05 04:18:55 +00:00
Kenichi Handa
76f54ecc91 (realize_x_face): If the font-related face attributes
are the same s those of default face, realize a new fontset
from default->fontset.
2008-06-05 04:14:48 +00:00
Stefan Monnier
c876b227d9 * window.c (window_scroll_pixel_based_preserve_x)
(window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
(window_scroll_pixel_based, window_scroll_line_based):
Use them to preserve column positions.
(syms_of_window): Initialize them.
* indent.c (Fvertical_motion): Extend first arg to allow passing an
(HPOS . VPOS) pair.
* xdisp.c (move_it_in_display_line_to): Improve the type of its args.
(move_it_in_display_line): New wrapper.
* dispextern.h (move_it_in_display_line): Declare.
2008-06-05 03:57:09 +00:00
Juanma Barranquero
927abf37e2 (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
(Fwindow_parameters): Return copy of parameter alist.  Doc fix.
(Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
2008-06-05 03:23:31 +00:00
Miles Bader
e40a85cd56 Rename functions in lisp/face-remap.el
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1208
2008-06-05 02:42:55 +00:00
Glenn Morris
ed25242f87 Update from Seiji Zenitani <zenitani at mac.com>. 2008-06-05 02:41:03 +00:00
Glenn Morris
2511b6a178 `make bootstrap; make install' dumps another emacs:
should be fixed by 2008-06-05 changes.
2008-06-05 02:39:13 +00:00
Glenn Morris
e8516bd5fd Add TAGS, TAGS-LISP. 2008-06-05 02:38:08 +00:00
Glenn Morris
a98f63d48d (autoload-rubric): New function, extracted from autoload-ensure-default-file.
(autoload-ensure-default-file): Use autoload-rubric.
2008-06-05 02:37:06 +00:00
Glenn Morris
2fe516326c ($(lisp)/cus-load.el): Remove unnecessary rule.
(custom-deps): Don't require $(lisp)/cus-load.el.
(custom-deps, finder-data): Don't depend on autoloads.
Should not be needed now, and doing so was causing make install to
re-dump emacs post-bootstrap.
(bootstrap-after): Don't run update-elclist, since modifying Makefile.in
mid-build forces some things to be rebuilt.
2008-06-05 02:36:11 +00:00
Glenn Morris
9b3cd5b453 (generated-custom-dependencies-file): Doc fix.
(custom-dependencies-no-scan-regexp): New variable.
(custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
Don't scan files matching custom-dependencies-no-scan-regexp.
Disable undo in the output buffer.  Remove kept-new-versions wackiness.
2008-06-05 02:35:36 +00:00
Glenn Morris
228b739631 (finder-headmark): Initialize and add doc string.
(generated-finder-keywords-file): Doc fix.
(finder-no-scan-regexp): New variable.
(finder-compile-keywords): Use a single let binding.  Disable undo in
the output buffer.  Use autoload-rubric.  Use mapc rather than mapcar.
Don't scan files matching finder-no-scan-regexp.  Use
with-temp-buffer.  Use expand-file-name rather than concat.  Use
directory-files to do regexp matching.  No need to require jka-compr.
(finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
(finder-list-matches): Disable undo.
(finder-commentary): Use let rather than let*.  Disable undo.
(finder-current-item): Use zerop.
(finder-mode): Use define-derived-mode.
(finder-exit): Doc fix.  Use dolist.
2008-06-05 02:35:15 +00:00
Juanma Barranquero
7b75374407 (Fontsets): Fix typos. 2008-06-05 01:26:54 +00:00
Miles Bader
15252ee9b2 Autoload variable-pitch-mode
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1206
2008-06-05 00:11:16 +00:00
Juanma Barranquero
9d14503e34 (Fset_window_parameter): Doc fix.
(Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2008-06-04 21:24:29 +00:00
Juanma Barranquero
e6841c3bc8 (struct window): Add new member window_parameters. 2008-06-04 20:52:12 +00:00
Juanma Barranquero
cfbb239560 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter): New defuns.
(syms_of_window): Defsubr the new defuns.
(make_window): Initialize window_parameters to nil.
2008-06-04 20:50:27 +00:00
John Paul Wallington
2124318ae3 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
(font-lock-after-unfontify-buffer): Use `bound-and-true-p'.
(cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
Doc fixes.
2008-06-04 16:20:04 +00:00
John Paul Wallington
4ba5063490 (Fdefmacro): Doc fix. 2008-06-04 14:07:53 +00:00
Sam Steingold
fe4f86953e (vc-hg-status-extra-header, vc-hg-status-extra-headers):
Generate extra status headers for a Mercurial tree.
2008-06-04 14:04:28 +00:00
John Paul Wallington
50b3db29b3 (define-ccl-program): Move `doc-string' decl down. 2008-06-04 13:49:43 +00:00
John Paul Wallington
301f6b87c1 (define-ccl-program): Add `doc-string' declaration. 2008-06-04 13:42:34 +00:00
John Paul Wallington
a0de8967f4 (electric-history-map): Define within defvar. Add docstring. 2008-06-04 11:22:53 +00:00
Juanma Barranquero
12de509923 (variable-pitch-mode): Reflow docstrings.
(text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2008-06-04 11:14:07 +00:00
Kenichi Handa
c0e16b1436 (detect_coding): Fix handling of coding->head_ascii.
Be sure to call setup_coding_system when a proper coding system is
found.
(detect_coding_system): Fix handling of coding->head_ascii.
2008-06-04 07:53:59 +00:00
Glenn Morris
07e810660a Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
2008-06-04 07:12:44 +00:00
Glenn Morris
f20186fdf0 face-remap place holder. 2008-06-04 07:09:08 +00:00
Glenn Morris
55f9bad5bd alpha frame parameter details from Seiji Zenitani <zenitani at mac.com>. 2008-06-04 07:08:45 +00:00
Stefan Monnier
42c27c2a24 (image-mode-map): Add doc-view-inspired bindings. 2008-06-04 05:58:33 +00:00
Miles Bader
56c73dec5c Add adjust-buffer-face-height command
... and move face-height adjustment bindings into ctl-x-map using it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1203
2008-06-04 05:38:04 +00:00
Chong Yidong
2a1e0c92c3 (line-move-1): If we did not move as far as desired, ensure that
point-left and point-entered hooks are called.
2008-06-03 22:56:56 +00:00
Chong Yidong
36b3ea1494 * simple.el (line-move-1): If we did not move as far as desired,
ensure that point-left and point-entered hooks are called.
2008-06-03 22:56:16 +00:00
Sam Steingold
bdb55eba8d (vc-cvs-status-extra-headers): Remove extraneous newlines. 2008-06-03 21:30:35 +00:00
Andreas Schwab
0615d9037b (font_prop_validate_spacing): Fix last change. 2008-06-03 20:37:41 +00:00
John Paul Wallington
e956634f3a (makefile-cleanup-continuations, makefile-warn-suspicious-lines):
Use `derived-mode-p'.
2008-06-03 19:39:24 +00:00
Andreas Schwab
362f44f2cf Regenerate with fixed AC_FUNC_MKTIME. 2008-06-03 16:09:01 +00:00
Stefan Monnier
f641e17bd4 (update-elclist): Impose a fixed collation for sorting.
(ELCFILES): Update.
2008-06-03 15:42:20 +00:00
Kenichi Handa
eea9c5c494 *** empty log message *** 2008-06-03 11:57:01 +00:00
Kenichi Handa
e6cb3cf55f (font_parse_fcname): Fix handling of unknown key. 2008-06-03 11:50:33 +00:00
Miles Bader
9d3d42fb74 Add lisp/face-remap.el and associated documentation
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1200
2008-06-03 11:05:52 +00:00
Miles Bader
f474904ea7 Add arch tagline 2008-06-03 10:47:29 +00:00
Stefan Monnier
466a09b5f8 (flymake-process-filter): Make sure the source buffer isn't dead. 2008-06-03 08:12:02 +00:00
Stefan Monnier
a87c1daf65 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
* obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
* obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
* obsolete/auto-show.el, obsolete/hscroll.el:
Remove packages that were obsolete in Emacs-20, or that were obsolete
in Emacs-21 and do not contain any more code.
2008-06-03 08:08:01 +00:00
Stefan Monnier
8d27bcdf2e (vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set. 2008-06-03 07:56:02 +00:00
Juanma Barranquero
e914c409be Fix typos. 2008-06-03 07:46:36 +00:00
Stefan Monnier
d2d7e96cd8 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
* doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2008-06-03 07:42:03 +00:00
Juanma Barranquero
2f593f4c65 Fix typos. 2008-06-03 07:40:29 +00:00