bpt/emacs.git
18 years agoEXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes.
Luc Teirlinck [Mon, 27 Feb 2006 02:06:01 +0000 (02:06 +0000)]
EXFUN Fget_load_suffixes.  Extern Vload_file_rep_suffixes.

18 years agoDeclare Vload_file_rep_suffixes instead of
Luc Teirlinck [Mon, 27 Feb 2006 02:04:35 +0000 (02:04 +0000)]
Declare Vload_file_rep_suffixes instead of
deleted variable default_suffixes.
(Fget_load_suffixes): New function.
(Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
No longer use deleted variable default_suffixes.  Update docstring.
(syms_of_lread): defsubr Sget_load_suffixes.
Expand `load-suffixes' docstring.
Delete default_suffixes and DEFVAR_LISP the new variable
`load-file-rep-suffixes'.

18 years ago(find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 02:03:00 +0000 (02:03 +0000)]
(find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'.
(find-library-name): Use `load-file-rep-suffixes' instead of '("").

18 years ago(locate-library): Use `get-load-suffixes' instead of `load-suffixes'
Luc Teirlinck [Mon, 27 Feb 2006 02:01:08 +0000 (02:01 +0000)]
(locate-library): Use `get-load-suffixes' instead of `load-suffixes'
and `load-file-rep-suffixes' instead of '("").

18 years ago(update-directory-autoloads): Use `get-load-suffixes' instead of
Luc Teirlinck [Mon, 27 Feb 2006 01:58:04 +0000 (01:58 +0000)]
(update-directory-autoloads): Use `get-load-suffixes' instead of
`load-suffixes'.

18 years ago(command-line): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:56:19 +0000 (01:56 +0000)]
(command-line): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:54:42 +0000 (01:54 +0000)]
(file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(load-library): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck [Mon, 27 Feb 2006 01:53:28 +0000 (01:53 +0000)]
(load-library): Use `get-load-suffixes' instead of `load-suffixes'.

18 years ago(jka-compr-uninstall): Replace `mapcar' with `mapc'.
Luc Teirlinck [Mon, 27 Feb 2006 01:51:17 +0000 (01:51 +0000)]
(jka-compr-uninstall): Replace `mapcar' with `mapc'.
Update `load-file-rep-suffixes' instead of `load-suffixes'.
Use jka-compr-compression-info-list--internal,
jka-compr-mode-alist-additions--internal and
jka-compr-load-suffixes--internal.

18 years agoSecond step of the previous changes: move all defcustoms to where they belong.
Luc Teirlinck [Mon, 27 Feb 2006 01:50:36 +0000 (01:50 +0000)]
Second step of the previous changes: move all defcustoms to where they belong.

18 years ago(jka-compr-compression-info-list)
Luc Teirlinck [Mon, 27 Feb 2006 01:47:56 +0000 (01:47 +0000)]
(jka-compr-compression-info-list)
(jka-compr-mode-alist-additions, jka-compr-load-suffixes):
Give :set functions to provide automatic updating.
Update docstring.  Give compiler defvars early in the file
and move the defcustoms to a later spot where all called functions
are defined.
(jka-compr-file-name-handler-entry): Doc fix.
(jka-compr-compression-info-list--internal)
(jka-compr-mode-alist-additions--internal)
(jka-compr-load-suffixes--internal): New variables.
(jka-compr-install): Set the three above variables.
Update `load-file-rep-suffixes' instead of `load-suffixes'.
(jka-compr-update, jka-compr-set): New functions.
(auto-compression-mode): Doc fix.

These changes are installed in two steps to provide better diffs.
The present revision makes no sense without the next one.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Feb 2006 01:44:20 +0000 (01:44 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Feb 2006 18:18:01 +0000 (18:18 +0000)]
*** empty log message ***

18 years ago(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
Luc Teirlinck [Sun, 26 Feb 2006 18:08:02 +0000 (18:08 +0000)]
(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.

18 years ago(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
Stefan Monnier [Sun, 26 Feb 2006 16:14:20 +0000 (16:14 +0000)]
(struct specbinding, specpdl_ptr): Remove the volatile qualifier which was
trying to avoid the bug that was fixed by yesterday's changes to xterm.c.

18 years ago(ido-save-history, ido-load-history): Simplify. Don't
Kim F. Storm [Sun, 26 Feb 2006 00:48:27 +0000 (00:48 +0000)]
(ido-save-history, ido-load-history): Simplify.  Don't
use find-file-noselect to avoid interference from other modes.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 26 Feb 2006 00:48:11 +0000 (00:48 +0000)]
*** empty log message ***

18 years agobuffer.c: Revert last change.
Chong Yidong [Sat, 25 Feb 2006 23:33:57 +0000 (23:33 +0000)]
buffer.c: Revert last change.

18 years ago* buffer.c (Foverlay_put): Mark buffer as changed.
Chong Yidong [Sat, 25 Feb 2006 23:32:19 +0000 (23:32 +0000)]
* buffer.c (Foverlay_put): Mark buffer as changed.

18 years ago* xterm.h (x_catch_errors) Return value changed to void.
Chong Yidong [Sat, 25 Feb 2006 23:20:10 +0000 (23:20 +0000)]
* xterm.h (x_catch_errors) Return value changed to void.
(x_uncatch_errors): Unused count argument deleted.

* xterm.c (x_catch_errors): Don't use record_unwind_protect, since
it can be called in a signal handler.
(x_catch_errors_unwind): Function deleted.
(x_uncatch_errors): Deallocate last x_error_message_stack struct.
(x_check_errors): Call x_uncatch_errors before signalling error.

(x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
(x_connection_closed, x_list_fonts): Use new versions of
x_catch_errors and x_uncatch_errors.

* xselect.c (x_own_selection, x_decline_selection_request)
(x_reply_selection_request, x_get_foreign_selection)
(Fx_get_atom_name, Fx_send_client_event): Likewise.

* xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
Likewise.

* eval.c (record_unwind_protect): Add an assertion.

18 years ago(Fmake_network_process): Init the process's mark.
Stefan Monnier [Sat, 25 Feb 2006 16:49:00 +0000 (16:49 +0000)]
(Fmake_network_process): Init the process's mark.

18 years ago(sh-mode): Fix bug: Arrange to use
Thien-Thi Nguyen [Sat, 25 Feb 2006 11:25:25 +0000 (11:25 +0000)]
(sh-mode): Fix bug: Arrange to use
the default shell if filename is not available.

18 years ago(tags-completion-table): Do completion from all the tables in the
Francesco Potortì [Sat, 25 Feb 2006 01:48:09 +0000 (01:48 +0000)]
(tags-completion-table): Do completion from all the tables in the
current list, as documented in the manual.

18 years ago*** empty log message ***
Francesco Potortì [Sat, 25 Feb 2006 01:47:29 +0000 (01:47 +0000)]
*** empty log message ***

18 years agoTypos.
Kim F. Storm [Sat, 25 Feb 2006 00:31:44 +0000 (00:31 +0000)]
Typos.

18 years agoFixed:
Kim F. Storm [Fri, 24 Feb 2006 23:49:05 +0000 (23:49 +0000)]
Fixed:
Martin Rudalics' 30 Jan 2006 bug report about overlays at end of buffer.
URL/MID: http://mid.gmane.org/43DDC6B7.6010003@gmx.at

18 years ago(modify_overlay): Force redisplay if we modify an
Kim F. Storm [Fri, 24 Feb 2006 23:31:26 +0000 (23:31 +0000)]
(modify_overlay): Force redisplay if we modify an
overlay at the end of the buffer.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 24 Feb 2006 23:31:06 +0000 (23:31 +0000)]
*** empty log message ***

18 years ago(BUGS): Add URLs/MIDs.
Reiner Steib [Fri, 24 Feb 2006 19:17:50 +0000 (19:17 +0000)]
(BUGS): Add URLs/MIDs.

18 years ago* gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
Jan Djärv [Fri, 24 Feb 2006 15:37:10 +0000 (15:37 +0000)]
* gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
 nil the image file has been removed, in that case use the (cached)
 pixmap.

18 years agocc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,
Alan Mackenzie [Fri, 24 Feb 2006 15:33:02 +0000 (15:33 +0000)]
cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,
cc-defs.el, cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
cc-mode.el, cc-styles.el, cc-subword.el, cc-vars.el:  Add 2006 to the
copyright statement.

cc-awk.el: (c-awk-after-change): Protect the match data with
save-match-data.  It was being corrupted when Font Lock was not enabled.
(ii): Fix a typo.

cc-cmds.el, cc-mode.el, cc-engine.el (c-update-modeline): Concatenate the
minor mode indicators directly onto mode-name, removing
c-submode-indicators.  Sometimes, c-s-i got separated from the mode name
on the mode line.

cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
c-hungry-delete-backwards, at the request of RMS.  Leave the old name as
an alias.

cc-cmds.el (c-electric-brace, c-electric-semi&comma, c-electric-colon):
Correct doc-strings: "/ln" -> "/la".

cc-cmds.el (c-electric-brace): Fix clean-up brace-else-brace (error due
to mbeg, mend being undefined).

cc-defs.el (c-version): Update to 5.31.3.

cc-defs.el: [Supersedes patch V1.38]: (top level): Check for a buggy
font-lock-compile-keywords ONLY in XEmacs.  GNU Emacs 22 now has a check
which would throw an error here.

cc-engine.el (c-beginning-of-statement-1): Clarify doc-string and
comments.  Distinguish real labels ("case 1:" or "foo:") from non-labels
("public:").

cc-engine.el (c-after-change-check-<>-operators): Remove save-match-data,
reversing change for V1.45.  save-match-data is now in c-after-change.

cc-engine.el (c-forward-objc-directive): Replace c-forward-token-2 with
crude coding; c-f-t-2 doesn't move over a token at EOB.  Objc Mode was
hanging after typing, e.g., "@implementation".

cc-langs.el (c-filter-ops): Made it available at runtime too to work when
`c-make-init-lang-vars-fun' needs to evaluate from source.

cc-langs.el (c-make-init-lang-vars-fun): Improved the error message when
there's an evaluation error to show whether it's loaded from source or
not.
(c-mode-menu): Add menu items for Electric Mode and Subword Mode.

cc-mode.el (c-after-change): Protect the match data with save-match-data.
It was getting corrupted by c-after-change-check-<>-operators.

cc-mode.el: File Local variables: Solve the problem where both `mode' and
c-file-offsets are specified: `mode' will overwrite c-f-o's settings:
(c-remove-any-local-eval-or-mode-variables): new function.
(c-postprocess-file-styles): call the above new function, within
c-tentative-buffer-change, to splat `mode' and `eval' before the second
hack-local-variables.

18 years ago(Hungry WS Deletion): Rename c-hungry-backspace to
Alan Mackenzie [Fri, 24 Feb 2006 12:20:45 +0000 (12:20 +0000)]
(Hungry WS Deletion): Rename c-hungry-backspace to
c-hungry-delete-backwards, at the request of RMS.  Leave the old name as
an alias.
(Movement Commands): Correct the definition of c-beginning-of-defun, to include the
function header within the defun.
(Comment Commands): State that C-u M-; kills any existing comment.
(Electric Keys): Add a justification for electric indentation.
(Hungry WS Deletion): Clear up the names and complications of the
BACKSPACE and DELETE keys.
Correct two typos.

18 years ago*** empty log message ***
Alan Mackenzie [Fri, 24 Feb 2006 12:18:48 +0000 (12:18 +0000)]
*** empty log message ***

18 years ago(Finsert_file_contents): When a text is replaced
Kenichi Handa [Fri, 24 Feb 2006 06:46:54 +0000 (06:46 +0000)]
(Finsert_file_contents): When a text is replaced
partially, be sure to set point before the inserted characters.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-118
Miles Bader [Fri, 24 Feb 2006 05:02:12 +0000 (05:02 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-118

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 38-39)

   - Update from CVS

18 years ago(Common requests): Move `Turning on auto-fill by
Juri Linkov [Thu, 23 Feb 2006 23:16:12 +0000 (23:16 +0000)]
(Common requests): Move `Turning on auto-fill by
default' after `Wrapping words automatically'.  Move `Working with
unprintable characters' before `Searching for/replacing newlines'.
Move `Replacing highlighted text' after `Highlighting a region'.
Merge `Repeating commands' and `Repeating a command as many times
as possible' into the former.
(Packages that do not come with Emacs): Add refs to Gmane and etc/MORE.STUFF.

18 years ago(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
Juanma Barranquero [Thu, 23 Feb 2006 23:14:01 +0000 (23:14 +0000)]
(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).

18 years ago*** empty log message ***
Juri Linkov [Thu, 23 Feb 2006 22:18:21 +0000 (22:18 +0000)]
*** empty log message ***

18 years ago(Newsgroup archives): Update URLs of GNU mail archives.
Juri Linkov [Thu, 23 Feb 2006 22:17:49 +0000 (22:17 +0000)]
(Newsgroup archives): Update URLs of GNU mail archives.
(Reporting bugs): Suggest using `M-x report-emacs-bug'.
Add xref to `(emacs)Reporting Bugs'.
(Getting a printed manual): Add URL to other formats of the manual.
(Common requests): Fix menu.
(Highlighting a region): Remove ref to `Turning on syntax highlighting'.
(Horizontal scrolling): Mention `truncate-partial-width-windows'.
(Inserting text at the beginning of each line): Add pxref to
`Changing the included text prefix'.
(Forcing the cursor to remain in the same column): Mention `track-eol'
and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
(Replacing text across multiple files): Add keybinding `Q' for
`dired-do-query-replace'.

18 years ago(Info-search): Don't bind search-spaces-regexp to
Juri Linkov [Thu, 23 Feb 2006 21:41:41 +0000 (21:41 +0000)]
(Info-search): Don't bind search-spaces-regexp to
Info-search-whitespace-regexp in non-regexp isearch mode.

18 years ago(compare-windows-highlight): Add new value
Juri Linkov [Thu, 23 Feb 2006 21:41:26 +0000 (21:41 +0000)]
(compare-windows-highlight): Add new value
`persistent' and change :type from `boolean' to `choice'.
(compare-windows-overlays1, compare-windows-overlays2):
New internal variables.
(compare-windows-highlight): If compare-windows-highlight is
`persistent', add current overlays to compare-windows-overlays[12]
instead of adding compare-windows-dehighlight to pre-command-hook.
(compare-windows-dehighlight): Delete all overlays from
compare-windows-overlays[12].

18 years ago(describe-mode): Pass `mode-name' to format-mode-line.
Stefan Monnier [Thu, 23 Feb 2006 16:39:24 +0000 (16:39 +0000)]
(describe-mode): Pass `mode-name' to format-mode-line.

18 years agoAdd 2006 copyright.
Stefan Monnier [Thu, 23 Feb 2006 16:37:46 +0000 (16:37 +0000)]
Add 2006 copyright.

18 years agoRemove unnecessary leading * in docstrings.
Stefan Monnier [Thu, 23 Feb 2006 16:35:41 +0000 (16:35 +0000)]
Remove unnecessary leading * in docstrings.

18 years ago(org-xemacs-p, org-export-html-show-new-buffer, org-table-may-need-update,
Juanma Barranquero [Thu, 23 Feb 2006 14:43:40 +0000 (14:43 +0000)]
(org-xemacs-p, org-export-html-show-new-buffer, org-table-may-need-update,
org-insert-item, org-mhe-get-message-real-folder,
org-mhe-get-message-folder-from-index, org-mhe-get-message-folder,
org-mhe-get-message-num, org-mhe-get-header, org-make-org-heading-search-string,
org-make-org-heading-camel, org-table-sort-lines, org-format-org-table-html,
org-format-table-table-html): Fix typos in docstrings.

18 years agoFix omission bug: Add dot (ASCII 0x2E) on first line.
Thien-Thi Nguyen [Thu, 23 Feb 2006 13:31:03 +0000 (13:31 +0000)]
Fix omission bug: Add dot (ASCII 0x2E) on first line.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Feb 2006 11:59:35 +0000 (11:59 +0000)]
*** empty log message ***

18 years agoVersion number change only
Carsten Dominik [Thu, 23 Feb 2006 10:56:04 +0000 (10:56 +0000)]
Version number change only

18 years ago(org-cleaned-string-for-export, org-solidify-link-text):
Carsten Dominik [Thu, 23 Feb 2006 10:54:29 +0000 (10:54 +0000)]
(org-cleaned-string-for-export, org-solidify-link-text):
New function.
(org-add-hook): Use `add-local-hook' instead of `make-local-hook'
for XEmacs, just to silence the compiler.
(org-export-as-ascii, org-export-as-html-and-open): Use
`org-cleaned-string-for-export' and create internal links.
(org-follow-mhe-link): Require mh-e, use folder.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 23 Feb 2006 10:54:15 +0000 (10:54 +0000)]
*** empty log message ***

18 years ago(x_set_toolkit_scroll_bar_thumb): Don't set control
YAMAMOTO Mitsuharu [Thu, 23 Feb 2006 10:43:32 +0000 (10:43 +0000)]
(x_set_toolkit_scroll_bar_thumb): Don't set control
values if control is not visible or values are not changed.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 23 Feb 2006 10:13:23 +0000 (10:13 +0000)]
*** empty log message ***

18 years ago(update_text_area): Avoid needless redraw of rightmost
YAMAMOTO Mitsuharu [Thu, 23 Feb 2006 09:07:23 +0000 (09:07 +0000)]
(update_text_area): Avoid needless redraw of rightmost
glyph whose face is extended to the text area end.

18 years ago(gud-speedbar-buttons): Use shadow face properly.
Nick Roberts [Thu, 23 Feb 2006 07:40:25 +0000 (07:40 +0000)]
(gud-speedbar-buttons): Use shadow face properly.

18 years ago(gdb-debug-ring-max): Rename from gdb-debug-log-length.
Nick Roberts [Thu, 23 Feb 2006 07:38:57 +0000 (07:38 +0000)]
(gdb-debug-ring-max): Rename from gdb-debug-log-length.
(gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
it a real ring but...
(gud-gdba-marker-filter): ...make it work like mark-ring.
(gdb-enable-debug): Rename from gdb-enable-debug-log.
(gdb-mouse-jump): New function.  Add bindings.

18 years ago*** empty log message ***
Nick Roberts [Thu, 23 Feb 2006 07:38:01 +0000 (07:38 +0000)]
*** empty log message ***

18 years ago(gdb-signalled): New variable and function.
Nick Roberts [Wed, 22 Feb 2006 22:01:35 +0000 (22:01 +0000)]
(gdb-signalled): New variable and function.
(gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
(gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
(gdb-debug-log-length): Customize it's length.
(gud-watch, gdb-var-create-handler): Display function::var format
but don't use to create variable object.
(gdb-var-create-handler): Use message-box in place of message.
(gdb-stopped): Call gdb-exited if signalled.

18 years ago*** empty log message ***
Nick Roberts [Wed, 22 Feb 2006 22:00:47 +0000 (22:00 +0000)]
*** empty log message ***

18 years ago(Fwindow_list): Check `window' before doing XWINDOW.
Stefan Monnier [Wed, 22 Feb 2006 21:01:34 +0000 (21:01 +0000)]
(Fwindow_list): Check `window' before doing XWINDOW.
The default `window' should not be "on a different frame".

18 years ago(Fvertical_motion): Only try to move back if we can.
Kim F. Storm [Wed, 22 Feb 2006 20:29:41 +0000 (20:29 +0000)]
(Fvertical_motion): Only try to move back if we can.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Feb 2006 20:29:24 +0000 (20:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Carsten Dominik [Wed, 22 Feb 2006 08:56:27 +0000 (08:56 +0000)]
*** empty log message ***

18 years ago(GC_CLIP_REGION): Remove macro.
YAMAMOTO Mitsuharu [Wed, 22 Feb 2006 08:00:12 +0000 (08:00 +0000)]
(GC_CLIP_REGION): Remove macro.
(mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
All uses changed.  Don't do clipping if n_clip_rects is zero.
(mac_set_clip_rectangles): Use xassert instead of abort.  Set
n_clip_rects.  Don't make clip_region empty when number of
clipping rectangles is zero.
(mac_reset_clip_rectangles): Set n_clip_rects directly instead of
calling mac_set_clip_rectangles.
(x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
avoid multiple redraws.

18 years ago(digest_single_submenu): Apply 2006-02-19 change for xmenu.c.
YAMAMOTO Mitsuharu [Wed, 22 Feb 2006 07:59:34 +0000 (07:59 +0000)]
(digest_single_submenu): Apply 2006-02-19 change for xmenu.c.

18 years ago(struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member n_clip_rects.
YAMAMOTO Mitsuharu [Wed, 22 Feb 2006 07:59:26 +0000 (07:59 +0000)]
(struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member n_clip_rects.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 22 Feb 2006 07:23:52 +0000 (07:23 +0000)]
*** empty log message ***

18 years agoVersion number and date change only.
Carsten Dominik [Wed, 22 Feb 2006 07:23:35 +0000 (07:23 +0000)]
Version number and date change only.

18 years agoVersion number change only
Carsten Dominik [Wed, 22 Feb 2006 07:21:49 +0000 (07:21 +0000)]
Version number change only

18 years ago(reftex-locate-file): Search all extensions if
Carsten Dominik [Wed, 22 Feb 2006 07:21:09 +0000 (07:21 +0000)]
(reftex-locate-file): Search all extensions if
`reftex-try-all-extensions' is set.

18 years ago(reftex-try-all-extensions): New option.
Carsten Dominik [Wed, 22 Feb 2006 07:20:54 +0000 (07:20 +0000)]
(reftex-try-all-extensions): New option.

18 years ago(section{Links}): Rewritten to cover the modified
Carsten Dominik [Wed, 22 Feb 2006 07:15:38 +0000 (07:15 +0000)]
(section{Links}): Rewritten to cover the modified
link system.

18 years ago* org.texi (Internal Links): Rewritten to cover the modified
Carsten Dominik [Wed, 22 Feb 2006 07:14:18 +0000 (07:14 +0000)]
* org.texi (Internal Links): Rewritten to cover the modified
linking system.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 22 Feb 2006 07:13:30 +0000 (07:13 +0000)]
*** empty log message ***

18 years ago(org-mark-ring-previous, org-mark-ring-set): New
Carsten Dominik [Wed, 22 Feb 2006 07:10:21 +0000 (07:10 +0000)]
(org-mark-ring-previous, org-mark-ring-set): New
commands.
(org-mark-ring): New variable.
(org-mark-ring-length): New option.
(org-open-at-point, org-goto, org-open-file): Push old position
onto the mark ring.
(org-add-hook): New function.
(org-export-table-remove-special-lines): New option.
(org-skip-comments, org-format-org-table-html): Respect new option
`org-export-table-remove-special-lines'.
(org-open-file): Allow special command configuration for
directory link.
(org-file-apps): Fixed bugs in customize type, added setting for
directories.
(org-activate-tags, org-format-agenda-item, org-complete)
(org-get-tags-at, org-scan-tags, org-make-tags-matcher)
(org-get-tags, org-get-buffer-tags, org-open-at-point)
(org-link-search, org-make-org-heading-search-string)
(org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
(org-radio-targets, org-file-link-context-use-camel-case)
(org-activate-camels): New options.
(org-update-radio-target-regexp, org-all-targets)
(org-make-target-link-regexp, org-activate-target-links): New
functions.
(org-make-org-heading-search-string): New function.
(org-store-link, org-insert-link): Use new option
`org-file-link-context-use-camel-case'.
(org-activate-camels): Use new option `org-activate-camels'.
(org-link-regexp): Added mhe prefix.
(org-open-at-point,org-store-link): Support for mhe links.
(org-mhe-get-message-id, org-mhe-get-message-folder)
(org-mhe-get-header,org-follow-mhe-link): New functions.
(org-remove-angle-brackets, org-add-angle-brackets): New
functions.
(org-bracked-link-regexp): New constant.
(org-read-date): Fixed bug that was rejecting all typed dates.
(org-link-search): Make hierarchy above visible after a match.
(org-follow-bbdb-link): Inhibit electric mode for BBDB.
(org-store-link): Fixed bug with link creation when cursor is in
an empty line.
(org-open-at-point): Fixed bug with matching a link.  Fixed buggy
argument sequence in call to `org-view-tags'.
(org-compile-prefix-format): Set `org-prefix-has-tag'.
(org-prefix-has-tag): New variable.
(org-format-agenda-item): Remove tags from headline if
appropriate.
(org-agenda-remove-tags-when-in-prefix): New option.

18 years ago2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Wed, 22 Feb 2006 06:50:17 +0000 (06:50 +0000)]
2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
fix the regular expressions.

18 years ago(draw_fringe_bitmap): Fix overlay-arrow display.
Kim F. Storm [Tue, 21 Feb 2006 23:19:40 +0000 (23:19 +0000)]
(draw_fringe_bitmap): Fix overlay-arrow display.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 21 Feb 2006 23:19:31 +0000 (23:19 +0000)]
*** empty log message ***

18 years ago(sh-mode): Set shell type based on file name if no other specific basis.
Richard M. Stallman [Tue, 21 Feb 2006 19:55:46 +0000 (19:55 +0000)]
(sh-mode): Set shell type based on file name if no other specific basis.

18 years ago(unsafep): Don't treat &rest or &optional as variables at all.
Richard M. Stallman [Tue, 21 Feb 2006 19:54:36 +0000 (19:54 +0000)]
(unsafep): Don't treat &rest or &optional as variables at all.
(unsafep-variable): Rename arg; doc fix.

18 years ago(list-one-abbrev-table): Add autoload.
Richard M. Stallman [Tue, 21 Feb 2006 19:53:15 +0000 (19:53 +0000)]
(list-one-abbrev-table): Add autoload.

18 years ago(diary-selective-display): Add defvar.
Richard M. Stallman [Tue, 21 Feb 2006 19:52:51 +0000 (19:52 +0000)]
(diary-selective-display): Add defvar.

18 years ago(sort-columns): Use Posix arg syntax for `sort'.
Richard M. Stallman [Tue, 21 Feb 2006 19:52:28 +0000 (19:52 +0000)]
(sort-columns): Use Posix arg syntax for `sort'.

18 years ago(search-whitespace-regexp): Fix custom type.
Richard M. Stallman [Tue, 21 Feb 2006 19:52:07 +0000 (19:52 +0000)]
(search-whitespace-regexp): Fix custom type.

18 years ago(describe-key-briefly): Compute interactive args
Richard M. Stallman [Tue, 21 Feb 2006 19:51:37 +0000 (19:51 +0000)]
(describe-key-briefly): Compute interactive args
in same was as before previous change.

18 years ago(enable-local-variables): Doc fix.
Richard M. Stallman [Tue, 21 Feb 2006 19:49:55 +0000 (19:49 +0000)]
(enable-local-variables): Doc fix.

18 years agomh-e.el (mh-invisible-header-fields-internal): Added entry
Eric Ding [Tue, 21 Feb 2006 14:43:56 +0000 (14:43 +0000)]
mh-e.el (mh-invisible-header-fields-internal): Added entry
"X-Sasl-enc:"

18 years ago* mh-e.el (mh-invisible-header-fields-internal): Added entry
Eric Ding [Tue, 21 Feb 2006 14:43:13 +0000 (14:43 +0000)]
* mh-e.el (mh-invisible-header-fields-internal): Added entry
"X-Sasl-enc:"

18 years agoFix indentation.
Andreas Schwab [Tue, 21 Feb 2006 12:58:58 +0000 (12:58 +0000)]
Fix indentation.

18 years agoFix last change.
Kim F. Storm [Tue, 21 Feb 2006 11:39:46 +0000 (11:39 +0000)]
Fix last change.

18 years ago(syms_of_fringe) <fringe-bitmaps>: Doc fix.
Kim F. Storm [Tue, 21 Feb 2006 09:42:16 +0000 (09:42 +0000)]
(syms_of_fringe) <fringe-bitmaps>: Doc fix.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 21 Feb 2006 09:41:20 +0000 (09:41 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 21 Feb 2006 08:43:27 +0000 (08:43 +0000)]
*** empty log message ***

18 years ago(Window Tree): Fix typo.
Juanma Barranquero [Tue, 21 Feb 2006 08:42:33 +0000 (08:42 +0000)]
(Window Tree): Fix typo.

18 years ago(Fringe Indicators, Fringe Cursors): Fix typos.
Juanma Barranquero [Tue, 21 Feb 2006 08:42:07 +0000 (08:42 +0000)]
(Fringe Indicators, Fringe Cursors): Fix typos.

18 years ago(fringe-bitmaps): Rename `horisontal-bar' to `horizontal-bar'.
Juanma Barranquero [Tue, 21 Feb 2006 08:38:15 +0000 (08:38 +0000)]
(fringe-bitmaps): Rename `horisontal-bar' to `horizontal-bar'.
(fringe-cursor-alist): Use `horizontal-bar'.

18 years ago* xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
Jan Djärv [Tue, 21 Feb 2006 08:37:33 +0000 (08:37 +0000)]
* xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
returning it.

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 21 Feb 2006 08:34:23 +0000 (08:34 +0000)]
*** empty log message ***

18 years ago(horizontal_bar_bits): Rename from `horisontal_bar_bits'.
Juanma Barranquero [Tue, 21 Feb 2006 08:11:07 +0000 (08:11 +0000)]
(horizontal_bar_bits): Rename from `horisontal_bar_bits'.
(standard_bitmaps): Use it.

18 years ago(mac_draw_string_common): Remove arg MODE. New arg
YAMAMOTO Mitsuharu [Tue, 21 Feb 2006 08:10:04 +0000 (08:10 +0000)]
(mac_draw_string_common): Remove arg MODE.  New arg
BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
(mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
[USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.  Draw
background if BG_WIDTH is not zero.  Use float constants as
divisors instead of double.  Use alloca instead of xmalloc/xfree.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8 || USE_ATSUI]: Background may be drawn using
mac_draw_image_string* functions.
(XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
some fonts when srcCopy text transfer mode might be used.
(mac_begin_clip, mac_end_clip): Check if region is empty.
(mac_set_clip_rectangles): When resetting clip region, make it
empty instead of disposing of it.

18 years ago(Watch Expressions): Update and describe gdb-speedbar-auto-raise.
Nick Roberts [Tue, 21 Feb 2006 03:57:43 +0000 (03:57 +0000)]
(Watch Expressions): Update and describe gdb-speedbar-auto-raise.