bpt/emacs.git
18 years ago(decode_coding): Fix previous change.
Kenichi Handa [Thu, 2 Mar 2006 06:54:30 +0000 (06:54 +0000)]
(decode_coding): Fix previous change.

18 years ago(x_set_glyph_string_clipping_exactly): Set
Kenichi Handa [Thu, 2 Mar 2006 06:39:08 +0000 (06:39 +0000)]
(x_set_glyph_string_clipping_exactly): Set
src->clip_head and src->clip_tail temporarily instead of src->hl.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 2 Mar 2006 01:49:01 +0000 (01:49 +0000)]
*** empty log message ***

18 years ago(CCL_WRITE_STRING): Handle a flag bit for multibyte
Kenichi Handa [Thu, 2 Mar 2006 01:48:27 +0000 (01:48 +0000)]
(CCL_WRITE_STRING): Handle a flag bit for multibyte
character sequence.
(Fccl_execute_on_string): Use ASET, not XSET.

18 years ago(ccl-embed-string): Check string length.
Kenichi Handa [Thu, 2 Mar 2006 01:47:27 +0000 (01:47 +0000)]
(ccl-embed-string): Check string length.
Set special flag for multibyte character sequence.
(ccl-compile-write-string): Don't make str unibyte.
(ccl-compile-write-repeat): Likewise.
(ccl-compile-write): If the character code doesn't fit in 22-bit
(ccl-dump-write-const-string): Check special flag for multibyte
character sequence.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 1 Mar 2006 01:38:30 +0000 (01:38 +0000)]
*** empty log message ***

18 years ago(search_buffer): Fix handling of "\\" in a trivial regexp.
Kenichi Handa [Wed, 1 Mar 2006 01:38:20 +0000 (01:38 +0000)]
(search_buffer): Fix handling of "\\" in a trivial regexp.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 28 Feb 2006 11:34:53 +0000 (11:34 +0000)]
*** empty log message ***

18 years ago(ps-mule-eight-bit-char): Delete this function.
Kenichi Handa [Tue, 28 Feb 2006 11:27:30 +0000 (11:27 +0000)]
(ps-mule-eight-bit-char): Delete this function.
(ps-mule-encode-region): Don't use ps-mule-eight-bit-char.
(ps-mule-plot-composition): Likewise.

18 years ago(decode_coding): Fix the condition of terminating the
Kenichi Handa [Tue, 28 Feb 2006 11:05:39 +0000 (11:05 +0000)]
(decode_coding): Fix the condition of terminating the
decoding loop.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 27 Feb 2006 01:27:47 +0000 (01:27 +0000)]
*** empty log message ***

18 years ago("Chinese-BIG5"): Set ctext-non-standard-encodings property to
Kenichi Handa [Mon, 27 Feb 2006 01:27:35 +0000 (01:27 +0000)]
("Chinese-BIG5"): Set ctext-non-standard-encodings property to
"big5-0".
("Chinese-GBK"): Set
ctext-non-standard-encodings property to "gbk-0".  Add sample-text
property.

18 years ago(ctext-non-standard-encodings-alist): Add an entry for gbk-0. Set
Kenichi Handa [Mon, 27 Feb 2006 01:24:24 +0000 (01:24 +0000)]
(ctext-non-standard-encodings-alist): Add an entry for gbk-0.  Set
charset `big5' in the entry for "big5-0".
(ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
a row 8-bit.
(ctext-non-standard-encodings): Initialize to nil.
(ctext-non-standard-encodings-table): Return a list instead of
char-table.
(ctext-pre-write-conversion): Adjusted for the above change.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 27 Feb 2006 00:56:37 +0000 (00:56 +0000)]
*** empty log message ***

18 years ago(kkc-region): Use
Kenichi Handa [Mon, 27 Feb 2006 00:56:27 +0000 (00:56 +0000)]
(kkc-region): Use
this-single-command-raw-keys on pushing back an unhandled key
sequence.

18 years ago(Faset): On setting a character bigger than 255 in a
Kenichi Handa [Mon, 27 Feb 2006 00:54:28 +0000 (00:54 +0000)]
(Faset): On setting a character bigger than 255 in a
unibyte string, signal an error instead of make the string
multibyte.

18 years agoRevision: emacs@sv.gnu.org/emacs--unicode--0--patch-26
Miles Bader [Sun, 26 Feb 2006 07:09:24 +0000 (07:09 +0000)]
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 119-122)

   - Update from CVS

18 years agoChanges from arch/CVS synchronization
Miles Bader [Sun, 26 Feb 2006 06:32:30 +0000 (06:32 +0000)]
Changes from arch/CVS synchronization

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(encoded-kbd-mode): Check
Kenichi Handa [Fri, 24 Feb 2006 11:55:47 +0000 (11:55 +0000)]
(encoded-kbd-mode): Check
saved-input-mode on turing off Encoded Kbd mode.

18 years agoRevision: emacs@sv.gnu.org/emacs--unicode--0--patch-23
Miles Bader [Fri, 24 Feb 2006 08:08:56 +0000 (08:08 +0000)]
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 113-118)

   - Update from CVS
   - Merge from gnus--rel--5.10

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

   - Update from CVS

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 ago*** empty log message ***
Kenichi Handa [Fri, 24 Feb 2006 06:32:18 +0000 (06:32 +0000)]
*** empty log message ***

18 years ago(auto-composition-after-change): Use
Kenichi Handa [Fri, 24 Feb 2006 06:32:07 +0000 (06:32 +0000)]
(auto-composition-after-change): Use
save-buffer-state.
(turn-on-auto-composition-if-enabled): Don't turn on
auto-composition-mode in a unibyte buffer.

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 agoRevision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Miles Bader [Wed, 22 Feb 2006 06:54:10 +0000 (06:54 +0000)]
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 97-112)

   - Update from CVS
   - Merge from erc--emacs--0
   - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 37)

   - Update from CVS

18 years ago*** empty log message ***
Kenichi Handa [Wed, 22 Feb 2006 06:52:00 +0000 (06:52 +0000)]
*** empty log message ***

18 years ago(map_charset_chars): Fix for ascii-compatible charset
Kenichi Handa [Wed, 22 Feb 2006 06:51:02 +0000 (06:51 +0000)]
(map_charset_chars): Fix for ascii-compatible charset
made by a mapping table.

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 ago*** empty log message ***
Kenichi Handa [Tue, 21 Feb 2006 11:47:12 +0000 (11:47 +0000)]
*** empty log message ***

18 years ago(command-line): Use custom-reevaluate-setting for
Kenichi Handa [Tue, 21 Feb 2006 11:47:02 +0000 (11:47 +0000)]
(command-line): Use custom-reevaluate-setting for
global-auto-composition-mode.