1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

82834 Commits

Author SHA1 Message Date
Eric S. Raymond
5a9de6d018 Remove some XXX comments no longer needed. 2008-05-01 19:28:56 +00:00
Eric S. Raymond
3702367bce Change 'needs-patch to 'needs-update. 2008-05-01 19:13:16 +00:00
Sam Steingold
a84615c77a (vc-delete-file): Check if the file has uncommitted changed. 2008-05-01 17:46:27 +00:00
Eric S. Raymond
1cb119fdbf Comment cleanup (no code change). 2008-05-01 16:40:14 +00:00
Eric S. Raymond
18a083fd78 Add items to TODO list. 2008-05-01 16:05:04 +00:00
Stefan Monnier
581c438cff Revert incorrect fix for claimed bootstrap breakage. 2008-05-01 15:18:52 +00:00
Martin Rudalics
047aaeb9fd (make_window): Initialize resize_proportionally.
(enlarge_window): Temporarily set resize_proportionally to make
sure that shrink_windows does scale the window proportionally.
(shrink_windows): When window has resize_proportionally set try
to shrink it proportionally by stealing from other windows.
(struct saved_window, Fset_window_configuration)
(compare_window_configurations): Handle resize_proportionally.
(WINDOW_TOTAL_SIZE): New macro.
(window_min_size, shrink_windows, size_window): Use it.
(check_min_window_sizes): Removed.  Invalid values of
window-min-height|width are handled by window_min_size_2 now.
(size_window, Fsplit_window, enlarge_window)
(adjust_window_trailing_edge, grow_mini_window): Don't call
check_min_window_sizes.
(window_min_size_2, window_min_size_1, window_min_size): New
argument safe_p for retrieving "safe" minimum sizes.
(Fdisplay_buffer, Fsplit_window, enlarge_window):
(adjust_window_trailing_edge, grow_mini_window): Adjust
arguments of window_min_size... functions.
(shrink_windows): Argument min_size removed.  New argument
safe_p allows shrinking windows to their safe minimum sizes.
Calculate minimum size and decide whether a window shall be
deleted for each window individually.
(size_window): When nodelete_p equals 2, tell shrink_windows to
delete windows only if their new minimum size is no more safe.
(shrink_window_lowest_first): Call window_min_size_1 to make
sure to preserve modeline of bottom-most window when resizing
the minibuffer.
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations): Do not handle
window-min-height|width any more.
(syms_of_window): Clarify window-min-height|width doc-strings.
2008-05-01 10:17:47 +00:00
Martin Rudalics
92f774f36e (struct window): Replace field too_small_ok by field
resize_proportionally.
2008-05-01 10:14:44 +00:00
Martin Rudalics
f8748f0fa0 (change_frame_size_1): Preserve small windows when shrinking
frames by calling set_window_height|width with third arg 2.
2008-05-01 10:12:50 +00:00
Daiki Ueno
6f8a419044 * epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.
2008-05-01 07:17:08 +00:00
Dan Nicolaescu
7db924c06a (vc-hg-extra-fileinfo): New defstruct.
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.
2008-05-01 06:35:09 +00:00
Dan Nicolaescu
97c66ed8cd (vc-dir-mode-map): Don't bind "r". 2008-05-01 06:33:24 +00:00
John Paul Wallington
59f13c2a44 *** empty log message *** 2008-05-01 01:25:24 +00:00
John Paul Wallington
e3b7143904 (define-ibuffer-sorter): Define the sorter to reverse sorting order if
last sorting mode was the sorter's.
2008-05-01 01:19:26 +00:00
John Paul Wallington
e782065477 (ibuffer-last-sorting-mode): New variable.
(ibuffer-do-sort-by-recency): Reverse sorting order if last sorting
mode was recency.
2008-05-01 01:17:35 +00:00
Jason Rumney
7041a99a5e (w32-charset-info-alist): Map vietnamese to windows-1258. 2008-05-01 00:53:35 +00:00
John Paul Wallington
e9e198332b (define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
use the buffer's default directory as filename.
2008-05-01 00:08:38 +00:00
John Paul Wallington
b4c5fc9ff1 (define-ibuffer-column filename): When the major mode is `vc-dir-mode'
show the buffer's default directory.
2008-04-30 23:55:05 +00:00
Sam Steingold
97e089f64d (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS. 2008-04-30 19:03:54 +00:00
Sam Steingold
775237d3a1 (vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
(vc-dir-delete-file): Add.
(vc-delete-file): Do not barf when the file has been already deleted.
2008-04-30 16:58:15 +00:00
Dan Nicolaescu
cea6009118 *** empty log message *** 2008-04-30 16:10:58 +00:00
Dan Nicolaescu
458c4642c5 (lisp-mode-map): Add menu. 2008-04-30 16:10:05 +00:00
Stefan Monnier
5d8137abac * progmodes/octave-mod.el (octave-help): New function.
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.
2008-04-30 08:48:02 +00:00
Stefan Monnier
af36f8ed1f (vc-checkout): Typo. 2008-04-30 08:13:09 +00:00
Stefan Monnier
bb6da2f86f (compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.
2008-04-30 08:12:20 +00:00
Stefan Monnier
2a54a229c0 (file_name_completion): Fix up the encoding/decoding issue
some more.  Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.
2008-04-30 07:16:08 +00:00
Dan Nicolaescu
15947a4464 Reorder, place things related to version control together. 2008-04-30 05:50:02 +00:00
Dan Nicolaescu
9a3558cbeb (menu-bar-tools-menu): Reorder, place Games last.
Add "..." in the appropriate places.
2008-04-30 05:48:32 +00:00
Dan Nicolaescu
703b961194 (epa-key-list-mode-map): Add more menu entries.
Add ... in the appropriate places.
2008-04-30 05:44:17 +00:00
Dan Nicolaescu
4b33a64a24 (dired-mode-map): Add :help. 2008-04-30 05:41:52 +00:00
Dan Nicolaescu
5bd20ee694 (vc-deduce-fileset): Add new parameter.
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.
2008-04-30 05:40:25 +00:00
Stefan Monnier
b00942d090 (completion-pcm-try-completion): Typo. 2008-04-30 04:48:27 +00:00
Stefan Monnier
81ff94589d (completion--do-completion): Move point even if the completion makes no change.
(completion-pcm-try-completion): Fix computation of new point.
2008-04-30 03:41:39 +00:00
Stefan Monnier
2f0adb0b8c Require 'cl. 2008-04-30 03:40:37 +00:00
Kenichi Handa
384bc6347c *** empty log message *** 2008-04-30 02:39:04 +00:00
Nick Roberts
37c7234307 (gdb-frame-handler-1): Make overlay arrow
hollow if not in innermost frame.
2008-04-30 02:27:52 +00:00
Nick Roberts
fe3769a60e *** empty log message *** 2008-04-30 02:24:56 +00:00
Stefan Monnier
e0607aaa2c Make `checkout-model' apply to filesets.
* vc-hooks.el (vc-checkout-model): Rewrite.
(vc-before-save, vc-after-save): Adjust callers accordingly.
* vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
(vc-transfer-file): Adjust callers accordingly.
* vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
(vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
(vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
instead of vc-checkout-model.
* vc-mcvs.el (vc-mcvs-revert):
Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
* vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
(vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
* vc-svn.el (vc-svn-checkout-model):
* vc-hg.el (vc-hg-checkout-model):
* vc-git.el (vc-git-checkout-model):
* vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
2008-04-29 15:32:56 +00:00
Stefan Monnier
b95ced6bee (dired-read-dir-and-switches): Replace last change with
a new approach that mixes read-file-name and read-directory-name.
2008-04-29 14:48:57 +00:00
Stefan Monnier
28bb43e10f (read-buffer-to-switch): Avoid making assumptions about `other-buffer'. 2008-04-29 14:47:45 +00:00
Sam Steingold
ac2c49f4e9 (vc-dir-mode-hook): Add normal hook.
(vc-dir-mode): Run it.
2008-04-29 13:42:15 +00:00
Nick Roberts
56a03d92cf (gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn. 2008-04-29 11:03:40 +00:00
Nick Roberts
05dfe89a80 (gdb-display-buffer): Don't pop up GUD buffer.
Always split windows.
(gdb-speedbar-timer-fn): Only raise frame after user input.
(gdb-same-frame): Reverse initial value.
(gdb-display-gdb-buffer): Check for GUD buffer in other frames.
2008-04-29 11:02:22 +00:00
Nick Roberts
0715a53151 *** empty log message *** 2008-04-29 11:00:31 +00:00
Agustín Martín
b224db3868 (flyspell-mode-on): Remove redundant (flyspell-mode-hook) run.
(flyspell-mode): Fix docstring in definition.
2008-04-29 10:55:35 +00:00
Stefan Monnier
3e9db557b8 (uniquify-rationalize-a-list): Beware of side-effects. 2008-04-29 07:11:36 +00:00
Glenn Morris
dc9b613eef Daiki Ueno <ueno at unixuser.org>
(epa-key-list-mode-map): Add menu.
(epa-delete-keys, epa-import-keys): Fix typo.
2008-04-29 07:10:55 +00:00
Glenn Morris
5bd8042b82 (top-level): Does not need cl when compiling.
Add arch-tag and footer.
2008-04-29 07:05:39 +00:00
Glenn Morris
ae2a7459ff Another new file, another license notice to update. 2008-04-29 07:01:01 +00:00
Glenn Morris
20202f5ecb Fix typo in previous. 2008-04-29 06:59:58 +00:00