- 05 Jun, 2008 26 commits
-
-
Kenichi Handa authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1212
-
Stefan Monnier authored
tags-file-name and tags-table-list from the right buffer. (tags-table-check-computed-list, tags-table-extend-computed-list) (find-tag-noselect): Use with-current-buffer.
-
Kenichi Handa authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Rename from Vminibuffer_local_must_match_filename_map. (syms_of_keymap): * minibuf.c (Fcompleting_read): Adjust accordingly. * commands.h: Rename declaration as well. * minibuffer.el (minibuffer-local-must-match-filename-map): Declare obsolete alias for the old name.
-
Kenichi Handa authored
Ffont_put.
-
Kenichi Handa authored
family name.
-
Kenichi Handa authored
family name.
-
Stefan Monnier authored
-
Kenichi Handa authored
current font-spec.
-
Kenichi Handa authored
is unspecified.
-
Kenichi Handa authored
are the same s those of default face, realize a new fontset from default->fontset.
-
Stefan Monnier authored
(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.
-
Juanma Barranquero authored
(Fwindow_parameters): Return copy of parameter alist. Doc fix. (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1208
-
Glenn Morris authored
-
Glenn Morris authored
should be fixed by 2008-06-05 changes.
-
Glenn Morris authored
-
Glenn Morris authored
(autoload-ensure-default-file): Use autoload-rubric.
-
Glenn Morris authored
(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.
-
Glenn Morris authored
(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.
-
Glenn Morris authored
(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.
-
Juanma Barranquero authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1206
-
- 04 Jun, 2008 14 commits
-
-
Juanma Barranquero authored
(Fwindow_parameters, Fwindow_parameter): Remove redundant check.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(syms_of_window): Defsubr the new defuns. (make_window): Initialize window_parameters to nil.
-
John Paul Wallington authored
(font-lock-after-unfontify-buffer): Use `bound-and-true-p'. (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords): Doc fixes.
-
John Paul Wallington authored
-
Sam Steingold authored
Generate extra status headers for a Mercurial tree.
-
John Paul Wallington authored
-
John Paul Wallington authored
-
John Paul Wallington authored
-
Juanma Barranquero authored
(text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
-
Kenichi Handa authored
Be sure to call setup_coding_system when a proper coding system is found. (detect_coding_system): Fix handling of coding->head_ascii.
-
Glenn Morris authored
(rx): Doc fix.
-
Glenn Morris authored
-
Glenn Morris authored
-