Glenn Morris
d1501442e0
Toby Speight <streapadair at gmx.net> (tiny change)
...
(hosts-generic-mode, named-database-generic-mode): Fix regexp quoting.
2009-01-30 03:45:51 +00:00
Eli Zaretskii
c279587b96
Rename pending_signals to msdos_pending_signals.
...
(sig_suspender, sigprocmask): Adjust.
2009-01-29 19:23:24 +00:00
Michael Albinus
5c7043a248
* net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
...
correction of passwords.
2009-01-29 16:26:53 +00:00
Chong Yidong
3a67b38766
Update Oliver Seidel's email address, and add Stephen Berman as
...
maintainer.
2009-01-29 15:19:44 +00:00
Chong Yidong
5037fb74bf
Fix last log entry: blockinput.h was not changed.
2009-01-29 14:38:34 +00:00
Chong Yidong
26f1ab2426
(QUIT): Check pending_signals instead of interrupt_input_pending. Use
...
process_pending_signals.
2009-01-29 14:35:25 +00:00
Chong Yidong
cf0d293c40
(w32_console_read_socket): Update pending_signals.
2009-01-29 14:35:14 +00:00
Chong Yidong
6324e138b3
(w32_read_socket): Update pending_signals.
2009-01-29 14:35:04 +00:00
Chong Yidong
6fc23b6ccd
(XTread_socket): Update pending_signals.
2009-01-29 14:34:52 +00:00
Chong Yidong
c3eff1b099
(wait_reading_process_output): Use process_pending_signals.
2009-01-29 14:34:38 +00:00
Chong Yidong
ceb1882706
(pending_signals): New var.
...
(poll_for_input, input_available_signal, init_keyboard): Set it.
(process_pending_signals): New function.
2009-01-29 14:34:16 +00:00
Chong Yidong
325530dec7
(run_timers, alarm_signal_handler): Update pending_signals.
2009-01-29 14:33:14 +00:00
Chong Yidong
55310b94eb
(emacs_write): Use process_pending_signals.
2009-01-29 14:32:49 +00:00
Chong Yidong
a8fe324231
* keyboard.c (pending_signals): New var.
...
(poll_for_input, input_available_signal, init_keyboard): Set it.
(process_pending_signals): New function.
* lisp.h (QUIT): Check pending_signals instead of
interrupt_input_pending. Use process_pending_signals.
* atimer.c (run_timers, alarm_signal_handler): Update
pending_signals.
* process.c (wait_reading_process_output): Use
process_pending_signals.
* sysdep.c (emacs_write): Use process_pending_signals.
* xterm.c (XTread_socket): Update pending_signals.
* w32term.c (w32_read_socket): Update pending_signals.
* w32inevt.c (w32_console_read_socket): Update pending_signals.
* blockinput.h: Add declaration for pending_signals.
2009-01-29 14:32:21 +00:00
Chong Yidong
00c6f62e66
(rmail-toggle-header): Determine current header
...
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer.
2009-01-29 14:09:36 +00:00
Chong Yidong
7c2758bf33
* mail/rmail.el (rmail-toggle-header): Determine current header
...
style using the buffer-local value of rmail-header-style in the
view buffer.
(rmail-show-message): Set a buffer-local value of
rmail-header-style in the view buffer.
2009-01-29 14:09:23 +00:00
Juanma Barranquero
426bf35900
* vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
...
Fix typos in docstrings.
2009-01-29 12:34:08 +00:00
Kenichi Handa
6570a1c427
(xftfont_has_char): New function.
...
(syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
2009-01-29 12:13:59 +00:00
Adrian Robert
d72a4afa74
* nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
...
under GNUstep.
(ns_query_color): New declaration.
* nsterm.m (ns_confirm_quit): New variable.
(ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
(EmacsApp-applicationShouldTerminate:): Use it.
(EmacsPrefsController): Let user set it.
(ns_query_color): New function.
(ns_defined_color): Use it.
(ns_initialize): Drop.
(ns_term_init): Add two lines from ns_initialize(), and set
input_interrupt_mode to nil.
* image.c (svg_load_image): Don't right-shift background RGB when
obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
2009-01-29 10:38:16 +00:00
Adrian Robert
d7e008d06f
* image.c (svg_load_image): Don't right-shift background RGB when
...
obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
2009-01-29 10:36:49 +00:00
Adrian Robert
fc7a54a9b8
* nsterm.m (ns_confirm_quit): New variable.
...
(ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
(EmacsApp-applicationShouldTerminate:): Use it.
(EmacsPrefsController): Let user set it.
(ns_query_color): New function.
(ns_defined_color): Use it.
(ns_initialize): Drop.
(ns_term_init): Add two lines from ns_initialize(), and set
input_interrupt_mode to nil.
2009-01-29 10:36:22 +00:00
Adrian Robert
5e1dedc1ec
* nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
...
under GNUstep.
(ns_query_color): New declaration.
2009-01-29 10:35:55 +00:00
Juanma Barranquero
bcca751d83
Exclude VCS metadata dirs from completion.
...
* bindings.el (completion-ignored-extensions):
Add entries for VCS metadata directories (CVS/, .svn, etc).
* pcvs.el (completion-ignored-extensions):
* vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
directory, now done in bindings.el.
2009-01-29 08:53:37 +00:00
Glenn Morris
3c8ccebbcd
Klaus Straubinger <KSNetz at UseNet.ArcorNews.DE> (tiny change)
...
(pcmpl-rpm): Doc fix.
2009-01-29 03:43:39 +00:00
Glenn Morris
04c17beac3
(rmail-summary-disable): Fix declaration.
2009-01-29 03:42:17 +00:00
Glenn Morris
0954b0aa0e
(rmail-file-name): Remove duplicate definition.
...
(rmail-set-header): Ensure header changes get saved.
2009-01-29 03:41:57 +00:00
Glenn Morris
314a8fc3a7
(rmail-set-label): Update the summary, if there is one, after a label
...
is added.
2009-01-29 03:41:38 +00:00
Glenn Morris
8fbbdd4404
(rmail-summary-update-line): New function.
...
(rmail-summary-goto-msg): Return a value according to whether message
was found.
(rmail-summary-update-highlight): Give the overlay an 'rmail-summary
property. Use line-end-position.
2009-01-29 03:41:12 +00:00
Chong Yidong
b3a51d1d20
(rmail-cease-edit): Add additional quotes to quoted From lines.
2009-01-29 03:02:39 +00:00
Chong Yidong
ace0f471fb
(rmail-show-message): Unquote From lines.
2009-01-29 03:01:44 +00:00
Chong Yidong
45ce0616ce
* mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
...
quoted From lines.
* mail/rmail.el (rmail-show-message): Unquote From lines.
2009-01-29 03:00:26 +00:00
Chong Yidong
2e55c1b7bb
(rmail-redecode-body): New function, based on old version removed in
...
2009-01-22 change.
2009-01-29 02:46:21 +00:00
Chong Yidong
fce18d3861
* mail/rmail.el (rmail-redecode-body): New function, based on old
...
version removed in 2009-01-22 change.
2009-01-29 02:41:47 +00:00
Juanma Barranquero
62e466d023
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
2009-01-28 23:44:12 +00:00
Tassilo Horn
856997723b
(doc-view-mode): Don't use string-match and file
...
extension to choose fallback mode on empty/non-existing files but
let-bind auto-mode-alist and call normal-mode.
2009-01-28 20:33:44 +00:00
Eli Zaretskii
40077a525f
(ls-lisp-classify): Propertize file name before concatenating the type
...
indicating character.
(ls-lisp-format): Don't propertize file-name if ls-lisp-classify already did.
2009-01-28 19:02:17 +00:00
Michael Albinus
f213fc091d
* net/dbus.el (dbus-event-error-hooks): Fix docstring. Describe
...
second parameter of hook functions.
(dbus-handle-event): Apply it.
2009-01-28 16:10:38 +00:00
Michael Albinus
74fc50477b
* dbus.texi (Errors and Events): Fix typos. Describe second parameter
...
of hook functions.
2009-01-28 16:07:33 +00:00
Chong Yidong
8372c367bd
(rmail-toggle-header): Don't reset
...
rmail-header-style permanently (bug#2016).
2009-01-28 15:54:46 +00:00
Chong Yidong
09881c0d4d
* mail/rmail.el (rmail-toggle-header): Don't reset
...
rmail-header-style permanently (bug#2016).
2009-01-28 15:54:27 +00:00
Chong Yidong
1f4e4f86c9
(PC-do-completion): Correct case when completion is unambiguous.
2009-01-28 15:34:32 +00:00
Chong Yidong
82536e1b4d
* complete.el (PC-do-completion): Correct case when completion is
...
unambiguous.
2009-01-28 15:34:22 +00:00
Adrian Robert
689a4b3303
add parens in a defined statement
2009-01-28 15:13:18 +00:00
Carsten Dominik
2eb28b0e3a
2009-01-28 Carsten Dominik <dominik@science.uva.nl>
...
* refcards/orgcard.tex: New version number.
2009-01-28 14:34:50 +00:00
Carsten Dominik
7ddb1b5f24
2009-01-28 Carsten Dominik <dominik@science.uva.nl>
...
* org.texi (TODO dependencies): New section.
2009-01-28 14:34:34 +00:00
Carsten Dominik
d6685abc9e
2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
...
* org-agenda.el (org-agenda-get-todos): Start search from correct
position.
* org.el (org-fast-todo-selection): Make sure TODO selection does
not change buffer position.
* org-list.el (org-toggle-checkbox): Implement adding or removing
checkboxes from line or region when called with a prefix
argument.
* org-rmail.el (org-rmail-store-link): Protect the call to
`rmail-narrow-to-non-pruned-header'.
* org-clock.el (org-clock-special-range): Fix week display in
clock tables.
* org-exp.el (org-get-current-options): Fix bug when in indirect
buffer.
* org-agenda.el (org-agenda-dim-blocked-tasks): New option.
(org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
(org-agenda-dim-blocked-tasks): New function.
* org.el (org-enforce-todo-dependencies): New option.
(org-block-todo-from-children-or-siblings): New function.
* org-faces.el (org-agenda-dimmed-todo-face): New face.
2009-01-28 14:33:23 +00:00
Kenichi Handa
f088b05476
(font_for_char): Use assq_no_quit, not assoc_no_quit.
...
(fontset_get_font_group): Remember that no font-group is specified
for C.
2009-01-28 11:50:18 +00:00
Juanma Barranquero
147135ac93
Add bug references.
2009-01-28 09:38:42 +00:00
Glenn Morris
386c256f70
Whitespace fix.
2009-01-28 08:08:14 +00:00
Kenichi Handa
9fe788041c
(font_for_char): Use assq_no_quit, not assoc_no_quit.
2009-01-28 06:45:07 +00:00