]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years agoFix typo.
Juanma Barranquero [Sun, 16 Nov 2008 05:03:02 +0000 (05:03 +0000)]
Fix typo.

15 years agoversion timestamp update
Michael Kifer [Sun, 16 Nov 2008 05:02:33 +0000 (05:02 +0000)]
version timestamp update

15 years agoFix typos.
Juanma Barranquero [Sun, 16 Nov 2008 04:59:24 +0000 (04:59 +0000)]
Fix typos.

15 years ago2008-16-06 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 16 Nov 2008 04:57:50 +0000 (04:57 +0000)]
2008-16-06  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): removed.

15 years ago2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 16 Nov 2008 04:55:45 +0000 (04:55 +0000)]
2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-init.el (viper-ESC-keyseq-timeout): Make it into a function
instead of a variable.

* viper-util.el (viper-fast-keysequence-p): Changed to use
viper-ESC-keyseq-timeout as a function.
(viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
defsubst.

* viper-cmd.el: Let line-move-visual to nil when using next-line or
previous-line.
(viper-R-state-post-command-sentinel): Use defun instead of defsubst.

* viper-keym.el (viper-ESC-key): Use (kbd "ESC").

* ediff-util.el (ediff-toggle-multiframe): Check if control window is
live.
(ediff-save-buffer): Let window-min-height to 2.

* ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
the minibuffer.

15 years ago* ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
Juanma Barranquero [Sun, 16 Nov 2008 04:54:05 +0000 (04:54 +0000)]
* ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
  (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
  (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
  (ielm-map): Define within defvar.  Add docstring.
  (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
  (ielm-complete-filename): Use `when', `unless'.
  (ielm-is-whitespace-or-comment): Use `string-match-p'.
  (ielm-return, ielm-get-old-input): Use `looking-at-p'.
  (ielm-change-working-buffer): Check that the buffer is live.
  (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
  Simplify.  Reflow docstring.
  (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
  New aliases, to satisfy `define-derived-mode' expectations.

15 years ago* macos.texi (Mac Customization): Fix typos.
Juanma Barranquero [Sun, 16 Nov 2008 04:44:42 +0000 (04:44 +0000)]
* macos.texi (Mac Customization): Fix typos.

15 years ago(find-function-advised-original): New.
Glenn Morris [Sat, 15 Nov 2008 23:36:26 +0000 (23:36 +0000)]
(find-function-advised-original): New.
(find-function-C-source, find-function-noselect):
Use find-function-advised-original to handle advised funcs.  (Bug#789)

(find-function-noselect): Add missing "is" in alias message.

15 years ago(uniquify-maybe-rerationalize-w/o-cb): Remove
Glenn Morris [Sat, 15 Nov 2008 22:37:20 +0000 (22:37 +0000)]
(uniquify-maybe-rerationalize-w/o-cb): Remove
uniquify-after-kill-buffer-p dependency.
(uniquify-kill-buffer-function): New function.
(kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)

15 years ago(ns-do-applescript, ns-popup-font-panel): Declare.
Glenn Morris [Sat, 15 Nov 2008 22:29:59 +0000 (22:29 +0000)]
(ns-do-applescript, ns-popup-font-panel): Declare.
(ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
main Emacs manual.

15 years ago*** empty log message ***
Glenn Morris [Sat, 15 Nov 2008 22:20:43 +0000 (22:20 +0000)]
*** empty log message ***

15 years ago(src): Move removal of src/bootlisp after recursing into `lisp'.
Eli Zaretskii [Sat, 15 Nov 2008 20:29:14 +0000 (20:29 +0000)]
(src): Move removal of src/bootlisp after recursing into `lisp'.

15 years ago(run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
Eli Zaretskii [Sat, 15 Nov 2008 16:20:09 +0000 (16:20 +0000)]
(run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
if noninteractive is non-zero.

15 years agoUpdate the list of utilities needed by lisp/Makefile and for bootstrapping.
Eli Zaretskii [Sat, 15 Nov 2008 15:41:56 +0000 (15:41 +0000)]
Update the list of utilities needed by lisp/Makefile and for bootstrapping.

15 years agoEdit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.
Eli Zaretskii [Sat, 15 Nov 2008 15:38:56 +0000 (15:38 +0000)]
Edit out Unixy shell features in maintainer-clean targets in doc/ Makefiles.

15 years agoDon't convert *.el files to Unix text format, and don't copy ldefs-boot.el
Eli Zaretskii [Sat, 15 Nov 2008 15:38:14 +0000 (15:38 +0000)]
Don't convert *.el files to Unix text format, and don't copy ldefs-boot.el
into loaddefs.el.

15 years agoCreate bootlisp when bootstrapping b-emacs.exe.
Eli Zaretskii [Sat, 15 Nov 2008 15:37:41 +0000 (15:37 +0000)]
Create bootlisp when bootstrapping b-emacs.exe.

15 years agoMake bootstrap work again:
Eli Zaretskii [Sat, 15 Nov 2008 15:37:10 +0000 (15:37 +0000)]
Make bootstrap work again:

(boot): New variable.
(src): Pass $(boot) to sub-Make.  Remove src/bootlisp.  If src/bootlisp
exists after running Make, run Make in `lisp' as well.
(clean, mostlyclean): Remove bogus repeated clean in the top-level directory.
(info, bootstrap-clean): New targets.
(bootstrap): Depend only on bootstrap-clean.  Commands modified to be
equivalent to top-level Makefile.in.
(bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
(clean, mostlyclean, distclean, maintainer-clean, extraclean): Don't recurse
into lwlib and oldXMenu.

15 years ago(INFO_FILES): Remove ns-emacs.
Eli Zaretskii [Sat, 15 Nov 2008 10:36:18 +0000 (10:36 +0000)]
(INFO_FILES): Remove ns-emacs.

15 years agoUpdate the list of utilities needed by lisp/Makefile and for bootstrapping.
Eli Zaretskii [Sat, 15 Nov 2008 10:24:08 +0000 (10:24 +0000)]
Update the list of utilities needed by lisp/Makefile and for bootstrapping.

15 years ago(NS-Emacs): Remove entry.
Eli Zaretskii [Sat, 15 Nov 2008 09:52:43 +0000 (09:52 +0000)]
(NS-Emacs): Remove entry.

15 years agoFix EOLs broken with last commit.
Martin Rudalics [Sat, 15 Nov 2008 08:54:12 +0000 (08:54 +0000)]
Fix EOLs broken with last commit.

15 years ago(quit-window): Restore delete window with second
Martin Rudalics [Sat, 15 Nov 2008 08:51:13 +0000 (08:51 +0000)]
(quit-window): Restore delete window with second
arg non-nil behavior as of before 2008-10-30 change.

15 years ago* org-publish.el (org-publish-attachment): Alow copy-file to
Carsten Dominik [Sat, 15 Nov 2008 06:44:19 +0000 (06:44 +0000)]
* org-publish.el (org-publish-attachment): Alow copy-file to
overwrite files.

15 years ago*** empty log message ***
Carsten Dominik [Sat, 15 Nov 2008 06:43:50 +0000 (06:43 +0000)]
*** empty log message ***

15 years ago(describe-function-1): Do char-range check for self-insert-command.
Chong Yidong [Sat, 15 Nov 2008 06:19:12 +0000 (06:19 +0000)]
(describe-function-1): Do char-range check for self-insert-command.

15 years ago* help-fns.el (describe-function-1): Do char-range check for
Chong Yidong [Sat, 15 Nov 2008 06:18:47 +0000 (06:18 +0000)]
* help-fns.el (describe-function-1): Do char-range check for
self-insert-command.

15 years ago(x_draw_glyph_string): For stretch glyphs, don't call
Chong Yidong [Sat, 15 Nov 2008 05:33:17 +0000 (05:33 +0000)]
(x_draw_glyph_string): For stretch glyphs, don't call
x_draw_glyph_string_background.

15 years ago* xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
Chong Yidong [Sat, 15 Nov 2008 05:32:55 +0000 (05:32 +0000)]
* xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
x_draw_glyph_string_background.

* w32term.c (x_draw_glyph_string): Likewise.

15 years ago(x_draw_glyph_string): Stop drawing the background of the next glyph
Chong Yidong [Sat, 15 Nov 2008 05:21:20 +0000 (05:21 +0000)]
(x_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.

15 years ago(ns_draw_glyph_string): Stop drawing the background of the next glyph
Chong Yidong [Sat, 15 Nov 2008 05:20:49 +0000 (05:20 +0000)]
(ns_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.

15 years ago(x_draw_glyph_string): Stop drawing the background of the next glyph
Chong Yidong [Sat, 15 Nov 2008 05:20:33 +0000 (05:20 +0000)]
(x_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.

15 years ago* xterm.c (x_draw_glyph_string): Stop drawing the background of
Chong Yidong [Sat, 15 Nov 2008 05:20:12 +0000 (05:20 +0000)]
* xterm.c (x_draw_glyph_string): Stop drawing the background of
the next glyph string once past the overhang width.

* nsterm.m (ns_draw_glyph_string): Likewise.

* w32term.c (x_draw_glyph_string): Likewise.

15 years ago(file-precious-flag): Document that this flag is advisory.
Karl Fogel [Fri, 14 Nov 2008 23:36:37 +0000 (23:36 +0000)]
(file-precious-flag): Document that this flag is advisory.

15 years ago(Finsert_file_contents): Decrement specpdl_ptr to avoid double file
Chong Yidong [Fri, 14 Nov 2008 21:11:15 +0000 (21:11 +0000)]
(Finsert_file_contents): Decrement specpdl_ptr to avoid double file
close.

15 years ago* fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
Chong Yidong [Fri, 14 Nov 2008 21:10:43 +0000 (21:10 +0000)]
* fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
double file close.

15 years agoRemoved ns-emacs.texi
Chong Yidong [Fri, 14 Nov 2008 20:47:58 +0000 (20:47 +0000)]
Removed ns-emacs.texi

15 years ago* ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
Chong Yidong [Fri, 14 Nov 2008 20:47:07 +0000 (20:47 +0000)]
* ns-emacs.texi: Moved into macos.texi in the main Emacs manual.

15 years agoRemove ns-emacs.texi; contents moved into macos.texi (and some credits
Chong Yidong [Fri, 14 Nov 2008 20:46:29 +0000 (20:46 +0000)]
Remove ns-emacs.texi; contents moved into macos.texi (and some credits
moved into nextstep/AUTHORS).

15 years agoUpdated with additional credits, from ns-emacs.texi.
Chong Yidong [Fri, 14 Nov 2008 20:45:28 +0000 (20:45 +0000)]
Updated with additional credits, from ns-emacs.texi.

15 years ago(Mac OS): Move Cocoa manual from ns-emacs.texi to here, replacing
Chong Yidong [Fri, 14 Nov 2008 20:40:28 +0000 (20:40 +0000)]
(Mac OS): Move Cocoa manual from ns-emacs.texi to here, replacing
previous contents.  Numerous copyedits to adapt ns-emacs to the
conventions of the main Emacs manual.

15 years ago* macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
Chong Yidong [Fri, 14 Nov 2008 20:40:04 +0000 (20:40 +0000)]
* macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
replacing previous contents.  Numerous copyedits to adapt ns-emacs to
the conventions of the main Emacs manual.

* emacs.texi (Top): Update node listings.

15 years ago* emacs.texi (Top): Update node listings.
Chong Yidong [Fri, 14 Nov 2008 20:39:45 +0000 (20:39 +0000)]
* emacs.texi (Top): Update node listings.

15 years ago(byte-compile-associative)
Chong Yidong [Fri, 14 Nov 2008 18:08:10 +0000 (18:08 +0000)]
(byte-compile-associative)
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).

15 years ago* emacs-lisp/bytecomp.el (byte-compile-associative)
Chong Yidong [Fri, 14 Nov 2008 18:07:52 +0000 (18:07 +0000)]
* emacs-lisp/bytecomp.el (byte-compile-associative)
(byte-compile-minus, byte-compile-quo): If there are more than two
operands, don't use binary operation code (bug#1334).

15 years ago(window_loop): In DELETE_BUFFER_WINDOWS case, reset
Martin Rudalics [Fri, 14 Nov 2008 13:53:21 +0000 (13:53 +0000)]
(window_loop): In DELETE_BUFFER_WINDOWS case, reset
dedicated status of window before attempting to display another
buffer in it.

15 years ago* w32-fns.el (w32-shell-dos-semantics):
Juanma Barranquero [Fri, 14 Nov 2008 13:05:18 +0000 (13:05 +0000)]
* w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
  (prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.

* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.

* files.el (enable-local-eval, not-modified, kill-buffer-ask)
  (kill-matching-buffers, save-buffers-kill-emacs)
  (save-buffers-kill-terminal): Fix typos in docstrings.
  (switch-to-buffer-other-window): Reflow docstring.
  (revert-buffer): Doc fix.
  (define-project-bindings): Rename arg LIST to SETTINGS.
  (project-find-settings-file): Use `let', not `let*'.  Use `when'.

15 years ago(OBJ1, WIN32OBJ): Fix whitespace.
Eli Zaretskii [Fri, 14 Nov 2008 12:17:38 +0000 (12:17 +0000)]
(OBJ1, WIN32OBJ): Fix whitespace.

15 years ago(About This Manual): Comment out a mention of marginal notes.
Jay Belanger [Fri, 14 Nov 2008 05:32:46 +0000 (05:32 +0000)]
(About This Manual): Comment out a mention of marginal notes.

15 years ago(BASE_PURESIZE): Increase to 1260000.
Katsumi Yamaoka [Fri, 14 Nov 2008 00:17:11 +0000 (00:17 +0000)]
(BASE_PURESIZE): Increase to 1260000.

15 years ago(project-find-settings-file): Fix last change.
Chong Yidong [Thu, 13 Nov 2008 17:04:53 +0000 (17:04 +0000)]
(project-find-settings-file): Fix last change.

15 years ago* files.el (project-settings-file, locate-dominating-file):
Juanma Barranquero [Thu, 13 Nov 2008 16:01:47 +0000 (16:01 +0000)]
* files.el (project-settings-file, locate-dominating-file):
  Fix typos in docstrings.
  (find-file-visit-truename): Remove * from defcustom docstring.

15 years ago* files.el (project-settings-file): New variable.
Chong Yidong [Thu, 13 Nov 2008 15:18:38 +0000 (15:18 +0000)]
* files.el (project-settings-file): New variable.
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.

15 years ago(project-settings-file): New variable.
Chong Yidong [Thu, 13 Nov 2008 15:17:48 +0000 (15:17 +0000)]
(project-settings-file): New variable.
(project-find-settings-file): Use it, instead of hardcoding .dir.settings.el.

15 years ago* files.el (project-settings-file): New variable.
Chong Yidong [Thu, 13 Nov 2008 15:17:28 +0000 (15:17 +0000)]
* files.el (project-settings-file): New variable.
(project-find-settings-file): Use it, instead of hardcoding
.dir.settings.el.

15 years ago*** empty log message ***
Paul Reilly [Thu, 13 Nov 2008 08:02:50 +0000 (08:02 +0000)]
*** empty log message ***

15 years agoAdd support for save-buffer.
Paul Reilly [Thu, 13 Nov 2008 08:01:29 +0000 (08:01 +0000)]
Add support for save-buffer.

15 years ago(File Name Components): Fix file-name-extension documentation.
Lute Kamstra [Thu, 13 Nov 2008 05:29:24 +0000 (05:29 +0000)]
(File Name Components): Fix file-name-extension documentation.

15 years agoRemove some charset code not needed since Emacs 22.
Glenn Morris [Thu, 13 Nov 2008 05:03:33 +0000 (05:03 +0000)]
Remove some charset code not needed since Emacs 22.

15 years agoHenry Weller <hweller0 at gmail.com> (tiny change)
Glenn Morris [Thu, 13 Nov 2008 04:38:10 +0000 (04:38 +0000)]
Henry Weller  <hweller0 at gmail.com>  (tiny change)

(mairix-widget-fields-list): Fix bug regarding searching in mail bodies.

15 years ago(org-get-closed): Fix alias.
Glenn Morris [Thu, 13 Nov 2008 04:36:13 +0000 (04:36 +0000)]
(org-get-closed): Fix alias.

15 years ago(Emacs Invocation): Link to Emacs Server. Note that command-line-args
Chong Yidong [Wed, 12 Nov 2008 23:59:04 +0000 (23:59 +0000)]
(Emacs Invocation): Link to Emacs Server.  Note that command-line-args
is processed during startup.
(Action Arguments): Correctly describe how file arguments interact with
the startup screen.  Link to Lisp Interaction for scratch buffer.
(Initial Options): Link to Command Example for -batch option.
(Environment): Document initial-environment.

15 years ago* cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
Chong Yidong [Wed, 12 Nov 2008 23:58:52 +0000 (23:58 +0000)]
* cmdargs.texi (Emacs Invocation): Link to Emacs Server.  Note that
command-line-args is processed during startup.
(Action Arguments): Correctly describe how file arguments interact with
the startup screen.  Link to Lisp Interaction for scratch buffer.
(Initial Options): Link to Command Example for -batch option.
(Environment): Document initial-environment.

15 years ago(Entering Emacs): Note that inhibit-startup-screen can't be changed in
Chong Yidong [Wed, 12 Nov 2008 22:59:10 +0000 (22:59 +0000)]
(Entering Emacs): Note that inhibit-startup-screen can't be changed in
the site-start file.

15 years ago* entering.texi (Entering Emacs): Note that inhibit-startup-screen
Chong Yidong [Wed, 12 Nov 2008 22:57:59 +0000 (22:57 +0000)]
* entering.texi (Entering Emacs): Note that inhibit-startup-screen
can't be changed in the site-start file.

15 years ago* international/mule.el (autoload-coding-system, with-category-table)
Juanma Barranquero [Wed, 12 Nov 2008 18:39:08 +0000 (18:39 +0000)]
* international/mule.el (autoload-coding-system, with-category-table)
  (ctext-non-standard-encodings-alist): Fix typos in docstrings.
  (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
  (set-buffer-file-coding-system, revert-buffer-with-coding-system)
  (set-file-name-coding-system, ctext-pre-write-conversion)
  (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
  Reflow docstrings.
  (charset-list, set-coding-priority): Remove redundant obsolescence info.
  (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
  (char-valid-p): Define with `define-obsolete-function-alias'.

* textmodes/artist.el (artist-mode): Fix typos in docstring.

15 years ago* org.el (org-link-escape): Fix typo in docstring.
Juanma Barranquero [Wed, 12 Nov 2008 16:53:06 +0000 (16:53 +0000)]
* org.el (org-link-escape): Fix typo in docstring.

15 years agoFix typo in comment.
Juanma Barranquero [Wed, 12 Nov 2008 15:59:06 +0000 (15:59 +0000)]
Fix typo in comment.

15 years ago(x_set_alpha): Set alpha to -1 if nil given.
Chong Yidong [Wed, 12 Nov 2008 15:52:12 +0000 (15:52 +0000)]
(x_set_alpha): Set alpha to -1 if nil given.

15 years agoNegative alpha means "don't touch".
Chong Yidong [Wed, 12 Nov 2008 15:51:35 +0000 (15:51 +0000)]
Negative alpha means "don't touch".

15 years ago(x_set_frame_alpha): Do nothing if alpha is negative.
Chong Yidong [Wed, 12 Nov 2008 15:51:11 +0000 (15:51 +0000)]
(x_set_frame_alpha): Do nothing if alpha is negative.

15 years ago* frame.c (x_set_alpha): Set alpha to -1 if nil given.
Chong Yidong [Wed, 12 Nov 2008 15:49:45 +0000 (15:49 +0000)]
* frame.c (x_set_alpha): Set alpha to -1 if nil given.

* frame.h: Negative alpha means "don't touch".

* w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.

* xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.

15 years agoMerge from gnus--devo--0
Miles Bader [Wed, 12 Nov 2008 08:12:19 +0000 (08:12 +0000)]
Merge from gnus--devo--0

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

15 years ago2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Wed, 12 Nov 2008 08:09:23 +0000 (08:09 +0000)]
2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* refcards/orgcard.tex: Document the extra yanking key.

15 years ago2008-11-12 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Wed, 12 Nov 2008 08:09:03 +0000 (08:09 +0000)]
2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.texi (Clocking work time): Document the :formula property of
clock tables.
(Structure editing, Refiling notes): Document refiling regions.
(Agenda commands): Document the double-prefix version
of the `l' command in the agenda.
(Handling links): Explain the effect of a double prefix
arg to `C-c C-o'.
(TODO basics): Add documentation for tag triggers.

15 years ago*** empty log message ***
Carsten Dominik [Wed, 12 Nov 2008 08:06:35 +0000 (08:06 +0000)]
*** empty log message ***

15 years ago2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
Carsten Dominik [Wed, 12 Nov 2008 08:01:06 +0000 (08:01 +0000)]
2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>

* org.el (org-yank): Make any prefix force normal yanking.
Suppress folding if text would be swallowed into a folded
subtree.
(org-yank-folded-subtrees, org-yank): Docstring updates.

* org-agenda.el (org-agenda-compare-effort): Treat no effort
defined as 0.

* org-exp.el (org-export-language-setup): Add Catalan and
Esperanto language entries.

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

* org.el (org-refile): Allow refiling of entire regions.

* org-clock.el (org-clock-time%): New function.

* org.el (org-entry-get, org-entry-delete): Use safer regexps to
retrieve property values.

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

* org-agenda.el (org-agenda-list): Handle the value `only' of
org-agenda-show-log'.
(org-agenda-log-mode): Interpret a double prefix arg.

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

* org-exp.el (org-export-html-footnotes-section): New variable.
(org-export-as-html): Use `org-export-html-footnotes-section' to
insert the footnotes.
(org-export-language-setup): Add "Footnotes" to language words.

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

* org.el (org-yank): Fix bug when not inserting a subtree.

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

* org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
instead of `vm-beginning-of-message'.

* org.el (org-make-link-regexps): Make sure that links to gnus can
contain brackets.

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

* org-attach.el (org-attach-dir): Remove duplicate ID creation
code.

* org-id.el (org-id-new): Use `org-trim' to extract the uuid from
shell output.

* org.el (org-link-abbrev-alist): Improve customization type.

* org-attach.el (org-attach-expand-link, org-attach-expand): New
functions.

* org-agenda.el (org-agenda-get-progress): Renamed from
`org-get-closed'.  Implement searching for state changes as well.
(org-agenda-log-mode-items): New option.
(org-agenda-log-mode): New option prefix argument, interpreted as
request to show all possible progress info.
(org-agenda-get-day-entries): Call `org-get-progress' instead of
`org-get-closed'.
(org-agenda-set-mode-name): Handle the more complex log mode
settings.
(org-get-closed): New alias, pointing to `org-get-progress'.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-file-apps-defaults-gnu)
(org-file-apps-defaults-macosx)
(org-file-apps-defaults-windowsnt): Add an entry defining the
system command.
(org-file-apps): Allow `system' as key and value.
(org-open-at-point): Explain the effect of a double prefix arg.
(org-open-file): If the argument `in-emacs' is (16),
i.e. corresponding to a double prefix argument, try to open the
file externally.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-insert-link): Abbreviate absolute files names in
links.  Also, fix a bug in which the double C-u prefix would not
be honored.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-insert-heading): If buffer does not end with a
newline, add one if necessary to insert headline correctly.

* org-exp.el (org-export-as-html): Make sure that <hr/> is between
paragraphs, not inside.

* org.el (org-todo): Quote
`org-agenda-headline-snapshot-before-repeat'.

* org-exp.el (org-export-as-html): Fully process link descriptions.
(org-export-html-format-desc): New function.
(org-export-as-html): Collect footnotes into the correct basket.
(org-html-protect): No longer protect quotations marks here, this
goes wrong.

* org-agenda.el (org-agenda-remove-marked-text): Bind variable
BEG.

* org-compat.el (org-fit-window-to-buffer): New function (not
really, a preliminary and incomplete version was present earlier,
but not used).

* org.el (org-fast-todo-selection, org-fast-tag-selection): Use
`org-fit-window-to-buffer'.

* org-exp.el (org-export): Use `org-fit-window-to-buffer'.

* org-agenda.el (org-agenda-get-restriction-and-command)
(org-fit-agenda-window, org-agenda-convert-date): Use
`org-fit-window-to-buffer'.

* org-exp.el (org-export-as-html): Process href links through
`org-export-html-format-href'.
(org-export-html-format-href): New function.

* org-agenda.el (org-agenda-todo): Update only the current
headline if this is a repeated TODO, marked done for today.
(org-agenda-change-all-lines): New argument JUST-THIS, to change
only the current line.

* org.el (org-todo): Take a snapshot of the headline if the
repeater might change it.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org-publish.el (org-publish-find-title): Remove buffers visited
only for extracting the title.

* org-exp.el (org-export-html-style)
(org-export-html-style-default): Mark style definitions as
unparsed CDATA.

* org-publish.el (org-publish-validate-link): Function
re-introduced.

2008-11-12  Charles Sebold  <csebold@gmail.com>

* org-plot.el (org-plot/add-options-to-plist): Supports timefmt
property.
(org-plot-quote-timestamp-field): New function.
(org-plot-quote-tsv-field): Call timestamp field function when
necessary rather than just quoting as a string.
(org-plot/gnuplot-to-data): Pass in timefmt property.
(org-plot/gnuplot-script): Supports timefmt property.
(org-plot/gnuplot): Checks for timestamp column before checking
for text index column.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-insert-heading): Improve behavior with hidden subtrees.

* org-publish.el (org-publish-org-index): Create a section in the
index file.
(org-publish-org-index): Stop linking to directories.

* org.el (org-emphasis-alist): Use span instead of <u> to
underline text.

* org-exp.el (org-export-as-html): Make sure <p> is closed before
<pre> sections.

2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>

* org-jsinfo.el (org-infojs-template): Remove language attribute
from script tag.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org-agenda.el (org-agenda-remove-marked-text): New function.
(org-agenda-mark-filtered-text)
(org-agenda-unmark-filtered-text): New functions.
(org-write-agenda): Remove fltered text.

* org.el (org-make-tags-matcher): Give access to TODO "property"
without speed penalty.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
option.
(org-store-link-props): Make sure adding to the plist works
correctly.

* org-gnus.el (org-gnus-no-new-news): New function.
(org-gnus-follow-link): Allow the article ID to be a message-id,
in addition to allowing article numbers.  Message IDs make much
more roubust links.
(org-gnus-store-link): Use message-id to create link.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-emphasize): Reverse the selection array.
(org-emphasis-alist): Set <code> tags for the verbatim
environment.

* org-remember.el (org-remember-handler): Fix bug with
prefix-related changing of the note storage target.

* org-exp.el (org-print-icalendar-entries): Make the exported
priorities compatible with RFC 2445.

* org-clock.el (org-clock-save): Insert time stamp without
dependence on time-stamp.el.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org.el ("saveplace"): If saveplace puts point into an invisible
location, make it visible.
(org-make-tags-matcher): Allow inactive time stamps in time
comparisons.
(org-yank-adjusted-subtrees): New option.
(org-yank): Incorporate adjusting trees.
(org-paste-subtree): New argument FOR-YANK which will cause
insertion at point without backing up over white lines, and leave
point at the end of the inserted text.  Also if the cursor is
at the beginning of a headline, use the same level or the inserted
tree.

* org-publish.el (org-publish-get-base-files-1): Deal correctly
with broken symlinks

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

* org-exp.el (org-export-select-tags, org-get-current-options):
Fix typo.

15 years ago*** empty log message ***
Carsten Dominik [Wed, 12 Nov 2008 07:58:27 +0000 (07:58 +0000)]
*** empty log message ***

15 years ago* hftctl.c:
Dan Nicolaescu [Wed, 12 Nov 2008 07:17:21 +0000 (07:17 +0000)]
* hftctl.c:
* chpdef.h:
* acldef.h: Remove files used only for systems no longer supported.

* Makefile.in: Fix .o alphabetical ordering.
(hftctl.o): Remove dependency, file removed.
(keymap.o, print.o): Depend on charset.h.

15 years ago(vc-cvs-parse-root): Handle roots without colon between hostname and path.
Sam Steingold [Wed, 12 Nov 2008 04:47:18 +0000 (04:47 +0000)]
(vc-cvs-parse-root): Handle roots without colon between hostname and path.

15 years ago(dired-isearch-filenames)
Juri Linkov [Tue, 11 Nov 2008 20:14:38 +0000 (20:14 +0000)]
(dired-isearch-filenames)
(dired-isearch-filenames-regexp):
Let-bind isearch-message-prefix-add to "filename ".

15 years ago(isearch-message-prefix-add)
Juri Linkov [Tue, 11 Nov 2008 20:11:34 +0000 (20:11 +0000)]
(isearch-message-prefix-add)
(isearch-message-suffix-add): New variables.
(isearch-message-prefix): Show additional text from
`isearch-message-prefix-add' before "I-search".
(isearch-message-suffix): Show additional text from
`isearch-message-suffix-add' at the end.

15 years ago* isearch.el (isearch-lazy-highlight-search): Use a loop like in
Juri Linkov [Tue, 11 Nov 2008 19:57:04 +0000 (19:57 +0000)]
* isearch.el (isearch-lazy-highlight-search): Use a loop like in
`isearch-search'.  Call isearch-success-function to skip matches
outside the current isearch scope.  Let-bind search-invisible to
nil to not match invisible text.

15 years ago* isearch.el (isearch-query-replace, isearch-highlight-regexp):
Juri Linkov [Tue, 11 Nov 2008 19:48:37 +0000 (19:48 +0000)]
* isearch.el (isearch-query-replace, isearch-highlight-regexp):
Bind `isearch-recursive-edit' to nil to prevent calling
`exit-recursive-edit' in `isearch-done' that terminates the
execution of these commands when it is non-nil.  Call
`exit-recursive-edit' explicitly at the end.
(isearch-occur): For word search construct the correct regexp
with word boundaries to proceed with occur.

15 years ago(isearch-search-fun): Compare the length of the
Juri Linkov [Tue, 11 Nov 2008 19:43:09 +0000 (19:43 +0000)]
(isearch-search-fun): Compare the length of the
current search string with the length of the string from the
previous search state to detect the situation when the user
adds or removes characters in the search string.
Use word-search-forward-lax and word-search-backward-lax in this
case, and otherwise word-search-forward and word-search-backward.

15 years ago(mouse-buffer-menu-mode-groups): Place "Annotate" into
Sam Steingold [Tue, 11 Nov 2008 17:20:06 +0000 (17:20 +0000)]
(mouse-buffer-menu-mode-groups): Place "Annotate" into
the "Version Control" group (for C-x v g).

15 years ago* frames.texi (Basic Parameters): Remove display-environment-variable
Juanma Barranquero [Tue, 11 Nov 2008 11:47:59 +0000 (11:47 +0000)]
* frames.texi (Basic Parameters): Remove display-environment-variable
  and term-environment-variable.

15 years ago* server.el (server-process-filter): Fix typos and reflow docstring.
Juanma Barranquero [Tue, 11 Nov 2008 10:51:35 +0000 (10:51 +0000)]
* server.el (server-process-filter): Fix typos and reflow docstring.

15 years ago(footnote-mode): Improve doc-string.
Martin Rudalics [Tue, 11 Nov 2008 09:39:29 +0000 (09:39 +0000)]
(footnote-mode): Improve doc-string.
Suggested by <jidanni@jidanni.org>.  (Bug#1318)

15 years ago* quail/hangul.el (hangul-im-keymap, hangul-insert-character)
Juanma Barranquero [Tue, 11 Nov 2008 08:53:14 +0000 (08:53 +0000)]
* quail/hangul.el (hangul-im-keymap, hangul-insert-character)
  (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
  (hangul3-input-method-jung, hangul3-input-method-jong):
  Fix typos in docstrings.

15 years agoFix typos.
Juanma Barranquero [Tue, 11 Nov 2008 08:41:18 +0000 (08:41 +0000)]
Fix typos.

15 years ago* quail/hangul.el (hangul-djamo): Fix typo in docstring.
Juanma Barranquero [Tue, 11 Nov 2008 08:39:09 +0000 (08:39 +0000)]
* quail/hangul.el (hangul-djamo): Fix typo in docstring.

15 years ago(map_char_table_for_charset): Add comment.
Kenichi Handa [Tue, 11 Nov 2008 07:25:27 +0000 (07:25 +0000)]
(map_char_table_for_charset): Add comment.

15 years ago(Vchar_unify_table): Comment added.
Kenichi Handa [Tue, 11 Nov 2008 01:05:17 +0000 (01:05 +0000)]
(Vchar_unify_table): Comment added.

15 years ago(Custom-mode): Set up tool-bar-map unconditionally.
Chong Yidong [Tue, 11 Nov 2008 00:28:10 +0000 (00:28 +0000)]
(Custom-mode): Set up tool-bar-map unconditionally.

15 years ago* cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
Chong Yidong [Tue, 11 Nov 2008 00:25:28 +0000 (00:25 +0000)]
* cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.

15 years ago(smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls...
Teodor Zlatanov [Mon, 10 Nov 2008 20:13:41 +0000 (20:13 +0000)]
(smtpmail-open-stream): Use `starttls-any-program-available'.  Auto-load starttls.el for it.

15 years ago(smtpmail-open-stream): Use `starttls-any-program-available'.
Teodor Zlatanov [Mon, 10 Nov 2008 20:10:51 +0000 (20:10 +0000)]
(smtpmail-open-stream): Use `starttls-any-program-available'.

15 years agoRemove find-file-noselect from the list of magic file name handlers.
Stefan Monnier [Mon, 10 Nov 2008 15:29:12 +0000 (15:29 +0000)]
Remove find-file-noselect from the list of magic file name handlers.

15 years ago(Fget_byte): Fix and make it faster for unibyte target.
Kenichi Handa [Mon, 10 Nov 2008 00:47:08 +0000 (00:47 +0000)]
(Fget_byte): Fix and make it faster for unibyte target.