1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

82170 Commits

Author SHA1 Message Date
Chong Yidong
e09655973f (Fscroll_up, Fscroll_down, Fscroll_left)
(Fscroll_right): Add ^ interactive spec.
2008-04-02 20:15:43 +00:00
Chong Yidong
1e9dbb5f64 (Fforward_word): Add ^ interactive spec. 2008-04-02 20:15:32 +00:00
Chong Yidong
9ae750f084 (Fforward_char, Fbackward_char, Fforward_line)
(Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
2008-04-02 20:15:21 +00:00
Chong Yidong
526c9df942 (Vtransient_mark_mode): Move docstring to simple.el to
avoid clobbering by define-minor-mode.
2008-04-02 20:15:11 +00:00
Chong Yidong
025ae9533d (Vthis_command_keys_shift_translated): New var.
(command_loop_1): Avoid running the direct display versions of
forward-char and backward-char if shift-selection may occur.
Don't change the value of transient-mark-mode; this is now handled
by handle-shift-selection.
(read_key_sequence): Set Vthis_command_keys_shift_translated if
shift-translation takes place.
2008-04-02 20:14:57 +00:00
Chong Yidong
9bdb1538a5 (Vshift_select_mode): New var.
(Finteractive): Document new ^ spec.
(Fcall_interactively): Call handle-shift-selection if the ^ spec
is present.
2008-04-02 20:14:40 +00:00
Chong Yidong
75043a7d35 * callint.c (Vshift_select_mode): New var.
(Finteractive): Document new ^ spec.
(Fcall_interactively): Call handle-shift-selection if the ^ spec
is present.

* keyboard.c (Vthis_command_keys_shift_translated): New var.
(command_loop_1): Avoid running the direct display versions of
forward-char and backward-char if shift-selection may occur.
Don't change the value of transient-mark-mode; this is now handled
by handle-shift-selection.
(read_key_sequence): Set Vthis_command_keys_shift_translated if
shift-translation takes place.

* buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
avoid clobbering by define-minor-mode.

* cmds.c (Fforward_char, Fbackward_char, Fforward_line)
(Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.

* syntax.c (Fforward_word): Add ^ interactive spec.

* window.c (Fscroll_up, Fscroll_down, Fscroll_left)
(Fscroll_right): Add ^ interactive spec.
2008-04-02 20:14:17 +00:00
Michael Albinus
113e2a8447 * net/tramp.el (tramp-make-tramp-temp-file): Use
`tramp-drop-volume-letter' for the local file name part.
2008-04-02 18:58:45 +00:00
Eli Zaretskii
cc0717799a (ps-generate-postscript-with-faces): If the face specified by the overlay's
`face' property is a string, assume it's a string name and intern it to get
the face symbol.
2008-04-02 17:52:26 +00:00
Dan Nicolaescu
76be286d64 *** empty log message *** 2008-04-02 06:43:02 +00:00
Dan Nicolaescu
f03562ec77 (sh-mode-map): Rename the menu. Add :help.
Add menu entries corresponding to all the key bindings.
2008-04-02 06:38:24 +00:00
Dan Nicolaescu
b23718189d * emacs-lisp/debug.el (debugger-mode-map):
* textmodes/conf-mode.el (conf-mode-map): Add a menu.
(conf-align-assignments): Only work on the region if it is active.
(conf-quote-normal): Use when instead of if.  Remove redundant test.
2008-04-02 06:35:21 +00:00
Dan Nicolaescu
5e8bbcc4c9 (emacs-lisp-mode-map): Add menu entries
for tracing and re-builder.
2008-04-02 06:29:40 +00:00
Glenn Morris
debf91fda6 Whitespace only. 2008-04-02 03:52:36 +00:00
Glenn Morris
ce5b3019bf (appt-disp-window-function): Doc fix.
(appt-display-message): Move beep before display.
(appt-check): Make interactive.  Reduce the number of lets.
Use string-equal to compare mode-line strings.
(appt-disp-window): Pluralize "minute" as needed.  Make appt buffer read-only.
(appt-select-lowest-window, appt-make-list): Reduce the number of lets.
(appt-delete): Simplify.
2008-04-02 03:50:34 +00:00
Glenn Morris
2475d1a306 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker)
(mark-visible-calendar-date): Check for font-lock-mode before using faces.
(hebrew-holidays-3, generate-calendar-month)
(calendar-gregorian-from-absolute): Reduce the number of lets.
(hebrew-holidays-4, generate-calendar-window): Simplify.
(calendar-for-loop): Make obsolete.
(calendar-nth-named-day): Doc fix.
2008-04-02 03:35:38 +00:00
Glenn Morris
2e73c671d1 (fancy-diary-display): Check for font-lock-mode before using faces.
(diary-list-entries, fancy-diary-display)
(print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
(calendar-mark-1, list-sexp-diary-entries, diary-remind):
Reduce the number of lets.
(mark-sexp-diary-entries, calendar-mark-complex):
Expand calendar-for-loops.
2008-04-02 03:34:23 +00:00
Glenn Morris
ff35f3b850 (calendar-time-zone-daylight-rules): Simplify. 2008-04-02 03:18:55 +00:00
Glenn Morris
2d354894b7 (list-yahrzeit-dates): Expand calendar-for-loop call. 2008-04-02 03:17:21 +00:00
Glenn Morris
80b24a359b (cal-tex-insert-blank-days-at-end, cal-tex-last-blank-p)
(cal-tex-daily-page): Expand calendar-for-loops.
2008-04-02 03:16:47 +00:00
Glenn Morris
d4ab8ae3c8 (holiday-chinese-new-year): Use a single let. 2008-04-02 03:15:54 +00:00
Chong Yidong
12e37a709a ** slow editing in .h files
Fixed by acm.
2008-04-02 00:55:27 +00:00
Alan Mackenzie
f333bb7704 (c-in-knr-argdecl): Limit number of paren/bracket pairs parsed, to solve
performance problem.
2008-04-01 21:41:21 +00:00
Stefan Monnier
a432c0a64b (try_window_id): Don't forget to reset delta_bytes. 2008-04-01 21:27:07 +00:00
Chong Yidong
11322a61fd ** overlay face property not used for after-string property
Bug closed.  See 2008-04-01 message to bug-gnu-emacs by cyd.
2008-04-01 20:18:44 +00:00
Chong Yidong
d16cd9ff30 ** Emacs CVS: find-file.el - Line up all columns in output
Done.
2008-04-01 17:38:32 +00:00
Chong Yidong
4543e21391 (find-dired-filter): Align columns by padding file sizes and link
numbers.
2008-04-01 17:34:20 +00:00
Chong Yidong
96c0d8d474 * find-dired.el (find-dired-filter): Align columns by padding file
sizes and link numbers.
2008-04-01 17:34:02 +00:00
Chong Yidong
103334cd21 Fix last fix. 2008-04-01 17:32:02 +00:00
Chong Yidong
8203444546 (find-dired-filter): Fix last patch to handle multi-line process
input.  Pad link numbers too.
2008-04-01 17:28:26 +00:00
Chong Yidong
43ef4163b3 * find-dired.el (find-dired-filter): Fix last patch to handle
multi-line process input.  Pad link numbers too.
2008-04-01 17:28:09 +00:00
Chong Yidong
1ed7b67b0c (find-dired-filter): Align columns by padding file sizes. 2008-04-01 16:48:24 +00:00
Chong Yidong
e03d4b93f7 * find-dired.el (find-dired-filter): Align columns by padding file
sizes.
2008-04-01 16:48:04 +00:00
Chong Yidong
74b82bf006 ** mouse-2 and calc-yank
Fixed by Jay Belanger, 2008-04-01
2008-04-01 15:56:39 +00:00
Juanma Barranquero
0f86a7dcb9 Fix typos. 2008-04-01 14:59:32 +00:00
Jason Rumney
6c52dd78f7 (script-list): Add phonetic script, covering IPA (previously Latin),
Phonetic Extensions and Phonetic Extensions Supplement (both previously
unassigned).
2008-04-01 14:24:26 +00:00
Jason Rumney
66fb0117ad (setup-default-fontset): Use unicode fonts that cover bopomofo
script for bopomofo. Likewise for braille and mathematical.
Use unicode scripts that cover the phonetic "script" for IPA.
2008-04-01 14:09:58 +00:00
Juanma Barranquero
8d6c5ad457 Convert to utf-8.
Fix typos; remove duplicate entries.
2008-04-01 10:53:49 +00:00
Johan Bockgård
a15b3f430c (frame-parameter) <defsetf>: Make it return the assigned value. 2008-04-01 09:20:42 +00:00
Stefan Monnier
497afe074a (abbrev-mode): Use define-minor-mode. 2008-04-01 08:36:57 +00:00
Stefan Monnier
ad0d18af63 (mouse-major-mode-menu-prefix): Remove. Remove uses.
(mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
Use map-keymap.
(minor-mode-menu-from-indicator): Use it.  Simplify.
2008-04-01 08:35:58 +00:00
Stefan Monnier
03b63ba9aa (mode-line-mode-menu): Move before (new) first use.
(mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
Bind the key directly to the menu.
(mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2008-04-01 07:56:11 +00:00
Glenn Morris
8fe9705016 (calendar-make-temp-face): Fix previous change. Use the last :face if
more than one.  Don't ignore any attributes before :face.  Fallback to
'default face if necessary.
2008-04-01 07:25:42 +00:00
Stefan Monnier
994b75e0f4 (casify_object): Fix up int/EMACS_INT mixup. 2008-04-01 06:02:20 +00:00
Michael Olson
721c6d09b2 lisp/ChangeLog: Update. 2008-04-01 05:29:00 +00:00
Michael Olson
d5fbd5a625 doc/misc/ChangeLog: Update. 2008-04-01 05:28:30 +00:00
Michael Olson
2c6c404a78 minor fixes for EasyPG
Hello,

Would someone please apply the attached patch which only contains minor
bug/doc fixes for EasyPG?  Then I'll post an update of the patch:
http://article.gmane.org/gmane.emacs.devel/89452
2008-04-01 05:28:04 +00:00
Glenn Morris
c899d5e37a (calendar-make-temp-face): New function.
(mark-visible-calendar-date): Use it.
2008-04-01 04:10:09 +00:00
Glenn Morris
eff756afa6 (fancy-diary-display): Use calendar-make-temp-face. 2008-04-01 04:08:41 +00:00
Glenn Morris
aafb0703bf (vc-responsible-backend): Declare as function. 2008-04-01 02:58:32 +00:00