]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago(pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
Chong Yidong [Sat, 20 Dec 2008 04:29:26 +0000 (04:29 +0000)]
(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.

15 years ago(pmail-get-new-mail): Call pmail-swap-buffers-maybe.
Chong Yidong [Sat, 20 Dec 2008 04:07:07 +0000 (04:07 +0000)]
(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.

15 years ago* pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
Chong Yidong [Sat, 20 Dec 2008 04:06:31 +0000 (04:06 +0000)]
* 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.

15 years ago(org-org-menu): Fix some more menu entries.
Glenn Morris [Sat, 20 Dec 2008 03:30:31 +0000 (03:30 +0000)]
(org-org-menu): Fix some more menu entries.

15 years ago(comint-save-input-ring-index): Add missing initial value.
Glenn Morris [Sat, 20 Dec 2008 03:26:00 +0000 (03:26 +0000)]
(comint-save-input-ring-index): Add missing initial value.

15 years ago(Acknowledgments): General update based on AUTHORS,
Glenn Morris [Sat, 20 Dec 2008 03:21:56 +0000 (03:21 +0000)]
(Acknowledgments): General update based on AUTHORS,
including removal of some stuff no longer distributed.

15 years ago(system_process_attributes): Close fd when done.
Dan Nicolaescu [Fri, 19 Dec 2008 23:38:28 +0000 (23:38 +0000)]
(system_process_attributes): Close fd when done.

15 years ago(serial_configure): Fix typo.
Dan Nicolaescu [Fri, 19 Dec 2008 23:06:39 +0000 (23:06 +0000)]
(serial_configure): Fix typo.

15 years ago* process.c: (Flist_system_processes):
Dan Nicolaescu [Fri, 19 Dec 2008 22:53:15 +0000 (22:53 +0000)]
* process.c: (Flist_system_processes):
(Fsystem_process_attributes): Undo previous change, these functions
are duplicated for the benefit of #ifndef subprocesses.

15 years ago* sysdep.c (system_process_attributes): Fix typo.
Dan Nicolaescu [Fri, 19 Dec 2008 22:24:58 +0000 (22:24 +0000)]
* sysdep.c (system_process_attributes): Fix typo.

15 years ago* process.c: (Flist_system_processes):
Dan Nicolaescu [Fri, 19 Dec 2008 22:19:49 +0000 (22:19 +0000)]
* process.c: (Flist_system_processes):
(Fsystem_process_attributes): Fix strange CVS problem, return the
correct value.

15 years ago* proced.el (proced-grammar-alist): Doc fix.
Juanma Barranquero [Fri, 19 Dec 2008 21:53:25 +0000 (21:53 +0000)]
* 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.

15 years agoFix typos.
Juanma Barranquero [Fri, 19 Dec 2008 21:45:22 +0000 (21:45 +0000)]
Fix typos.

15 years agoproced.el does not use ps(1) anymore, state that is not functional
Dan Nicolaescu [Fri, 19 Dec 2008 21:00:32 +0000 (21:00 +0000)]
proced.el does not use ps(1) anymore, state that is not functional
everywhere.

15 years ago* sysdep.c (system_process_attributes): Add implementation for Solaris.
Dan Nicolaescu [Fri, 19 Dec 2008 20:58:37 +0000 (20:58 +0000)]
* sysdep.c (system_process_attributes): Add implementation for Solaris.

* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.

15 years agoInclude alloca.h.
Dan Nicolaescu [Fri, 19 Dec 2008 20:52:15 +0000 (20:52 +0000)]
Include alloca.h.

15 years agoReorganize implementation of Flist_system_processes and
Dan Nicolaescu [Fri, 19 Dec 2008 19:50:35 +0000 (19:50 +0000)]
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.

15 years ago* fixit.texi: Mention hunspell
Agustín Martín [Fri, 19 Dec 2008 12:23:09 +0000 (12:23 +0000)]
* fixit.texi: Mention hunspell

15 years agoFix missing entry for hunspell first cut
Agustín Martín [Fri, 19 Dec 2008 11:45:24 +0000 (11:45 +0000)]
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

15 years ago(MS-DOS): Document the problems on Vista.
Eli Zaretskii [Fri, 19 Dec 2008 11:13:11 +0000 (11:13 +0000)]
(MS-DOS): Document the problems on Vista.

15 years ago(--with-system-malloc): New option; see msdos/INSTALL for rationale.
Eli Zaretskii [Fri, 19 Dec 2008 11:05:49 +0000 (11:05 +0000)]
(--with-system-malloc): New option; see msdos/INSTALL for rationale.

15 years agoDocument the problems on Windows Vista and the --with-system-malloc option
Eli Zaretskii [Fri, 19 Dec 2008 11:02:42 +0000 (11:02 +0000)]
Document the problems on Windows Vista and the --with-system-malloc option
to config.bat.

15 years agoNew file.
Eli Zaretskii [Fri, 19 Dec 2008 11:02:02 +0000 (11:02 +0000)]
New file.

15 years ago(Windows): Rewrite description of
Martin Rudalics [Fri, 19 Dec 2008 09:15:39 +0000 (09:15 +0000)]
(Windows): Rewrite description of
fit-window-to-buffer.

15 years ago(xfont_decode_coding_xlfd): New function.
Kenichi Handa [Fri, 19 Dec 2008 05:42:14 +0000 (05:42 +0000)]
(xfont_decode_coding_xlfd): New function.
(xfont_encode_coding_xlfd): New function.
(xfont_list_pattern): Decode XLFD by iso-8859-1.
(xfont_list): Decode and encode XLFD by iso-8859-1.
(xfont_match): Likewise.
(xfont_list_family): Likewise.
(xfont_open): Likewise.

15 years ago(ftfont_open): Genarate a multibyte string if given
Kenichi Handa [Fri, 19 Dec 2008 05:39:44 +0000 (05:39 +0000)]
(ftfont_open): Genarate a multibyte string if given
names are utf-8.

15 years ago(xftfont_open): Genarate a multibyte string if give names are utf-8.
Kenichi Handa [Fri, 19 Dec 2008 05:39:19 +0000 (05:39 +0000)]
(xftfont_open): Genarate a multibyte string if give names are utf-8.

15 years agoHeader format fix.
Glenn Morris [Fri, 19 Dec 2008 05:29:04 +0000 (05:29 +0000)]
Header format fix.

15 years agoFix whitespace in copyright years.
Glenn Morris [Fri, 19 Dec 2008 05:25:25 +0000 (05:25 +0000)]
Fix whitespace in copyright years.

15 years agoHeader format fix.
Glenn Morris [Fri, 19 Dec 2008 05:24:35 +0000 (05:24 +0000)]
Header format fix.

15 years ago(Acknowledgments): Fix typo.
Glenn Morris [Fri, 19 Dec 2008 03:36:21 +0000 (03:36 +0000)]
(Acknowledgments): Fix typo.

15 years ago(Acknowledgments): Consolidate explanatory text at start.
Glenn Morris [Fri, 19 Dec 2008 03:34:38 +0000 (03:34 +0000)]
(Acknowledgments): Consolidate explanatory text at start.

15 years ago(authors-aliases): Add some more aliases.
Glenn Morris [Fri, 19 Dec 2008 03:30:14 +0000 (03:30 +0000)]
(authors-aliases): Add some more aliases.

15 years agoRe-regenerate.
Glenn Morris [Fri, 19 Dec 2008 03:28:57 +0000 (03:28 +0000)]
Re-regenerate.

15 years agoFile name fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:24:20 +0000 (03:24 +0000)]
File name fix, for AUTHORS.

15 years ago(Acknowledgments): Small grammar fix.
Glenn Morris [Fri, 19 Dec 2008 03:18:37 +0000 (03:18 +0000)]
(Acknowledgments): Small grammar fix.

15 years ago(Indentation): Use @acronym with ASCII.
Glenn Morris [Fri, 19 Dec 2008 03:17:49 +0000 (03:17 +0000)]
(Indentation): Use @acronym with ASCII.

15 years ago(Text Display): Use @acronym with ASCII.
Glenn Morris [Fri, 19 Dec 2008 03:17:17 +0000 (03:17 +0000)]
(Text Display): Use @acronym with ASCII.

15 years ago(authors-fixed-case): New constant.
Glenn Morris [Fri, 19 Dec 2008 03:16:14 +0000 (03:16 +0000)]
(authors-fixed-case): New constant.
(authors-public-domain-files, authors-ignored-files):
(authors-valid-file-names, authors-renamed-files-alist): Update lists.
(authors-renamed-files-regexps): Add some new entries.
(authors-canonical-file-name): Don't complain about ignored files.
(authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
(authors): Ensure error buffer is writable.

15 years agoFormatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:15:20 +0000 (03:15 +0000)]
Formatting fix, for AUTHORS.

15 years agoFile name fixes, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:14:49 +0000 (03:14 +0000)]
File name fixes, for AUTHORS.

15 years agoFormatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:14:17 +0000 (03:14 +0000)]
Formatting fix, for AUTHORS.

15 years agoFormat and file name fixes, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:13:52 +0000 (03:13 +0000)]
Format and file name fixes, for AUTHORS.

15 years agoFile name fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:12:18 +0000 (03:12 +0000)]
File name fix, for AUTHORS.

15 years agoFile name fixes, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:11:47 +0000 (03:11 +0000)]
File name fixes, for AUTHORS.

15 years agoRemove reference to file not in Emacs, formatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:11:05 +0000 (03:11 +0000)]
Remove reference to file not in Emacs, formatting fix, for AUTHORS.

15 years agoFormat and file name fixes, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:10:27 +0000 (03:10 +0000)]
Format and file name fixes, for AUTHORS.

15 years agoFormatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:10:02 +0000 (03:10 +0000)]
Formatting fix, for AUTHORS.

15 years agoFile name fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:09:10 +0000 (03:09 +0000)]
File name fix, for AUTHORS.

15 years agoFormatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:09:01 +0000 (03:09 +0000)]
Formatting fix, for AUTHORS.

15 years agoFile name fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:08:08 +0000 (03:08 +0000)]
File name fix, for AUTHORS.

15 years agoFormat and file name fixes, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:07:25 +0000 (03:07 +0000)]
Format and file name fixes, for AUTHORS.

15 years agoFormatting fix, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:06:48 +0000 (03:06 +0000)]
Formatting fix, for AUTHORS.

15 years agoExpand some wild cards, for AUTHORS.
Glenn Morris [Fri, 19 Dec 2008 03:06:29 +0000 (03:06 +0000)]
Expand some wild cards, for AUTHORS.

15 years agoFix some file names.
Glenn Morris [Fri, 19 Dec 2008 03:05:33 +0000 (03:05 +0000)]
Fix some file names.

15 years agoMerge from gnus--devo--0
Miles Bader [Fri, 19 Dec 2008 02:40:25 +0000 (02:40 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1505

15 years agoFix typos and author's names.
Juanma Barranquero [Fri, 19 Dec 2008 01:50:43 +0000 (01:50 +0000)]
Fix typos and author's names.

15 years ago*** empty log message ***
Kenichi Handa [Fri, 19 Dec 2008 00:42:47 +0000 (00:42 +0000)]
*** empty log message ***

15 years ago(Search Text): Remove mention of M-s.
Juri Linkov [Fri, 19 Dec 2008 00:23:27 +0000 (00:23 +0000)]
(Search Text): Remove mention of M-s.

15 years agoUnbind `M-s' from `Info-search'.
Juri Linkov [Fri, 19 Dec 2008 00:22:05 +0000 (00:22 +0000)]
Unbind `M-s' from `Info-search'.

15 years ago(Info-isearch-search): Implement lax version of
Juri Linkov [Fri, 19 Dec 2008 00:20:48 +0000 (00:20 +0000)]
(Info-isearch-search): Implement lax version of
incremental word search in Info.
(Info-isearch-start): Set Info-isearch-initial-node to the
current node when search is nonincremental to not stop at the
initial node in this case.
(Info-mode-map): Unbind "\M-s" from `Info-search'.

15 years ago2008-12-18 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Thu, 18 Dec 2008 22:57:53 +0000 (22:57 +0000)]
2008-12-18  Carsten Dominik  <dominik@science.uva.nl>

* org.texi (References): Remove mentioning of @0 as reference for the
last line, this has been reverted in the Lisp sources.

15 years ago2008-12-18 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Thu, 18 Dec 2008 22:57:33 +0000 (22:57 +0000)]
2008-12-18  Carsten Dominik  <dominik@science.uva.nl>

* org-table.el (org-table-get-specials): Revert introduction of @0
as reference of the last table row, because of conflicts.

15 years ago*** empty log message ***
Carsten Dominik [Thu, 18 Dec 2008 22:56:11 +0000 (22:56 +0000)]
*** empty log message ***

15 years agoAdd Gtk+ version to last change.
Jan Djärv [Thu, 18 Dec 2008 19:19:00 +0000 (19:19 +0000)]
Add Gtk+ version to last change.

15 years agoAdded some text about Gtk+ looping when X server dies.
Jan Djärv [Thu, 18 Dec 2008 19:18:12 +0000 (19:18 +0000)]
Added some text about Gtk+ looping when X server dies.

15 years ago(xg_frame_resized): Remove check if rows/columns have
Jan Djärv [Thu, 18 Dec 2008 18:48:08 +0000 (18:48 +0000)]
(xg_frame_resized): Remove check if rows/columns have
changed.
(xg_tool_bar_proxy_callback): Put focus on the frame after we have
clicked on a detached tool bar button.

15 years ago(ispell-really-hunspell): new variable to signal hunspell
Agustín Martín [Thu, 18 Dec 2008 18:44:31 +0000 (18:44 +0000)]
(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

15 years ago(xg_frame_resized): Remove check if rows/columns have
Jan Djärv [Thu, 18 Dec 2008 17:45:28 +0000 (17:45 +0000)]
(xg_frame_resized): Remove check if rows/columns have
changed.

15 years agoFix typos.
Juanma Barranquero [Thu, 18 Dec 2008 17:13:22 +0000 (17:13 +0000)]
Fix typos.

15 years agoFix typo.
Juanma Barranquero [Thu, 18 Dec 2008 16:52:33 +0000 (16:52 +0000)]
Fix typo.

15 years ago* textmodes/rst.el (rst-promote-region): Reflow docstring.
Juanma Barranquero [Thu, 18 Dec 2008 16:19:12 +0000 (16:19 +0000)]
* textmodes/rst.el (rst-promote-region): Reflow docstring.
  (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
  (rst-repeat-last-character): Fix typos in docstrings.
  (rst-mode, rst-backward-section): Doc fixes.

15 years ago(script-representative-chars): Add more scripts.
Kenichi Handa [Thu, 18 Dec 2008 12:55:21 +0000 (12:55 +0000)]
(script-representative-chars): Add more scripts.
(setup-default-fontset): Add more scripts.

15 years agoAdd more scripts.
Kenichi Handa [Thu, 18 Dec 2008 12:54:26 +0000 (12:54 +0000)]
Add more scripts.

15 years agonewsticker: fixed problem with missing group definition
Ulf Jasper [Thu, 18 Dec 2008 10:54:21 +0000 (10:54 +0000)]
newsticker: fixed problem with missing group definition

15 years ago(cmd): Add beginning-of-visual-line and
Martin Rudalics [Thu, 18 Dec 2008 10:39:11 +0000 (10:39 +0000)]
(cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands.  (Bug#1549)

15 years ago2008-12-18 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Thu, 18 Dec 2008 10:15:08 +0000 (10:15 +0000)]
2008-12-18  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
argument, get the current tags directly.
(org-agenda-set-tags): Leave getting current tags to
`org-agenda-change-all-lines'.

15 years ago*** empty log message ***
Carsten Dominik [Thu, 18 Dec 2008 10:14:30 +0000 (10:14 +0000)]
*** empty log message ***

15 years ago(comment-style): Default to `indent'. (Bug#1589)
Dan Nicolaescu [Thu, 18 Dec 2008 09:24:20 +0000 (09:24 +0000)]
(comment-style): Default to `indent'.  (Bug#1589)

15 years ago* emacs.c (main): Print and error and exit when no data is read
Dan Nicolaescu [Thu, 18 Dec 2008 08:48:26 +0000 (08:48 +0000)]
* emacs.c (main): Print and error and exit when no data is read
from the pipe.

* startup.el (command-line): Do not mention the server name in
case the user has not mentioned it, print a more explicit message.

* emacsclient.c (start_daemon_and_retry_set_socket): Improve error
checking.

15 years agoRegenerate.
Glenn Morris [Thu, 18 Dec 2008 08:30:41 +0000 (08:30 +0000)]
Regenerate.

15 years ago(vc-dir-at-event): Rename from vc-at-event. Change
Dan Nicolaescu [Thu, 18 Dec 2008 08:27:37 +0000 (08:27 +0000)]
(vc-dir-at-event): Rename from vc-at-event.  Change
all callers.

15 years agoAdd info about emacsclient starting the daemon.
Dan Nicolaescu [Thu, 18 Dec 2008 08:24:37 +0000 (08:24 +0000)]
Add info about emacsclient starting the daemon.

15 years agoExpand some wildcard entries.
Glenn Morris [Thu, 18 Dec 2008 08:22:46 +0000 (08:22 +0000)]
Expand some wildcard entries.

15 years agoExpand some wildcard entries.
Glenn Morris [Thu, 18 Dec 2008 08:16:37 +0000 (08:16 +0000)]
Expand some wildcard entries.

15 years agoFix old entry.
Glenn Morris [Thu, 18 Dec 2008 06:58:57 +0000 (06:58 +0000)]
Fix old entry.

15 years agoFix AUTHORS reference.
Glenn Morris [Thu, 18 Dec 2008 06:46:36 +0000 (06:46 +0000)]
Fix AUTHORS reference.

15 years agoFix reStructuredText funky capitalization.
Glenn Morris [Thu, 18 Dec 2008 03:34:16 +0000 (03:34 +0000)]
Fix reStructuredText funky capitalization.

15 years agoVarious small updates and fixes.
Glenn Morris [Thu, 18 Dec 2008 03:30:35 +0000 (03:30 +0000)]
Various small updates and fixes.

15 years ago(vc-at-event): Handle (tool-bar) events. Fix bug#1585.
Sam Steingold [Thu, 18 Dec 2008 03:29:02 +0000 (03:29 +0000)]
(vc-at-event): Handle (tool-bar) events. Fix bug#1585.

15 years ago(Word Search): Replace `C-s RET C-w' with `M-s w RET'
Juri Linkov [Thu, 18 Dec 2008 01:19:22 +0000 (01:19 +0000)]
(Word Search): Replace `C-s RET C-w' with `M-s w RET'
as a key binding to start a forward nonincremental word search.
Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
a backward nonincremental word search.  Add index for `M-s w'
`isearch-forward-word'.
(Regexp Search): Add a short summary of regexp key commands like
in the node "Basic Isearch".
(Other Repeating Search): Fix typo.

15 years agoAdd key bindings to start nonincremental word search.
Juri Linkov [Thu, 18 Dec 2008 01:18:06 +0000 (01:18 +0000)]
Add key bindings to start nonincremental word search.

15 years ago(minibuffer-local-isearch-map): Unbind "C-w" from
Juri Linkov [Thu, 18 Dec 2008 01:17:07 +0000 (01:17 +0000)]
(minibuffer-local-isearch-map): Unbind "C-w" from
`isearch-edit-string-set-word'.
(isearch-edit-string-set-word): Remove.
(isearch-occur): Imitate the C function `wordify' by replacing
non-word character with the \\W+ regexp.
(isearch-search-fun): Add `isearch-nonincremental' to the
condition of using a non-lax version of `word-search-forward'.

15 years ago2008-12-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Wed, 17 Dec 2008 23:28:01 +0000 (23:28 +0000)]
2008-12-17  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-org-menu): Do not quote the set-tags command.

15 years ago*** empty log message ***
Carsten Dominik [Wed, 17 Dec 2008 23:27:45 +0000 (23:27 +0000)]
*** empty log message ***

15 years agoFix typos.
Juanma Barranquero [Wed, 17 Dec 2008 15:25:54 +0000 (15:25 +0000)]
Fix typos.

15 years ago(w32font_has_char): Always return -1.
Jason Rumney [Wed, 17 Dec 2008 14:41:44 +0000 (14:41 +0000)]
(w32font_has_char): Always return -1.

15 years agoFix typos.
Juanma Barranquero [Wed, 17 Dec 2008 14:29:39 +0000 (14:29 +0000)]
Fix typos.

15 years ago* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero [Wed, 17 Dec 2008 14:24:25 +0000 (14:24 +0000)]
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
  (DVI_TARGETS): Remove duplicates.  Add sasl.
  ($(infodir)/sasl, sasl.dvi): New targets.

15 years ago2008-12-17 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Wed, 17 Dec 2008 12:39:19 +0000 (12:39 +0000)]
2008-12-17  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: Version number change.