1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
Commit graph

14486 commits

Author SHA1 Message Date
Michael Olson
cdea866600 Add ChangeLog entries. Remove unneeded (require 'cl). 2008-06-06 16:24:04 +00:00
Martin Rudalics
0a3a94b3d2 (display-buffer): Remove dead call to get-lru-window. 2008-06-06 08:01:29 +00:00
Stefan Monnier
10b6d5c455 (mail-interactive): Change default. 2008-06-06 05:59:38 +00:00
John Paul Wallington
7fc743d473 (completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl. 2008-06-05 19:59:49 +00:00
Stefan Monnier
1961ef0413 (ffap-prompter): Don't use the region. 2008-06-05 19:14:34 +00:00
Sam Steingold
1d1d90d624 (vc-cvs-registered): Consider a directory with a CVS subdirectory to be registered. 2008-06-05 18:52:48 +00:00
Stefan Monnier
87478b52f9 * window.el (display-buffer-function, special-display-p)
(special-display-buffer-names, special-display-regexps)
(special-display-function, same-window-p, same-window-buffer-names)
(same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
(pop-up-frame-function, pop-up-windows)
(split-window-preferred-function, split-height-threshold)
(split-width-threshold, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(even-window-heights, window--even-window-heights)
(window--display-buffer-1, window--display-buffer-2, display-buffer)
(pop-to-buffer): Move from window.c and buffer.c.
(split-window-preferred-horizontally): Remove.
* cus-start.el: Remove corresponding declarations.

* window.c (pop_up_windows, pop_up_frames)
(display_buffer_reuse_frames, Vpop_up_frame_function)
(Vdisplay_buffer_function, Veven_window_heights)
(Vspecial_display_buffer_names, Vspecial_display_regexps)
(Vspecial_display_function, Vsame_window_buffer_names)
(Vsame_window_regexps, split_height_threshold)
(Vsplit_window_preferred_function): Move those vars to window.el.
(display_buffer_1, Fspecial_display_p, Fsame_window_p)
(Fdisplay_buffer): Move those functions to window.el.
(syms_of_window): Remove corresponding declarations.
(display_buffer): New function.
(temp_output_buffer_show, Fother_window_for_scrolling): Use it.
* dispnew.c (Flast_nonminibuf_frame): New function.
* buffer.c (Fpop_to_buffer): Move to window.el.
2008-06-05 18:00:36 +00:00
Sam Steingold
f0fbfd4372 (vc-update): Use `save-some-buffers' instead of signaling an error on modified buffers. 2008-06-05 15:53:05 +00:00
Stefan Monnier
dcaaec2302 (tags-verify-table): Be careful to use and update
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.
2008-06-05 05:55:37 +00:00
Stefan Monnier
b1d6575d63 (trace-entry-message, trace-exit-message): Use print-circle. 2008-06-05 05:46:11 +00:00
Stefan Monnier
8ba31f366f * keymap.c (Vminibuffer_local_filename_must_match_map):
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.
2008-06-05 05:44:12 +00:00
Stefan Monnier
f68cfe84eb (unexpand-abbrev): Better preserve markers. 2008-06-05 05:06:58 +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
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
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
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
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
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
Glenn Morris
07e810660a Trent W. Buck <trentbuck at gmail.com> (tiny change)
(rx): Doc fix.
2008-06-04 07:12:44 +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
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
John Paul Wallington
e956634f3a (makefile-cleanup-continuations, makefile-warn-suspicious-lines):
Use `derived-mode-p'.
2008-06-03 19:39:24 +00:00
Stefan Monnier
f641e17bd4 (update-elclist): Impose a fixed collation for sorting.
(ELCFILES): Update.
2008-06-03 15:42:20 +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
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
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
Stefan Monnier
a9bc137f5e (perl-font-lock-syntactic-keywords): Try to be
yet a bit more clever at distinguishing / from /.
2008-06-03 07:18:54 +00:00
Kenichi Handa
8e6276cbbd (ELCFILES): Add $(lisp)/language/hanja-util.elc. 2008-06-03 04:59:48 +00:00
Glenn Morris
74df7e223f Comments don't need changelog entries. 2008-06-03 03:13:45 +00:00
Glenn Morris
5fe2902f8e (f90-typedef-matcher, f90-looking-at-type-like): Check that
end-of-word follows "type".
2008-06-03 03:12:40 +00:00
Daiki Ueno
6843296d5b (epa-file-write-region): Write the entire buffer
content if START is nil.
2008-06-02 05:09:36 +00:00
Magnus Henoch
fa68fa5933 Remove obsolete TO DO comment. (It was implemented on 1993-03-27.) 2008-06-01 14:42:21 +00:00
Juanma Barranquero
29128339b1 (x-get-selection): Fix typo. 2008-06-01 11:54:47 +00:00
Juanma Barranquero
70583cb569 (describe-text-sexp): Use `string-match-p'. Simplify.
(describe-char): Use `looking-at-p', `string-match-p' when possible.
2008-06-01 04:48:53 +00:00
Miles Bader
3f715d17fe Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193
2008-06-01 02:35:04 +00:00
John Paul Wallington
1e4a62d8f3 *** empty log message *** 2008-06-01 01:50:42 +00:00
Juanma Barranquero
8793dabb23 (icomplete-get-keys): Doc fix. Use `when'. 2008-05-31 23:51:57 +00:00
Dan Nicolaescu
9fc36123d7 (vc-cvs-after-dir-status): Support spaces in file
names and improve support for unregistered files.
2008-05-31 15:23:58 +00:00
Glenn Morris
10498e1c2c (compile-last): Replace tr in `els' assignment with sed. Remove shell
variable `elc'.  Split tests to hopefully be more portable.  Fix `sel'
assignment.
2008-05-31 02:24:12 +00:00
Juanma Barranquero
d9aa6b3358 (completion-table-dynamic): Doc fix. 2008-05-30 19:50:26 +00:00
Stefan Monnier
47dd5958df (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
return `unregistered' when applicable.
2008-05-30 16:21:49 +00:00
Stefan Monnier
145b63776b (checkdoc-this-string-valid-engine):
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Glenn Morris
ca8ef0dc04 (org-get-entries-from-diary): Also set diary-display-function. 2008-05-30 03:00:19 +00:00
Kenichi Handa
7736dabea7 (describe-font): Don't check fontset
here, and just call font-info.  Get the default font by from the
default face.
2008-05-30 02:37:31 +00:00