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

76878 Commits

Author SHA1 Message Date
Dan Nicolaescu
c884b4d795 Add a "Simple Tasks" TODO category. 2008-01-19 20:13:59 +00:00
Martin Rudalics
569382c2b4 (Buffer Modification): Fix typo. 2008-01-19 18:53:05 +00:00
Martin Rudalics
ef6d86b5eb *** empty log message *** 2008-01-19 18:46:48 +00:00
Dan Nicolaescu
fc9a928757 * progmodes/sh-script.el (sh-basic-offset):
* progmodes/cc-vars.el (c-syntactic-indentation)
(c-syntactic-indentation-in-macros): Mark as safe.
2008-01-19 18:32:34 +00:00
Dan Nicolaescu
c222c25fd0 * vc-svn.el (vc-svn-after-dir-status): New function.
(vc-svn-dir-status): Run svn asynchronously.
2008-01-19 16:32:23 +00:00
Martin Rudalics
f3a221cf73 (hide-ifdef-shadow): New option.
(hide-ifdef-shadow): New face.
(hide-ifdef-toggle-shadowing): New function to toggle between
shadowing and making code invisible.
(hide-ifdef-mode-submap): Add binding for
hide-ifdef-toggle-shadowing.
(hide-ifdef-mode-menu): Add entry for
hide-ifdef-toggle-shadowing.
(hide-ifdef-region-internal): Give new overlay hide-ifdef
property.  Shadow text when hide-ifdef-shadow is non-nil.
(hif-show-ifdef-region): Remove overlays with hide-ifdef
property set.
(hif-hide-line): Use when instead of if.
(hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
Remove unneeded * from doc-strings.
2008-01-19 16:29:08 +00:00
Juanma Barranquero
c041e2d1a3 *** empty log message *** 2008-01-19 15:24:59 +00:00
Juanma Barranquero
3df7f6458d (blank-style, blank-chars, blank-hspace-regexp, blank-space-regexp,
blank-tab-regexp, blank-trailing-regexp, blank-space-before-tab-regexp,
blank-global-modes, blank-mode, global-blank-mode): Doc fixes.
(blank, blank-space-face, blank-hspace-face, blank-tab-face, blank-newline-face,
blank-trailing-face, blank-line-face, blank-space-before-tab-face,
blank-display-mappings, blank-chars-value-list, blank-style-value-list,
blank-toggle-options, global-blank-toggle-options, blank-help-text,
blank-interactive-char, blank-turn-on, blank-turn-off, blank-color-on,
blank-color-off): Fix typos in docstrings.
2008-01-19 15:13:09 +00:00
Eli Zaretskii
404967ca97 Add comment before kill-buffer-if-not-modified. 2008-01-19 14:04:35 +00:00
Kenichi Handa
5169d86148 *** empty log message *** 2008-01-19 12:50:35 +00:00
Kenichi Handa
5a7a1dde2c (detect_coding_iso2022): New arg
latin_extra_code_state.  Allow Latin extra codes only
when *latin_extra_code_state is nonzero.
(detect_coding_mask): If there is a NULL byte, detect the encoding
as UTF-16 or binary.  If Latin extra codes exist, detect the
encoding as ISO-2022 only when there's no other proper encoding is
found.
2008-01-19 05:55:50 +00:00
Stefan Monnier
38b5ca4a1b (doc-view-goto-page): Don't move point any more, now that
the hscroll behavior was fixed.
(doc-view-mode): Disable auto-hscroll-mode.
2008-01-19 05:34:29 +00:00
Stefan Monnier
e69c4cae18 (list_processes_1): Don't use SCHARS on a nil buffer name. 2008-01-19 05:27:20 +00:00
Stefan Monnier
823e0ebb51 (Qauto_hscroll_mode): New var.
(syms_of_xdisp): Initialize it.
(hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
window's buffer.
(hscroll_windows): Don't check automatic_hscrolling_p here.
2008-01-19 05:22:33 +00:00
Stefan Monnier
c3b232e48e (set_window_buffer): Don't unnecessarily reset hscroll and
vscroll if we're setting window-buffer to the value it already has.
2008-01-19 05:11:02 +00:00
Kenichi Handa
69c43ff730 ("TeX"): Correct the mappings for \v{k} and \vk. 2008-01-19 04:36:40 +00:00
Miles Bader
fcd094c7fc Add arch tagline 2008-01-19 03:13:35 +00:00
Dan Nicolaescu
f8e89f1963 * vc-svn.el (vc-svn-dir-status): New function. 2008-01-18 23:45:04 +00:00
Dan Nicolaescu
5ab612e823 * vc.el: Make vc-status asynchronous.
(vc-update-vc-status-buffer): New function broken out of ...
(vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
the dir-status backend function.

* vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
Move the output processing to ...
(vc-hg-after-dir-status): ... here.  Call the function passed as
an argument with the results.
2008-01-18 23:32:58 +00:00
Stefan Monnier
64a7c220b3 (syms_of_buffer) <mode-name>: Fix docstring. 2008-01-18 22:50:17 +00:00
Stefan Monnier
cec1df02a4 (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
(doc-view-insert-image): Do something if the image is missing.
(doc-view-mode): Don't use file-remote-p.
2008-01-18 20:09:26 +00:00
Glenn Morris
3b98658e61 Remove copyright from author with assignment, merge years into FSF
years.
2008-01-18 17:32:25 +00:00
Juanma Barranquero
7b4d041305 *** empty log message *** 2008-01-18 16:51:59 +00:00
Carsten Dominik
dbc28aaa52 (Property inheritance): New section
(Conventions): New section.
	(Structure editing): Document C-RET, the prefix arg to the cut/cpy
	commands, and the new bindings for refiling.
	(Sparse trees): Document the new special command for sparse trees.
	(References): Be more clear about the counting of hilines.
	(Handling links): Document M-p/n for accessing links.
	(Fast access to TODO states): New section.
	(Per file keywords): New section.
	(Property inheritance): New section.
	(Column attributes): New summary types.
	(Capturing Column View): New section.
	(The date/time prompt): Cover the new features in the date/time
	prompt.  Compactify the table of keys for the calendar remote
	control.
	(Clocking work time): Document the new :scope parameter.
	(Remember): Promoted to chapter.
	(Quoted examples): New section.
	(Enhancing text): New verbatim environments.
2008-01-18 15:20:31 +00:00
Carsten Dominik
db9c3fb18e (org-export-latex-cleaned-string): Fixed.
(org-export-latex-special-chars): Convert "..." in \ldots and skip
	tables
        (org-export-latex-fontify-headline): Changed parameter name
        (org-export-as-latex): Handle export of subtrees
	(org-export-latex-make-header): New argument TITLE
	(org-export-latex-content): New argument EXCLUDE-LIST
	(org-list-parse-list): New name for org-export-latex-parse-list
        (org-export-latex-make-header): New name for
	org-export-latex-make-preamble
	(org-list-to-generic): New name of org-export-list-to-generic
	(org-list-to-latex): New name of org-export-list-to-latex
	(org-list-item-begin, org-list-end, org-list-insert-radio-list)
	(org-list-send-list, org-list-to-texinfo)
	(org-list-to-html): New functions
        (org-export-latex-tables-column-borders)
	(org-export-latex-default-class, org-export-latex-classes)
	(org-export-latex-classes-sectioning)
	(org-list-radio-list-templates): New options
        (org-export-latex-header): New variable
	(org-latex-entities): New constant
        (org-export-latex-default-sectioning, org-export-latex-preamble)
	(org-export-latex-prepare-text-option)
	(org-export-latex-get-sectioning): Removed
2008-01-18 15:17:35 +00:00
Dan Nicolaescu
76ed5e0157 * movemail.c: Remove references to XENIX.
* m/intel386.h: Remove references to XENIX.
2008-01-18 15:15:07 +00:00
Carsten Dominik
36ad15539d New file 2008-01-18 15:14:45 +00:00
Carsten Dominik
514a6ce6e4 (org-publish-current-project): Fix bug
with forcing publication.
2008-01-18 15:11:17 +00:00
Carsten Dominik
8c6fb58bdf (org-entry-properties): Include the CLOCKSUM special
property.
	(org-columns-edit-value): Do not allow to edit the special
	CLOCKSUM property.
	(org-flag-drawer): Use the original value of `outline-regexp'.
	(org-remember-handler): Add invisible-ok flag to call to
	`org-end-of-subtree'
	(org-agenda-highlight-todo): Respect
	`org-agenda-todo-keyword-format'.
	(org-agenda-todo-keyword-format): New option.
	(org-infile-export-plist): No restriction while searching for
	options.
	(org-remember-handler): Remove comments at the end of the buffer.
	(org-remember-use-refile-when-interactive): New option.
	(org-table-sort-lines): Make sure sorting works on link
	descritions only, and ignores the link.
	(org-sort-entries-or-items): Make sure the end of the subtree is
	included.
	(org-refile-use-outline-path): New allowed values `file' and
	`full-file-path'.
	(org-get-refile-targets): Respect new values for
	`org-refile-use-outline-path'.
	(org-agenda-get-restriction-and-command): DEL goes back to initial
	list.
	(org-export-as-xoxo): Restore point when done.
	(org-open-file): Allow multiple %s in command.
	(org-clock-in-switch-to-state): New option.
	(org-first-list-item-p): New function.
	(org-last-remember-storage-locations): New variable.
	(org-get-refile-targets): Interpret the new maxlevel setting.
	(org-refile-targets): New option `:maxlevel'.
	(org-copy-subtree): Include empty lines before but not after
	subtree.
	(org-back-over-empty-lines, org-skip-whitespace): New functions.
	(org-move-item-down, org-move-item-up): Include empty lines before
	but not after item.
	(org-first-sibling-p): New function.
	(org-remember-apply-template): Defaults, completions and history
	for template prompts.  Also, interpret new `%!' escape.
	(org-context-choices): New constant.
	(org-bound-and-true-p): New macro.
	(org-imenu-depth): New option.
	(org-imenu-markers): New variable.
	(org-imenu-new-marker, org-imenu-get-tree)
	(org-speedbar-set-agenda-restriction): New functions.
	(org-agenda-set-restriction-lock)
	(org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
	functions.
	(org-agenda-restriction-lock): New face.
	(org-agenda-restriction-lock-overlay)
	(org-speedbar-restriction-lock-overlay): New variables.
	(org-open-at-point): Removed obsolete way to do redirection in
	shell links.
	(org-imenu-and-speedbar): New customization group.
	(org-entry-properties): Return keyword-less time strings.
	(org-clock-heading-function): New option.
	(org-clock-in): Use `org-clock-heading-function'.
	(org-calendar-holiday): Try to use `calendar-check-holidays'
	instead of the obsolete `check-calendar-holidays'.
	(org-export-html-special-string-regexps): New constant.
	(org-massive-special-regexp): New variable.
	(org-compute-latex-and-specials-regexp)
	(org-do-latex-and-special-faces): New functions.
	(org-latex-and-export-specials): New face.
	(org-highlight-latex-fragments-and-specials): New option.
	(org-link-escape-chars): Use characters instead of strings.
	(org-link-escape-chars-browser, org-link-escape)
	(org-link-unescape): Use characters instead of strings.
	(org-export-html-convert-sub-super, org-html-do-expand): Check for
	protected text.
	(org-emphasis-alist): Additional `verbatim' flag.
	(org-set-emph-re): Handle the verbatim flag and compute
	`org-verbatim-re'.
	(org-cleaned-string-for-export): Protect verbatim elements.
	(org-verbatim-re): New variable.
	(org-hide-emphasis-markers): New option.
	(org-additional-option-like-keywords): Add new keywords.
	(org-get-entry): Renamed from `org-get-cleaned-entry'.
	(org-icalendar-cleanup-string): New function for quoting icalendar
	text.
	(org-agenda-skip-scheduled-if-done): New option.
	(org-agenda-get-scheduled, org-agenda-get-blocks): Use
	`org-agenda-skip-scheduled-if-done'.
	(org-prepare-agenda-buffers): Allow buffers as arguments.
	(org-entry-properties): Add CATEGORY as a special property.
	(org-use-property-inheritance): Allow a list of properties as a
	value.
	(org-eval-in-calendar): No longer update the prompt.
	(org-read-date-popup-calendar): Renamed from
	`org-popup-calendar-for-date-prompt'.
	(org-read-date-display-live): New variable.
	(org-read-date-display): New function.
	(org-read-date-analyze): New function.
	(org-remember-apply-template): Define `remember-finalize' if it is
	not yet defined.
	(org-remember-insinuate): New function.
	(org-read-date-prefer-future): New option.
	(org-read-date): Respect the setting of
	`org-read-date-prefer-future'.  Use `org-read-date-analyze'.
	(org-set-font-lock-defaults): Use `org-archive-tag' instead of a
	hardcoded string.
	(org-remember-apply-template): Use `remember-finalize' instead of
	`remember-buffer'.
	(org-columns-compute, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format)
	(org-columns-compile-format): Handle printf format specifier.
	(org-columns-new, org-column-number-to-string)
	(org-columns-uncompile-format, org-columns-compile-format):
	Support for new currency summary type.
	(org-tree-to-indirect-buffer): Do not kill old buffer when
	`org-indirect-buffer-display' is `new-frame'.
	(org-indirect-buffer-display): Document that `new-frame' leads to
	indiret buffer proliferation.
	(org-agenda-list): Use `org-extend-today-until'.
	(org-extend-today-until): New option.
	(org-format-org-table-html): Use lower-case for <col> tag.
	(org-agenda-execute): New command.
	(org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
	(org-select-remember-template): New function.
	(org-remember-apply-template): Use `org-select-remember-template'.
	(org-go-to-remember-target): New function.
2008-01-18 15:11:02 +00:00
Carsten Dominik
36611f0f4b *** empty log message *** 2008-01-18 15:06:59 +00:00
Dan Nicolaescu
e166638d11 Add a TODO note about vc-state.
(vc-next-action): Register 'unregistered and 'ignored files.  Use
when and unless instead of if where appropriate.
(vc-start-entry): Fix typo.
(vc-status): Autoload it.
2008-01-18 14:12:44 +00:00
Miles Bader
42b54a9bef Add arch tagline 2008-01-18 07:25:21 +00:00
Miles Bader
a11ded73f4 Add arch tagline 2008-01-18 07:23:26 +00:00
Glenn Morris
95986dbebc Present tense. 2008-01-18 05:45:26 +00:00
Glenn Morris
d4f7fdc601 (ffap-alist): Remove space from RFC regexp. 2008-01-18 05:43:35 +00:00
Glenn Morris
279c44082a Richard M. Stallman <rms at gnu.org>
(custom-theme-recalc-face): Use face-spec-set rather than
face-spec-recalc.
2008-01-18 05:41:09 +00:00
Glenn Morris
7d235bca82 Re-arrange for font-lock. 2008-01-18 05:39:20 +00:00
Glenn Morris
e47b4224c4 (ibuffer-mode): Fix typo in previous change. 2008-01-18 05:37:32 +00:00
Richard M. Stallman
4afd234b27 (icomplete-get-keys): Look up KEYS using all maps in proper buffer. 2008-01-18 03:19:07 +00:00
Stefan Monnier
9536288fb0 *** empty log message *** 2008-01-17 18:24:10 +00:00
Jason Rumney
d616968003 (handle_one_xevent): Revert to counting chars not bytes.
(XTread_socket): Clarify what return value is counting in comment.
2008-01-17 15:23:38 +00:00
Vinicius Jose Latorre
5ba43af2c2 New file: blank-mode.el 2008-01-17 12:48:41 +00:00
Vinicius Jose Latorre
30d0ade9b8 New file: blank-mode.el 2008-01-17 12:46:55 +00:00
Jason Rumney
1f1d079727 (use_file_dialog): Doc fix. 2008-01-17 12:05:19 +00:00
Andreas Schwab
55e6d9b27e Regenerate. 2008-01-17 11:43:28 +00:00
Andreas Schwab
ea7a608ab9 (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
instead of HAVE_X86_64_LIB64_DIR.
2008-01-17 11:42:12 +00:00
Andreas Schwab
ddd01c5dd4 (HAVE_LIB64_DIR): Renamed from HAVE_X86_64_LIB64_DIR. 2008-01-17 11:41:10 +00:00
Jason Rumney
602e142f5c (w32_read_socket) <WM_CHAR>: Decode characters outside
the unicode range available in MULE by locale-coding-system.
Improve dbcs lead byte detection. Set event timestamp and modifiers
earlier.
2008-01-17 11:38:45 +00:00
Glenn Morris
2f5ca70b21 (ibuffer-save-filter-groups, ibuffer-save-filters): Remove calls to
deleted ibuffer-update-mode-name.
2008-01-17 05:16:35 +00:00
Glenn Morris
058e068762 (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. 2008-01-17 04:10:08 +00:00