1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00
Commit graph

88028 commits

Author SHA1 Message Date
Chong Yidong
2e34dc8bd6 Update comment. 2008-12-20 21:15:47 +00:00
Chong Yidong
a90af46f35 Add comment to last change by jhd. 2008-12-20 20:51:23 +00:00
Agustín Martín
0aef89e720 * textmodes/ispell.el (ispell-check-minver): New function.
(ispell-check-version): Rewrite spellchecker and version checking.
  Use (ispell-check-minver). Handle hunspell versions.
2008-12-20 18:34:41 +00:00
Jason Rumney
99b72cc426 (Fmake_terminal_frame): Raise an error when called from
a graphical frame on Windows.
2008-12-20 16:00:39 +00:00
Jason Rumney
54ea0c877f *** empty log message *** 2008-12-20 15:46:24 +00:00
Jan Djärv
acc49a520a *** empty log message *** 2008-12-20 15:31:27 +00:00
Jason Rumney
972ed2462a (Fexpand_file_name): Do not allow ../ to go beyond the server name in
UNC paths.
2008-12-20 15:17:28 +00:00
Carsten Dominik
1e9340df3d 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Version number change.
2008-12-20 14:39:45 +00:00
Carsten Dominik
b6cb4cd58c 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Activation, Exporting, ASCII export, HTML export)
	(HTML Export commands, LaTeX/PDF export commands): Improve
	documentation about transient-mark-mode.
	(References): DOcuemtn the use of special names like $LR1 to reference
	to fields in the last table row.
2008-12-20 14:39:23 +00:00
Carsten Dominik
4c65b56654 *** empty log message *** 2008-12-20 14:37:30 +00:00
Carsten Dominik
fdf730ed29 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-get-refile-targets, org-refile-get-location): Use
	expanded file name to improve comparison.

2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-scan-tags): Rescan for tags, to get the correct
	upcase/downcase stuff.  This slows things down for now, but it
	works.
	(org-mode): Make sure the tag-faces regexp is initialized.

	* org-export-latex.el (org-export-latex-links): Fix bug with
	undefined label.

	* org-table.el (org-table-get-specials): Set
	`org-table-current-last-data-line'.
	(org-table-current-last-data-line): New variable.
	(org-table-insert-column, org-table-delete-column)
	(org-table-move-column, org-table-fix-formulas): Call
	`org-table-fix-formulas' a second time to fix the $LR references.
	(org-table-get-specials): Add the $LR references to the tables.
	(org-table-get-formula): Do not offer last-row names as LHS of
	formulas.

	* org.el (org-store-link): Capture link description from
	`org-id-store-link'.

	* org-exp.el (org-export-html-format-image): Add the / to the end
	of the <img> tag.
	(org-export-format-source-code): Surround example by empty lines,
	to make sure it will not be inside a paragraph.

	* org.el (org-ido-switchb): New function.

2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-show): New prefix argument
	FULL-ENTRY.

	* org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
	argument.
2008-12-20 14:32:06 +00:00
Carsten Dominik
a11ac4ae05 *** empty log message *** 2008-12-20 14:29:47 +00:00
Eli Zaretskii
1e637a9fae *** empty log message *** 2008-12-20 14:16:58 +00:00
Eli Zaretskii
028e2c1919 (Startup Summary): Add xref to documentation of `initial-window-system'. 2008-12-20 13:54:24 +00:00
Eli Zaretskii
4267d51509 (Window Systems): Document `initial-window-system'. 2008-12-20 13:52:30 +00:00
Eli Zaretskii
77bb04766a (Window Systems): Document `window-system' the function. The variable
`window-system' is now frame-local.
2008-12-20 13:48:32 +00:00
Eli Zaretskii
ac0503eccc *** empty log message *** 2008-12-20 13:34:44 +00:00
Eli Zaretskii
91c85b7062 Add commentary about WINDOWSNT implementation of list_system_processes and
system_process_attributes.
2008-12-20 12:13:54 +00:00
Chong Yidong
7d61c21112 (ido-read-internal): Handle confirm' and confirm-after-completion'
values for the require-match argument.
2008-12-20 10:30:06 +00:00
Chong Yidong
95ee4b8f84 * ido.el (ido-read-internal): Handle `confirm' and
`confirm-after-completion' values for the require-match argument.
2008-12-20 10:29:46 +00:00
Chong Yidong
5fedada77c (Fread_buffer): Doc fix. 2008-12-20 10:25:19 +00:00
Chong Yidong
6ea151235e * minibuf.c (Fread_buffer): Doc fix. 2008-12-20 10:24:41 +00:00
Jason Rumney
c855d68235 (auto-coding-regexp-alist): Use utf-8-with-signature for files
starting with UTF-8 BOM.
2008-12-20 09:33:52 +00:00
Jason Rumney
b2dab6c8f7 (decode_coding): Clear chars_at_source flag when using charbuf. 2008-12-20 08:01:12 +00:00
Chong Yidong
1aa956a1e2 (mode-line-eol-desc): Use assoc to query mode-line-eol-desc-cache. 2008-12-20 07:20:32 +00:00
Chong Yidong
6bc149365b * bindings.el (mode-line-eol-desc): Use assoc to query
mode-line-eol-desc-cache.
2008-12-20 07:19:59 +00:00
Chong Yidong
07be10d88f (pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe.  Insert
header directly instead of calling pmail-add-header.
2008-12-20 07:03:06 +00:00
Chong Yidong
bbf92dadcd * pmail.el (pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe.  Insert
header directly instead of calling pmail-add-header.
2008-12-20 07:02:49 +00:00
Chong Yidong
de16190387 * pmail.el (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
saving.
(pmail-quit): Handling expunging manually, instead of calling
pmail-expunge-and-save.
(pmail-next-undeleted-message): If no other message can be shown,
show the current one.
2008-12-20 04:30:04 +00:00
Chong Yidong
a8eed59f9a (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
saving.
(pmail-quit): Handling expunging manually, instead of calling
pmail-expunge-and-save.
(pmail-next-undeleted-message): If no other message can be shown,
show the current one.
2008-12-20 04:29:26 +00:00
Chong Yidong
2b8e6500ca (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
(pmail-get-new-mail-1): Adjust restriction after calling
pmail-insert-inbox-text.
(pmail-add-mbox-headers): Use save-restriction.
2008-12-20 04:07:07 +00:00
Chong Yidong
8b176528f2 * pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
(pmail-get-new-mail-1): Adjust restriction after calling
pmail-insert-inbox-text.
(pmail-add-mbox-headers): Use save-restriction.
2008-12-20 04:06:31 +00:00
Glenn Morris
fd8d5da9db (org-org-menu): Fix some more menu entries. 2008-12-20 03:30:31 +00:00
Glenn Morris
7ed216d669 (comint-save-input-ring-index): Add missing initial value. 2008-12-20 03:26:00 +00:00
Glenn Morris
236fd60db1 (Acknowledgments): General update based on AUTHORS,
including removal of some stuff no longer distributed.
2008-12-20 03:21:56 +00:00
Dan Nicolaescu
2d2d05d864 (system_process_attributes): Close fd when done. 2008-12-19 23:38:28 +00:00
Dan Nicolaescu
6d1921bece (serial_configure): Fix typo. 2008-12-19 23:06:39 +00:00
Dan Nicolaescu
900d51fcda * process.c: (Flist_system_processes):
(Fsystem_process_attributes): Undo previous change, these functions
are duplicated for the benefit of #ifndef subprocesses.
2008-12-19 22:53:15 +00:00
Dan Nicolaescu
9dcbe89bff * sysdep.c (system_process_attributes): Fix typo. 2008-12-19 22:24:58 +00:00
Dan Nicolaescu
3d7de9fb39 * process.c: (Flist_system_processes):
(Fsystem_process_attributes): Fix strange CVS problem, return the
correct value.
2008-12-19 22:19:49 +00:00
Juanma Barranquero
d0482e4e9a * proced.el (proced-grammar-alist): Doc fix.
(proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
  (proced-filter-parents, proced-sort-header, proced-update, proced-help)
  (proced-undo): Fix typos in docstrings.
2008-12-19 21:53:25 +00:00
Juanma Barranquero
a300e74ab1 Fix typos. 2008-12-19 21:45:22 +00:00
Dan Nicolaescu
efdd80c6fd proced.el does not use ps(1) anymore, state that is not functional
everywhere.
2008-12-19 21:00:32 +00:00
Dan Nicolaescu
f4f634e8de * sysdep.c (system_process_attributes): Add implementation for Solaris.
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
2008-12-19 20:58:37 +00:00
Dan Nicolaescu
53934c983b Include alloca.h. 2008-12-19 20:52:15 +00:00
Dan Nicolaescu
06e111a6ef Reorganize implementation of Flist_system_processes and
Fsystem_process_attributes.  No functional changes.
* process.c: Don't #include pwd.h, grp.h and limits.h.
(Flist_system_processes): Just call list_system_processes.
(Fsystem_process_attributes): Just call system_process_attributes.
(procfs_list_system_processes, time_from_jiffies)
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory, procfs_system_process_attributes): Move ...

* sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
(list_system_processes): Rename from
procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
Provide a do nothing implementation.
(system_process_attributes): Rename from
procfs_list_system_processes.
(ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
(procfs_get_total_memory):  Enclose in #ifdef GNU_LINUX.

* w32.c (list_system_processes): Rename from
w32_list_system_processes.
(system_process_attributes): Rename from
w32_system_process_attributes.

* s/gnu-linux.h (LISTPROC, PROCATTR): Remove.

* process.h (w32_list_system_processes)
(w32_system_process_attributes): Remove.
(list_system_processes, system_process_attributes): New
prototypes.

* config.nt (LISTPROC, PROCATTR): Remove.
2008-12-19 19:50:35 +00:00
Agustín Martín
349b325660 * fixit.texi: Mention hunspell 2008-12-19 12:23:09 +00:00
Agustín Martín
e483e9f8ef Fix missing entry for hunspell first cut
(ispell-really-hunspell): new variable to signal hunspell
(ispell-check-version):
Check if hunspell and set ispell-really-hunspell if needed
(ispell-send-string), (ispell-start-process), (flyspell-large-region):
Pass right options for hunspell if needed
2008-12-19 11:45:24 +00:00
Eli Zaretskii
bde76d3e83 (MS-DOS): Document the problems on Vista. 2008-12-19 11:13:11 +00:00
Eli Zaretskii
b5a0990328 (--with-system-malloc): New option; see msdos/INSTALL for rationale. 2008-12-19 11:05:49 +00:00