bpt/emacs.git
18 years agoUse (featurep 'xemacs) everywhere.
Stefan Monnier [Wed, 26 Apr 2006 05:50:51 +0000 (05:50 +0000)]
Use (featurep 'xemacs) everywhere.
(follow-mode): Use define-minor-mode.
(follow-mode-map): Move initialization into the declaration.
Use command remapping.
(follow-emacs-version-xemacs-p): Remove.
(follow-submit-feedback): Remove.

18 years ago(allout-layout, allout-passphrase-verifier-string)
Stefan Monnier [Wed, 26 Apr 2006 05:36:12 +0000 (05:36 +0000)]
(allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.

18 years agoMention negative depth in syntax-ppss's output.
Stefan Monnier [Wed, 26 Apr 2006 05:35:27 +0000 (05:35 +0000)]
Mention negative depth in syntax-ppss's output.

18 years agoMinor tweaks.
Stefan Monnier [Wed, 26 Apr 2006 05:33:11 +0000 (05:33 +0000)]
Minor tweaks.

18 years ago(reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Stefan Monnier [Wed, 26 Apr 2006 05:30:29 +0000 (05:30 +0000)]
(reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Tighten up a bit the safety predicate.

18 years ago(sentence-end-double-space, sentence-end-without-period)
Stefan Monnier [Wed, 26 Apr 2006 05:28:47 +0000 (05:28 +0000)]
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix):
Tighten up a bit the safety predicate.

18 years ago(colon-double-space): Tighten up a bit the safety predicate.
Stefan Monnier [Wed, 26 Apr 2006 05:27:48 +0000 (05:27 +0000)]
(colon-double-space): Tighten up a bit the safety predicate.

18 years ago(python-continuation-line-p, python-beginning-of-statement):
Stefan Monnier [Wed, 26 Apr 2006 05:26:39 +0000 (05:26 +0000)]
(python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.

18 years ago(time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Stefan Monnier [Wed, 26 Apr 2006 05:25:32 +0000 (05:25 +0000)]
(time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Tighten up a bit the safety predicate.

18 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 26 Apr 2006 05:23:37 +0000 (05:23 +0000)]
Remove spurious * in docstrings.
(add-log-time-zone-rule): Rename from change-log-time-zone-rule.
(add-change-log-entry): Use it here, since it's not specific to iso8601.
(add-log-iso8601-time-string): Don't use it here any more.
(change-log-indent-text, change-log-indent): Rename from add-log-*.

18 years ago(abbrev-mode): Tighten up a bit the safety predicate.
Stefan Monnier [Wed, 26 Apr 2006 05:16:01 +0000 (05:16 +0000)]
(abbrev-mode): Tighten up a bit the safety predicate.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-247
Miles Bader [Wed, 26 Apr 2006 03:09:31 +0000 (03:09 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247

Rcirc patch from Ryan Yeske

2006-04-25  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
   (rcirc-toggle-low-priority): Doc fix.
   (rcirc-handler-NOTICE): Remove beginning of line anchor in
   ChanServ regexp.
   (rcirc-startup-channels-alist): Connect to #rcirc by default, not
   #emacs.
   (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
   (rcirc-decode-coding-system): Use utf-8 as the default.
   (rcirc-multiline-minor-mode): Set the fill-column.
   (rcirc-format-response-string): Display bright and dim nicks.
   (rcirc-browse-url): Update interactive spec to fill ARG.
   (rcirc-bright-nick, rcirc-dim-nick): Add faces.
   (rcirc-print): Ignore dim-nick messages wrt modeline-activity.

18 years ago(mh-folder-expand-at-point): Fix folder completion. Folders returned
Bill Wohler [Tue, 25 Apr 2006 21:41:13 +0000 (21:41 +0000)]
(mh-folder-expand-at-point): Fix folder completion. Folders returned
by mh-folder-completion-function no longer need adornment (closes SF
#1476270).

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-245
Miles Bader [Tue, 25 Apr 2006 08:18:01 +0000 (08:18 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245

(Ffield_beginning, find_field): Undo change of 2006-04-23.

2006-04-25  Miles Bader  <miles@gnu.org>

   * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.

18 years ago(Getting Started): Made it more explicit that you need to install MH,
Bill Wohler [Mon, 24 Apr 2006 22:15:33 +0000 (22:15 +0000)]
(Getting Started): Made it more explicit that you need to install MH,
and also included pointers to current MH implementations.

18 years agoRemoved mention of C-c C-j.
J.D. Smith [Mon, 24 Apr 2006 21:59:03 +0000 (21:59 +0000)]
Removed mention of C-c C-j.

18 years ago(bibtex-find-entry): Don't demand matching case for @Article, etc.
J.D. Smith [Mon, 24 Apr 2006 21:57:45 +0000 (21:57 +0000)]
(bibtex-find-entry): Don't demand matching case for @Article, etc.

18 years agoInclude headers for pid_t.
Stefan Monnier [Mon, 24 Apr 2006 13:10:19 +0000 (13:10 +0000)]
Include headers for pid_t.

18 years agoAdd documentation about font-lock-multiline.
Stefan Monnier [Mon, 24 Apr 2006 06:35:58 +0000 (06:35 +0000)]
Add documentation about font-lock-multiline.

18 years agoAdd arch tagline
Miles Bader [Mon, 24 Apr 2006 05:21:21 +0000 (05:21 +0000)]
Add arch tagline

18 years agoFix last change:
Kim F. Storm [Mon, 24 Apr 2006 00:22:26 +0000 (00:22 +0000)]
Fix last change:
(produce_stretch_glyph): Assume that face box height and width is
already included in stretch glyph size so caller doesn't have to
consider the extra space otherwise added (fixes problem in ses.el).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Apr 2006 00:21:55 +0000 (00:21 +0000)]
*** empty log message ***

18 years ago(produce_stretch_glyph): Include face box in stretch glyph size.
Kim F. Storm [Mon, 24 Apr 2006 00:08:07 +0000 (00:08 +0000)]
(produce_stretch_glyph): Include face box in stretch glyph size.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Apr 2006 00:07:47 +0000 (00:07 +0000)]
*** empty log message ***

18 years ago* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
Kim F. Storm [Sun, 23 Apr 2006 23:50:25 +0000 (23:50 +0000)]
* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Apr 2006 23:50:09 +0000 (23:50 +0000)]
*** empty log message ***

18 years ago(tool_bar_lines_needed): New local `temp_row' for clarity.
Kim F. Storm [Sun, 23 Apr 2006 22:28:17 +0000 (22:28 +0000)]
(tool_bar_lines_needed): New local `temp_row' for clarity.
(tool_bar_lines_needed): Clear it when done, so we don't accidentally
draw a second copy of the tool-bar after resetting f->n_tool_bar_rows.
(redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
we recalculate f->n_tool_bar_rows.

18 years ago(x_set_font): Clear f->n_tool_bar_rows and current frame
Kim F. Storm [Sun, 23 Apr 2006 22:26:58 +0000 (22:26 +0000)]
(x_set_font): Clear f->n_tool_bar_rows and current frame
matrices to force recalculation of tool-bar height after font change.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Apr 2006 22:26:35 +0000 (22:26 +0000)]
*** empty log message ***

18 years ago[TeX]: Use xresmini.texi instead of xresources.texi.
Richard M. Stallman [Sun, 23 Apr 2006 21:56:50 +0000 (21:56 +0000)]
[TeX]: Use xresmini.texi instead of xresources.texi.

18 years ago(Face Resources): Split table into font resources and the rest.
Richard M. Stallman [Sun, 23 Apr 2006 21:53:05 +0000 (21:53 +0000)]
(Face Resources): Split table into font resources and the rest.
Combine similar attributes for brevity.

18 years agoNew file, a shortened version of xresmini.texi.
Richard M. Stallman [Sun, 23 Apr 2006 21:51:55 +0000 (21:51 +0000)]
New file, a shortened version of xresmini.texi.

18 years ago* net/tramp.el (tramp-register-file-name-handlers): New defun.
Michael Albinus [Sun, 23 Apr 2006 21:45:28 +0000 (21:45 +0000)]
* net/tramp.el (tramp-register-file-name-handlers): New defun.
Added with autoload cookie.
(tramp-unload-file-name-handlers): Renamed from
`tramp-unload-file-name-handler-alist'.

18 years ago*** empty log message ***
Romain Francoise [Sun, 23 Apr 2006 08:29:09 +0000 (08:29 +0000)]
*** empty log message ***

18 years ago(find_field): Fix comment.
Lars Hansen [Sun, 23 Apr 2006 08:14:52 +0000 (08:14 +0000)]
(find_field): Fix comment.
(Ffield_beginning): Fix bug when POS is at field beginning.

18 years agoTabify.
Romain Francoise [Sat, 22 Apr 2006 23:39:47 +0000 (23:39 +0000)]
Tabify.

18 years ago(comint-match-partial-filename): Doc fix.
Romain Francoise [Sat, 22 Apr 2006 23:30:13 +0000 (23:30 +0000)]
(comint-match-partial-filename): Doc fix.

18 years ago(BASE_PURESIZE): Increase to 1205000.
Eli Zaretskii [Sat, 22 Apr 2006 10:14:19 +0000 (10:14 +0000)]
(BASE_PURESIZE): Increase to 1205000.

18 years ago(view-other-diary-entries): Refer to `diary-view-entries' rather than
Glenn Morris [Sat, 22 Apr 2006 00:11:11 +0000 (00:11 +0000)]
(view-other-diary-entries): Refer to `diary-view-entries' rather than
alias `view-diary-entries'.

18 years ago(calendar-mode-map): Refer to `diary-view-entries' rather than alias
Glenn Morris [Sat, 22 Apr 2006 00:10:30 +0000 (00:10 +0000)]
(calendar-mode-map): Refer to `diary-view-entries' rather than alias
`view-diary-entries'.

18 years ago*** empty log message ***
Glenn Morris [Sat, 22 Apr 2006 00:10:15 +0000 (00:10 +0000)]
*** empty log message ***

18 years ago(antlr-default): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:41:23 +0000 (23:41 +0000)]
(antlr-default): Avoid nil spec in defface.

18 years ago(custom-documentation): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:38:54 +0000 (23:38 +0000)]
(custom-documentation): Avoid nil spec in defface.

18 years ago(scroll-bar, border, cursor, mouse): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:36:59 +0000 (23:36 +0000)]
(scroll-bar, border, cursor, mouse): Avoid nil spec in defface.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 21 Apr 2006 23:32:19 +0000 (23:32 +0000)]
*** empty log message ***

18 years agoRelease MH-E manual version 7.94.
Bill Wohler [Fri, 21 Apr 2006 22:36:37 +0000 (22:36 +0000)]
Release MH-E manual version 7.94.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 7.94.

18 years ago(Version, mh-version): Add +cvs to version.
Bill Wohler [Fri, 21 Apr 2006 21:59:54 +0000 (21:59 +0000)]
(Version, mh-version): Add +cvs to version.

18 years ago(redisplay_window): Fix last change. Don't recenter if
Kim F. Storm [Fri, 21 Apr 2006 21:25:20 +0000 (21:25 +0000)]
(redisplay_window): Fix last change.  Don't recenter if
window start is at BEGV.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Apr 2006 21:25:09 +0000 (21:25 +0000)]
*** empty log message ***

18 years agoRelease MH-E version 7.94.
Bill Wohler [Fri, 21 Apr 2006 21:23:14 +0000 (21:23 +0000)]
Release MH-E version 7.94.

(Version, mh-version): Update for release 7.94.

18 years agoRelease MH-E version 7.94.
Bill Wohler [Fri, 21 Apr 2006 21:22:13 +0000 (21:22 +0000)]
Release MH-E version 7.94.

* NEWS, MH-E-NEWS: Update for MH-E release 7.94.

18 years ago(image-type): New defun split out of create-image.
Kim F. Storm [Fri, 21 Apr 2006 20:56:06 +0000 (20:56 +0000)]
(image-type): New defun split out of create-image.
(create-image): Use it.

18 years ago(mh-insert-letter): If a message number isn't given, throw an error
Bill Wohler [Fri, 21 Apr 2006 17:49:02 +0000 (17:49 +0000)]
(mh-insert-letter): If a message number isn't given, throw an error
rather than using a potentially incorrect message number (closes SF
#1473729). In addition, use the cur message if mh-sent-from-msg is
nil (when sending a message, in contrast to replying). Move conversion
of int to string into interactive stanza so body can assume variables
are of proper type.

18 years ago(four_corners_best): New arg CORNERS specifies what pixels
Kim F. Storm [Fri, 21 Apr 2006 14:07:05 +0000 (14:07 +0000)]
(four_corners_best): New arg CORNERS specifies what pixels
to look at in case image has margin.
(x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
(image_background, image_background_transparent)
(x_build_heuristic_mask): Pass img->corners to four_corners_best.
(gif_load): Set img->corners according to image's margin spec.
Use img->corners values directly where applicable.
Save image extension data in img->data.lisp_val.
(gif_clear_image): New function to free img->data.lisp_val.
(gif_type): Use it instead of generic x_clear_image.
(Fimage_extension_data): New defun.
(syms_of_image): Defsubr it.

18 years ago(struct image): New member `corners'.
Kim F. Storm [Fri, 21 Apr 2006 14:06:55 +0000 (14:06 +0000)]
(struct image): New member `corners'.
(TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Apr 2006 14:06:42 +0000 (14:06 +0000)]
*** empty log message ***

18 years agoVersion number change to 4.26.
Carsten Dominik [Fri, 21 Apr 2006 13:50:21 +0000 (13:50 +0000)]
Version number change to 4.26.

18 years agoMany small fixes.
Carsten Dominik [Fri, 21 Apr 2006 13:49:28 +0000 (13:49 +0000)]
Many small fixes.
(Handling links): Renamed from "Managing links".

18 years ago*** empty log message ***
Carsten Dominik [Fri, 21 Apr 2006 13:49:05 +0000 (13:49 +0000)]
*** empty log message ***

18 years ago(org-export-as-xoxo): Fix call to `indent-region'.
Carsten Dominik [Fri, 21 Apr 2006 13:48:00 +0000 (13:48 +0000)]
(org-export-as-xoxo): Fix call to `indent-region'.

18 years ago(org-mode-map): Catch conflict with old allout.el.
Carsten Dominik [Fri, 21 Apr 2006 13:45:58 +0000 (13:45 +0000)]
(org-mode-map): Catch conflict with old allout.el.
(org-open-at-point): Remove the "...done" message to keep
output in the echo area visible.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 21 Apr 2006 13:45:44 +0000 (13:45 +0000)]
*** empty log message ***

18 years ago(Emacs and Microsoft Windows): Fix wording of the first paragraph.
Eli Zaretskii [Fri, 21 Apr 2006 12:46:19 +0000 (12:46 +0000)]
(Emacs and Microsoft Windows): Fix wording of the first paragraph.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 21 Apr 2006 12:23:10 +0000 (12:23 +0000)]
*** empty log message ***

18 years ago(keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
Eli Zaretskii [Fri, 21 Apr 2006 12:22:24 +0000 (12:22 +0000)]
(keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".

18 years agoChange herring@lanl.gov's entries to use the name from his legal papers.
Eli Zaretskii [Fri, 21 Apr 2006 12:06:53 +0000 (12:06 +0000)]
Change herring@lanl.gov's entries to use the name from his legal papers.

18 years ago(Fdisplay_buffer): Doc fix.
Eli Zaretskii [Fri, 21 Apr 2006 11:55:17 +0000 (11:55 +0000)]
(Fdisplay_buffer): Doc fix.

18 years ago(MS-DOS File Names): Remove section about backslashes and case-insensitivity
Eli Zaretskii [Fri, 21 Apr 2006 11:42:01 +0000 (11:42 +0000)]
(MS-DOS File Names): Remove section about backslashes and case-insensitivity
in file names (moved to the main manual).
(MS-DOS Printing): Move most of the text to the main manual.

18 years ago(Windows Files, Windows HOME, MS-Windows Printing): New nodes.
Eli Zaretskii [Fri, 21 Apr 2006 11:41:16 +0000 (11:41 +0000)]
(Windows Files, Windows HOME, MS-Windows Printing): New nodes.
(Windows Processes, Windows System Menu): Add index entries and fix wording.

18 years ago(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
Eli Zaretskii [Fri, 21 Apr 2006 09:24:43 +0000 (09:24 +0000)]
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.

18 years ago(x_per_char_metric): Return NULL if glyph width is 0.
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:57:17 +0000 (07:57 +0000)]
(x_per_char_metric): Return NULL if glyph width is 0.
(add_mac_font_name): New function.
(init_font_name_table): Use it.  Adopt the first found font from
those having the same family name.

18 years ago(restore_menu_items, save_menu_items): New functions from xmenu.c.
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:56:47 +0000 (07:56 +0000)]
(restore_menu_items, save_menu_items): New functions from xmenu.c.
(set_frame_menubar, digest_single_submenu): Apply 2006-04-18
changes for xmenu.c.

18 years ago[MAC_OS] (xpm_load_image): Fill in background field
YAMAMOTO Mitsuharu [Fri, 21 Apr 2006 07:56:33 +0000 (07:56 +0000)]
[MAC_OS] (xpm_load_image): Fill in background field
while we have ximg handy.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-238
Miles Bader [Fri, 21 Apr 2006 05:35:31 +0000 (05:35 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-238

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 87-90)

   - Merge from emacs--devo--0
   - Update from CVS

18 years ago* mh-tool-bar.el (image-load-path): Define to shush compiler.
Bill Wohler [Fri, 21 Apr 2006 01:32:16 +0000 (01:32 +0000)]
* mh-tool-bar.el (image-load-path): Define to shush compiler.
(mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it isn't
used outside of it.
(mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
Update load-path/image-load-path before setting buttons. This code
used to be in mh-folder-mode/mh-letter-mode but this was the wrong
place since mh-tool-bar-*-buttons-init can also be called when
customizing the buttons.
(mh-tool-bar-update): New function which updates tool-bar-map in all
of the MH-E buffers after customizing the buttons (closes SF
#1452718).
(mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set): Call
it (closes SF #1452718).

* mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
mh-folder-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-folder-mode): Moved setting of image-load-path into
mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
mh-letter-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-letter-mode): Moved setting of image-load-path into
mh-tool-bar-letter-buttons-init.

* mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
instead of set-buffer.

18 years ago(sh-shell): Mark as safe.
Dan Nicolaescu [Thu, 20 Apr 2006 23:35:08 +0000 (23:35 +0000)]
(sh-shell): Mark as safe.

18 years ago(note_mouse_highlight): Use build_string.
Nick Roberts [Thu, 20 Apr 2006 23:03:03 +0000 (23:03 +0000)]
(note_mouse_highlight): Use build_string.

18 years ago*** empty log message ***
Nick Roberts [Thu, 20 Apr 2006 23:00:16 +0000 (23:00 +0000)]
*** empty log message ***

18 years ago(gdb-data-list-register-values-handler):
Nick Roberts [Thu, 20 Apr 2006 22:57:03 +0000 (22:57 +0000)]
(gdb-data-list-register-values-handler):
Use font-lock-warning-face for any errors e.g. no stack.
(gdb-stack-list-locals-handler): Display any errors e.g. no stack.

18 years agoMention t-mouse.el. Touch up description of gdb-ui.el.
Nick Roberts [Thu, 20 Apr 2006 22:52:16 +0000 (22:52 +0000)]
Mention t-mouse.el.  Touch up description of gdb-ui.el.

18 years ago(comment-start, comment-start-skip)
Dan Nicolaescu [Thu, 20 Apr 2006 21:24:19 +0000 (21:24 +0000)]
(comment-start, comment-start-skip)
(comment-end-skip, comment-end): Mark as safe.

18 years ago2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib [Thu, 20 Apr 2006 20:14:50 +0000 (20:14 +0000)]
2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>

* gnus.texi (Spam Statistics Package): Fix typo in @pxref.
(Splitting mail using spam-stat): Fix @xref.

2006-04-20  Chong Yidong <cyd@stupidchicken.com>

* gnus.texi (Spam Package): Major revision of the text.  Previouly
this node was "Filtering Spam Using The Spam ELisp Package".

18 years agoEnsure point at beginning of source help buffer, so class/tag finding works.
J.D. Smith [Thu, 20 Apr 2006 19:45:16 +0000 (19:45 +0000)]
Ensure point at beginning of source help buffer, so class/tag finding works.

18 years agoRemove forgotten (debug) form.
Carsten Dominik [Thu, 20 Apr 2006 12:17:26 +0000 (12:17 +0000)]
Remove forgotten (debug) form.

18 years agoVersion number change only.
Carsten Dominik [Thu, 20 Apr 2006 11:49:12 +0000 (11:49 +0000)]
Version number change only.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 20 Apr 2006 11:48:56 +0000 (11:48 +0000)]
*** empty log message ***

18 years ago* org.texi: (Time stamps): Better explanation of the purpose of
Carsten Dominik [Thu, 20 Apr 2006 11:48:19 +0000 (11:48 +0000)]
* org.texi: (Time stamps): Better explanation of the purpose of
different time stamps.
(Structure editing, Plain lists): More details on how new items
and headings are inserted.

18 years ago* org.el (org-deadline-announce): Face removed.
Carsten Dominik [Thu, 20 Apr 2006 11:44:52 +0000 (11:44 +0000)]
* org.el (org-deadline-announce): Face removed.
        (org-level-faces, org-n-levels): Converted to constant.
        (org-compatible-face): New function.
        (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
        (org-level-5, org-level-6, org-level-7, org-level-8)
        (org-special-keyword, org-warning, org-headline-done,
        org-link)
        (org-date, org-tag, org-todo, org-done, org-table,
        org-formula)
        (org-scheduled-today, org-scheduled-previously,
        org-time-grid):
        Face definition revised for better color tty support.
        (org-bold-re, org-italic-re, org-underline-re): New constants.
        (org-set-font-lock-defaults): Use the new constants.
        (org-agenda-highlight-todo): New function.
        (org-agenda-todo): Fixed bug with point at end of line.
        (org-agenda-change-all-lines, org-finalize-agenda-entries):
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        (org-export-as-html): Convert links pointing to .org files
        into
        links that will work beteen the exported HTML files.
        (org-todo-list): Fix bug when arg=0.
        (org-insert-heading): More fine-tuning.

18 years ago(PRINTFINISH): Call signal_after_change.
Lars Hansen [Thu, 20 Apr 2006 11:37:44 +0000 (11:37 +0000)]
(PRINTFINISH): Call signal_after_change.

18 years ago(Fremove_list_of_text_properties): Ensure
Lars Hansen [Thu, 20 Apr 2006 11:36:50 +0000 (11:36 +0000)]
(Fremove_list_of_text_properties): Ensure
modify_region is called only when buffer is modified and that
signal_after_change is allways called in that case.

18 years agoadded changelog of updated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 09:19:25 +0000 (09:19 +0000)]
added changelog of updated copyright year(s)

18 years ago* xdisp.c (redisplay_window): Fix last change.
Kim F. Storm [Thu, 20 Apr 2006 08:46:56 +0000 (08:46 +0000)]
* xdisp.c (redisplay_window): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Apr 2006 08:46:37 +0000 (08:46 +0000)]
*** empty log message ***

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:38:14 +0000 (08:38 +0000)]
updated copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:36:18 +0000 (08:36 +0000)]
updated copyright year(s)
CV:S ----------------------------------------------------------------------

18 years agoupdate copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 08:26:37 +0000 (08:26 +0000)]
update copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 07:29:01 +0000 (07:29 +0000)]
updated copyright year(s)

18 years agoUpdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 06:59:38 +0000 (06:59 +0000)]
Updated copyright year(s)

18 years agoupdated copyright year(s)
Ramprasad B [Thu, 20 Apr 2006 05:05:33 +0000 (05:05 +0000)]
updated copyright year(s)

18 years ago(redisplay_window): If current window start is not at the
Kim F. Storm [Wed, 19 Apr 2006 23:20:21 +0000 (23:20 +0000)]
(redisplay_window): If current window start is not at the
beginning of a line, select a new window start if buffer is modified
and window start is in the modified region, but the first change is
before window start.