- 05 Jun, 2008 6 commits
-
-
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 16 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
-
Stefan Monnier authored
-
Miles Bader authored
... and move face-height adjustment bindings into ctl-x-map using it. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1203
-
- 03 Jun, 2008 18 commits
-
-
Chong Yidong authored
point-left and point-entered hooks are called.
-
Chong Yidong authored
ensure that point-left and point-entered hooks are called.
-
Sam Steingold authored
-
Andreas Schwab authored
-
John Paul Wallington authored
Use `derived-mode-p'.
-
Andreas Schwab authored
-
Stefan Monnier authored
(ELCFILES): Update.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1200
-
Miles Bader authored
-
Stefan Monnier authored
-
Stefan Monnier authored
* 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.
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
* doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
-
Juanma Barranquero authored
-
Stefan Monnier authored
yet a bit more clever at distinguishing / from /.
-