summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (emacs_write): Use process_pending_signals.Chong Yidong2009-01-291-4/+1
|
* * keyboard.c (pending_signals): New var.Chong Yidong2009-01-291-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | (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.
* (rmail-toggle-header): Determine current headerChong Yidong2009-01-291-5/+14
| | | | | | | 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.
* * mail/rmail.el (rmail-toggle-header): Determine current headerChong Yidong2009-01-291-0/+8
| | | | | | | 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.
* * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):Juanma Barranquero2009-01-292-5/+10
| | | | Fix typos in docstrings.
* (xftfont_has_char): New function.Kenichi Handa2009-01-292-0/+22
| | | | (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
* * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only defineAdrian Robert2009-01-291-0/+19
| | | | | | | | | | | | | | | | | | 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.
* * image.c (svg_load_image): Don't right-shift background RGB whenAdrian Robert2009-01-291-7/+7
| | | | obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
* * nsterm.m (ns_confirm_quit): New variable.Adrian Robert2009-01-291-26/+39
| | | | | | | | | | | (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.
* * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only defineAdrian Robert2009-01-291-4/+8
| | | | | under GNUstep. (ns_query_color): New declaration.
* Exclude VCS metadata dirs from completion.Juanma Barranquero2009-01-294-8/+13
| | | | | | | | | * 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.
* Klaus Straubinger <KSNetz at UseNet.ArcorNews.DE> (tiny change)Glenn Morris2009-01-292-1/+5
| | | | (pcmpl-rpm): Doc fix.
* (rmail-summary-disable): Fix declaration.Glenn Morris2009-01-292-4/+20
|
* (rmail-file-name): Remove duplicate definition.Glenn Morris2009-01-291-15/+4
| | | | (rmail-set-header): Ensure header changes get saved.
* (rmail-set-label): Update the summary, if there is one, after a labelGlenn Morris2009-01-291-1/+6
| | | | is added.
* (rmail-summary-update-line): New function.Glenn Morris2009-01-291-4/+27
| | | | | | | (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.
* (rmail-cease-edit): Add additional quotes to quoted From lines.Chong Yidong2009-01-291-2/+3
|
* (rmail-show-message): Unquote From lines.Chong Yidong2009-01-291-1/+7
|
* * mail/rmailedit.el (rmail-cease-edit): Add additional quotes toChong Yidong2009-01-291-0/+4
| | | | | | quoted From lines. * mail/rmail.el (rmail-show-message): Unquote From lines.
* (rmail-redecode-body): New function, based on old version removed inChong Yidong2009-01-291-0/+94
| | | | 2009-01-22 change.
* * mail/rmail.el (rmail-redecode-body): New function, based on oldChong Yidong2009-01-291-0/+5
| | | | version removed in 2009-01-22 change.
* * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.Juanma Barranquero2009-01-282-2/+14
|
* (doc-view-mode): Don't use string-match and fileTassilo Horn2009-01-282-5/+11
| | | | | extension to choose fallback mode on empty/non-existing files but let-bind auto-mode-alist and call normal-mode.
* (ls-lisp-classify): Propertize file name before concatenating the typeEli Zaretskii2009-01-282-4/+17
| | | | | indicating character. (ls-lisp-format): Don't propertize file-name if ls-lisp-classify already did.
* * net/dbus.el (dbus-event-error-hooks): Fix docstring. DescribeMichael Albinus2009-01-282-2/+8
| | | | | second parameter of hook functions. (dbus-handle-event): Apply it.
* * dbus.texi (Errors and Events): Fix typos. Describe second parameterMichael Albinus2009-01-282-6/+21
| | | | of hook functions.
* (rmail-toggle-header): Don't resetChong Yidong2009-01-281-6/+6
| | | | rmail-header-style permanently (bug#2016).
* * mail/rmail.el (rmail-toggle-header): Don't resetChong Yidong2009-01-281-0/+5
| | | | rmail-header-style permanently (bug#2016).
* (PC-do-completion): Correct case when completion is unambiguous.Chong Yidong2009-01-281-22/+18
|
* * complete.el (PC-do-completion): Correct case when completion isChong Yidong2009-01-281-0/+5
| | | | unambiguous.
* add parens in a defined statementAdrian Robert2009-01-281-1/+1
|
* 2009-01-28 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2009-01-281-1/+1
| | | | * refcards/orgcard.tex: New version number.
* 2009-01-28 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2009-01-282-14/+54
| | | | * org.texi (TODO dependencies): New section.
* 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>Carsten Dominik2009-01-2835-126/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa2009-01-282-2/+13
| | | | | (fontset_get_font_group): Remember that no font-group is specified for C.
* Add bug references.Juanma Barranquero2009-01-281-10/+11
|
* Whitespace fix.Glenn Morris2009-01-281-1/+0
|
* (font_for_char): Use assq_no_quit, not assoc_no_quit.Kenichi Handa2009-01-282-1/+5
|
* (todo-insert-item-here): Prevent insertionChong Yidong2009-01-281-49/+73
| | | | | | | | | | | | | | | | | of a new entry inside of an existing entry. Minor code cleanup. (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call todo-mode if the Todo file is new and unsaved. Simplify handling of local variables cookie. Properly display the newly added category in Todo mode. (todo-show): Call todo-initial-setup only if there is neither a Todo file nor a corresponding unsaved buffer. (todo-category-alist): Delete function. (todo-completing-read): New function. (todo-insert-item, todo-jump-to-category): Use it. (todo-insert-item): Make the use of the prefix argument conform to the doc string.
* * calendar/todo-mode.el (todo-insert-item-here): Prevent insertionChong Yidong2009-01-281-0/+18
| | | | | | | | | | | | | | | | | of a new entry inside of an existing entry. Minor code cleanup. (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call todo-mode if the Todo file is new and unsaved. Simplify handling of local variables cookie. Properly display the newly added category in Todo mode. (todo-show): Call todo-initial-setup only if there is neither a Todo file nor a corresponding unsaved buffer. (todo-category-alist): Delete function. (todo-completing-read): New function. (todo-insert-item, todo-jump-to-category): Use it. (todo-insert-item): Make the use of the prefix argument conform to the doc string.
* Whitespace fix.Glenn Morris2009-01-281-1/+0
|
* Update message-dont-reply-to-names section.Glenn Morris2009-01-281-11/+21
| | | | Mention the wonderful spam filter.
* Restore clobbered change.Glenn Morris2009-01-281-1/+0
|
* (rmail-expunge-and-save): Always show a message,Glenn Morris2009-01-282-89/+117
| | | | | | | even when called from the summary. (Bug#2075) (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe. (rmail-show-message-maybe): Use rmail-no-mail-p. (rmail-show-message): If empty folder, do nothing. (Bug#2076)
* (rmail-message-recipients-p-1): Don't botherGlenn Morris2009-01-281-6/+29
| | | | | | | | | | | starting from the beginning, since mail-fetch-field does not care. (rmail-create-summary-line): Fix unseen handling. (Bug#2089) (rmail-get-summary-status): New name for old rmail-get-summary-labels. (rmail-get-summary-labels): New function. Returns labels rather than status (edited, etc). (rmail-create-summary): Insert an extra space after the status flags, for consistency with old rmail, and with current rmail-summary-font-lock-keywords.
* (perl-indent-line-command): Call indent-region if region is active.Chong Yidong2009-01-281-47/+54
| | | | Use cond instead of nested ifs.
* * progmodes/perl-mode.el (perl-indent-line-command): CallChong Yidong2009-01-281-0/+6
| | | | indent-region if region is active. Use cond instead of nested ifs.
* (rmail-convert-babyl-to-mbox): Prompt user before converting.Chong Yidong2009-01-271-0/+3
|
* * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user beforeChong Yidong2009-01-271-0/+3
| | | | converting.
* (unrmail): Record labels in X-RMAIL-* fields, which are recognized byChong Yidong2009-01-271-2/+2
| | | | the new Rmail, instead of X-BABYL-V6-*.