]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(gud-menu-map): Move parentheses.
Nick Roberts [Thu, 10 Nov 2005 19:25:59 +0000 (19:25 +0000)]
(gud-menu-map): Move parentheses.
(gdb): New command gud-pv.

18 years ago*** empty log message ***
Nick Roberts [Thu, 10 Nov 2005 19:24:43 +0000 (19:24 +0000)]
*** empty log message ***

18 years agoRemove spurious or unnecessary leading stars in docstrings.
Stefan Monnier [Thu, 10 Nov 2005 18:00:37 +0000 (18:00 +0000)]
Remove spurious or unnecessary leading stars in docstrings.
(tar-header-block-tokenize): Also obey default-file-name-coding-system.
(tar-parse-octal-integer-safe): Use mapc.
(tar-header-block-summarize): Remove unused var `ck'.
(tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
cleared before.  Obey default-enable-multibyte-characters.
Use mapconcat.  Simplify setting of tar-header-offset.
(tar-mode-map): Move initialization inside delcaration.
(tar-flag-deleted): Use `abs'.
(tar-expunge-internal): Remove unused var `line'.
(tar-expunge-internal): Don't hardcode point-min==1.
(tar-expunge): Widen while doing set-buffer-multibyte.
(tar-rename-entry): Use file-name-coding-system.
(tar-alter-one-field): Don't hardcode point-min==1.
(tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
(tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.

18 years agoFix my mail address. Fix typo in 2005-11-07 entry of man.el.
Reiner Steib [Thu, 10 Nov 2005 15:36:44 +0000 (15:36 +0000)]
Fix my mail address.  Fix typo in 2005-11-07 entry of man.el.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 10 Nov 2005 15:34:03 +0000 (15:34 +0000)]
*** empty log message ***

18 years ago(add-log-current-defun): Handle class::method notation of c++.
Masatake YAMATO [Thu, 10 Nov 2005 12:36:52 +0000 (12:36 +0000)]
(add-log-current-defun): Handle class::method notation of c++.
Fix incorrect comment.

18 years ago(file-regular-p): Doc fix.
Lars Hansen [Thu, 10 Nov 2005 11:57:35 +0000 (11:57 +0000)]
(file-regular-p): Doc fix.

18 years ago2005-11-10 Alan Mackenzie <acm@muc.de>
Alan Mackenzie [Thu, 10 Nov 2005 08:07:23 +0000 (08:07 +0000)]
2005-11-10  Alan Mackenzie  <acm@muc.de>

* help-fns.el (describe-variable): Make C-h v work when a variable
has variable documentation yet is unbound.

18 years ago(Man-highlight-references): Set an empty
Masatake YAMATO [Thu, 10 Nov 2005 04:49:19 +0000 (04:49 +0000)]
(Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.

18 years ago(apropos-pattern): Renamed from apropos-regexp.
Richard M. Stallman [Thu, 10 Nov 2005 03:18:51 +0000 (03:18 +0000)]
(apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.

(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.

18 years ago(mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions.
Stefan Monnier [Thu, 10 Nov 2005 02:04:56 +0000 (02:04 +0000)]
(mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions.

18 years ago(custom-make-dependencies): Simplify.
Stefan Monnier [Thu, 10 Nov 2005 01:58:55 +0000 (01:58 +0000)]
(custom-make-dependencies): Simplify.
Better follow the commenting conventions.

18 years ago(CUA Bindings): Add @section.
Luc Teirlinck [Thu, 10 Nov 2005 01:24:23 +0000 (01:24 +0000)]
(CUA Bindings): Add @section.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 10 Nov 2005 01:23:37 +0000 (01:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 9 Nov 2005 23:25:06 +0000 (23:25 +0000)]
*** empty log message ***

18 years agoPrev link points to CUA Bindings node.
Kim F. Storm [Wed, 9 Nov 2005 23:22:30 +0000 (23:22 +0000)]
Prev link points to CUA Bindings node.

18 years ago(Emulation): Move CUA bindings item to killing.texi.
Kim F. Storm [Wed, 9 Nov 2005 23:22:23 +0000 (23:22 +0000)]
(Emulation): Move CUA bindings item to killing.texi.

18 years ago* killing.texi (CUA Bindings): New node. Moved here from
Kim F. Storm [Wed, 9 Nov 2005 23:22:11 +0000 (23:22 +0000)]
* killing.texi (CUA Bindings): New node.  Moved here from
misc.texi and extended with info on rectangle commands and
rectangle highlighting, interface to registers, and the global
mark feature.

18 years ago(Top): Add CUA Bindings entry to menu.
Kim F. Storm [Wed, 9 Nov 2005 23:22:03 +0000 (23:22 +0000)]
(Top): Add CUA Bindings entry to menu.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 9 Nov 2005 23:21:52 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(safe_debug_print): New function to be called from gdb
Kim F. Storm [Wed, 9 Nov 2005 23:14:32 +0000 (23:14 +0000)]
(safe_debug_print): New function to be called from gdb
to print Lisp objects; use valid_lisp_object_p to avoid crashing
if user tries to print something which is not a Lisp object.

18 years ago(valid_lisp_object_p): Add prototype.
Kim F. Storm [Wed, 9 Nov 2005 23:14:19 +0000 (23:14 +0000)]
(valid_lisp_object_p): Add prototype.

18 years ago(valid_lisp_object_p): New function to validate that
Kim F. Storm [Wed, 9 Nov 2005 23:14:12 +0000 (23:14 +0000)]
(valid_lisp_object_p): New function to validate that
an object is really a valid Lisp_Object.

18 years ago(pp, pp1): Use safe_debug_print.
Kim F. Storm [Wed, 9 Nov 2005 23:13:56 +0000 (23:13 +0000)]
(pp, pp1): Use safe_debug_print.
(pv, pv1): New commands to print value of a lisp variable.

18 years agoRequire dired.
Luc Teirlinck [Wed, 9 Nov 2005 23:04:46 +0000 (23:04 +0000)]
Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 9 Nov 2005 23:02:25 +0000 (23:02 +0000)]
*** empty log message ***

18 years ago(gdb): Make gud-pp use user-defined command pp1.
Nick Roberts [Wed, 9 Nov 2005 20:39:06 +0000 (20:39 +0000)]
(gdb): Make gud-pp use user-defined command pp1.

18 years ago(pp1): New user-defined function.
Nick Roberts [Wed, 9 Nov 2005 20:38:12 +0000 (20:38 +0000)]
(pp1): New user-defined function.

18 years ago*** empty log message ***
Nick Roberts [Wed, 9 Nov 2005 20:33:46 +0000 (20:33 +0000)]
*** empty log message ***

18 years ago(math-pow-fancy): Further expand product of square matrices.
Jay Belanger [Wed, 9 Nov 2005 19:27:29 +0000 (19:27 +0000)]
(math-pow-fancy):  Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.

18 years ago(gud-menu-map): Ensure tool-bar is constant when using the speedbar.
Nick Roberts [Wed, 9 Nov 2005 10:45:07 +0000 (10:45 +0000)]
(gud-menu-map): Ensure tool-bar is constant when using the speedbar.
(gdb): New command gud-pp.
(gud-menu-map, gud-tool-bar-map): Put it on the tool bar.

18 years ago*** empty log message ***
Nick Roberts [Wed, 9 Nov 2005 10:43:46 +0000 (10:43 +0000)]
*** empty log message ***

18 years agoNew icons.
Nick Roberts [Wed, 9 Nov 2005 10:41:08 +0000 (10:41 +0000)]
New icons.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:09:29 +0000 (08:09 +0000)]
*** empty log message ***

18 years ago(C_SWITCH_SYSTEM): Remove -fno-common.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:09:01 +0000 (08:09 +0000)]
(C_SWITCH_SYSTEM): Remove -fno-common.

18 years ago(unexec_write_zero): New function.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:08:34 +0000 (08:08 +0000)]
(unexec_write_zero): New function.
(copy_data_segment): Clear uninitialized local variables in
statically linked libraries.

18 years ago[MAC_OSX] (init_mac_osx_environment): Reinitialize locale
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:07:59 +0000 (08:07 +0000)]
[MAC_OSX] (init_mac_osx_environment): Reinitialize locale
related variables for dumped executable.

18 years ago[MAC_OSX] (image_load_quartz2d): Fix memory leak.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:07:18 +0000 (08:07 +0000)]
[MAC_OSX] (image_load_quartz2d): Fix memory leak.

18 years ago(shortlisp): Sync with src/Makefile.in.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:06:35 +0000 (08:06 +0000)]
(shortlisp): Sync with src/Makefile.in.

18 years ago(standard-display-european): Apply changes previously mentioned but
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:06:10 +0000 (08:06 +0000)]
(standard-display-european): Apply changes previously mentioned but
not applied actually.

18 years agoFixed a bug where where-is-internal failed to detect when a key is
Juri Linkov [Wed, 9 Nov 2005 07:52:13 +0000 (07:52 +0000)]
Fixed a bug where where-is-internal failed to detect when a key is
shadowed by a shorter prefix key.

18 years ago*** empty log message ***
Juri Linkov [Wed, 9 Nov 2005 07:49:18 +0000 (07:49 +0000)]
*** empty log message ***

18 years ago(shadow_lookup): If Flookup_key returns a number,
Juri Linkov [Wed, 9 Nov 2005 07:48:38 +0000 (07:48 +0000)]
(shadow_lookup): If Flookup_key returns a number,
call it again with a sub-key-sequence, and if its return value
is non-nil (sub-key is bound), return nil.

18 years ago(occur-excluded-properties): New defcustom.
Juri Linkov [Wed, 9 Nov 2005 07:41:48 +0000 (07:41 +0000)]
(occur-excluded-properties): New defcustom.
(occur-1, occur-engine, occur-accumulate-lines): Use it.

18 years ago*** empty log message ***
Romain Francoise [Wed, 9 Nov 2005 06:27:27 +0000 (06:27 +0000)]
*** empty log message ***

18 years ago(math-convert-units): Replace any composite unit by its definition.
Jay Belanger [Wed, 9 Nov 2005 06:02:54 +0000 (06:02 +0000)]
(math-convert-units):  Replace any composite unit by its definition.

18 years ago(Fsignal_process): Recognize signal names with and
Kim F. Storm [Tue, 8 Nov 2005 21:38:37 +0000 (21:38 +0000)]
(Fsignal_process): Recognize signal names with and
without SIG prefix, e.g. SIGHUP and HUP.

18 years ago(search_buffer): No need to initialize base_pat.
Kim F. Storm [Tue, 8 Nov 2005 21:38:10 +0000 (21:38 +0000)]
(search_buffer): No need to initialize base_pat.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 8 Nov 2005 21:37:28 +0000 (21:37 +0000)]
*** empty log message ***

18 years ago(update-directory-autoloads): Add obsolete function alias.
Lars Hansen [Tue, 8 Nov 2005 20:24:19 +0000 (20:24 +0000)]
(update-directory-autoloads): Add obsolete function alias.

18 years ago(lisp-mode-variables): Don't set comment-indent-function.
Stefan Monnier [Tue, 8 Nov 2005 01:46:37 +0000 (01:46 +0000)]
(lisp-mode-variables): Don't set comment-indent-function.
(lisp-comment-indent): Replace by an alias for comment-indent-default.

18 years ago(Help Echo): By default, help echos are only shown on mouse-over, not
Luc Teirlinck [Mon, 7 Nov 2005 23:09:59 +0000 (23:09 +0000)]
(Help Echo): By default, help echos are only shown on mouse-over, not
on point-over.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 7 Nov 2005 23:07:06 +0000 (23:07 +0000)]
*** empty log message ***

18 years ago(reveal-post-command): Rework the handling of
Stefan Monnier [Mon, 7 Nov 2005 22:33:31 +0000 (22:33 +0000)]
(reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.

18 years agoAdd `dedicated' arg to get-lru-window and get-largest-window.
Stefan Monnier [Mon, 7 Nov 2005 21:15:17 +0000 (21:15 +0000)]
Add `dedicated' arg to get-lru-window and get-largest-window.

18 years agoUse local var `b' instead of XBUFFER (w->buffer) also when
Kim F. Storm [Mon, 7 Nov 2005 11:55:20 +0000 (11:55 +0000)]
Use local var `b' instead of XBUFFER (w->buffer) also when
accessing member cursor_in_non_selected_windows.

18 years ago(org-export-as-html): Removed bogus (debug) form.
Carsten Dominik [Mon, 7 Nov 2005 10:57:10 +0000 (10:57 +0000)]
(org-export-as-html): Removed bogus (debug) form.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 7 Nov 2005 10:56:50 +0000 (10:56 +0000)]
*** empty log message ***

18 years ago(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.
John Paul Wallington [Mon, 7 Nov 2005 01:30:29 +0000 (01:30 +0000)]
(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 Nov 2005 01:28:15 +0000 (01:28 +0000)]
*** empty log message ***

18 years ago(Magic File Names): find-file-name-handler checks the
Richard M. Stallman [Mon, 7 Nov 2005 01:07:56 +0000 (01:07 +0000)]
(Magic File Names): find-file-name-handler checks the
`operations' property of the handler.

18 years ago(flyspell-external-point-words):
Richard M. Stallman [Mon, 7 Nov 2005 00:50:01 +0000 (00:50 +0000)]
(flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.

18 years ago(compilation-internal-error-properties):
Richard M. Stallman [Mon, 7 Nov 2005 00:49:17 +0000 (00:49 +0000)]
(compilation-internal-error-properties):
save-excursion around the computation of MARKER.

18 years ago(ibuffer): Search all visible frames when getting Ibuffer buffer's window.
John Paul Wallington [Sun, 6 Nov 2005 21:09:09 +0000 (21:09 +0000)]
(ibuffer): Search all visible frames when getting Ibuffer buffer's window.

18 years agoAdjust baseline
Jan Djärv [Sun, 6 Nov 2005 20:38:45 +0000 (20:38 +0000)]
Adjust baseline

18 years ago* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
Jan Djärv [Sun, 6 Nov 2005 20:37:12 +0000 (20:37 +0000)]
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
* images/save.xpm, images/save.pbm, images/low-color/save.xpm:
 Adjust baseline.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 6 Nov 2005 19:51:51 +0000 (19:51 +0000)]
*** empty log message ***

18 years agoImprove man -k support.
Masatake YAMATO [Sun, 6 Nov 2005 18:01:34 +0000 (18:01 +0000)]
Improve man -k support.
(Man-reference-regexp): Accpet spaces between
`Man-name-regexp' and `Man-section-regexp'.
(Man-apropos-regexp): New variable.
(Man-abstract-xref-man-page): Use value for `Man-target-string'
if available.
(Man-highlight-references, Man-highlight-references0): Handle
the case when `Man-arguments' includes "-k".
(Man-highlight-references0): Rename the argument `TARGET-POS' to
`TARGET'. `TARGET' can be a number, function or nil.

18 years agoAdjust paper size and layout.
Jan Djärv [Sun, 6 Nov 2005 13:32:42 +0000 (13:32 +0000)]
Adjust paper size and layout.

18 years ago* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv [Sun, 6 Nov 2005 13:32:16 +0000 (13:32 +0000)]
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
 * images/low-color/next-node.xpm: Adjust paper size and layout.

18 years ago(gdb-var-create-handler, gdb-var-delete)
Nick Roberts [Sun, 6 Nov 2005 01:31:24 +0000 (01:31 +0000)]
(gdb-var-create-handler, gdb-var-delete)
(gdb-edit-value, gdb-speedbar-expand-node)
(gdb-get-create-buffer,  gdb-breakpoints-mode)
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
(gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
(gdb-send-item, ): Use buffer-local-value and simplify.

18 years ago*** empty log message ***
Nick Roberts [Sun, 6 Nov 2005 01:30:15 +0000 (01:30 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 5 Nov 2005 23:20:41 +0000 (23:20 +0000)]
*** empty log message ***

18 years ago(command-line): Use `custom-reevaluate-setting' for `global-font-lock-mode'.
Luc Teirlinck [Sat, 5 Nov 2005 23:11:38 +0000 (23:11 +0000)]
(command-line): Use `custom-reevaluate-setting' for `global-font-lock-mode'.

18 years ago(global-font-lock-mode): Enable `global-font-lock-mode' by default,
Luc Teirlinck [Sat, 5 Nov 2005 23:07:40 +0000 (23:07 +0000)]
(global-font-lock-mode): Enable `global-font-lock-mode' by default,
except in batch mode or when the -D command line option is given.

18 years ago(define-global-minor-mode): Pass all specified keyword args on to
Luc Teirlinck [Sat, 5 Nov 2005 23:03:57 +0000 (23:03 +0000)]
(define-global-minor-mode): Pass all specified keyword args on to
`define-minor-mode'.  Update docstring.

18 years ago(occur-engine): Add marker at end of line, too.
Romain Francoise [Sat, 5 Nov 2005 14:02:18 +0000 (14:02 +0000)]
(occur-engine): Add marker at end of line, too.

18 years agoDescribe how to provide preprocessor macro information.
Nick Roberts [Sat, 5 Nov 2005 10:09:27 +0000 (10:09 +0000)]
Describe how to provide preprocessor macro information.

18 years ago*** empty log message ***
Nick Roberts [Sat, 5 Nov 2005 10:08:48 +0000 (10:08 +0000)]
*** empty log message ***

18 years ago* font-lock.el: Don't deal with font-lock-face-attributes here,
Dan Nicolaescu [Sat, 5 Nov 2005 07:29:45 +0000 (07:29 +0000)]
* font-lock.el: Don't deal with font-lock-face-attributes here,
move the code ...

* startup.el (command-line): ... here. Use face-spec-set instead
of custom-declare-face.

* faces.el (face-spec-set): Reset the face if spec is not nil.

18 years ago* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Bill Wohler [Sat, 5 Nov 2005 04:02:06 +0000 (04:02 +0000)]
* mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Move to mh-init.el to minimize bulk of mh-customize.el.

* mh-init.el: Modify commentary since file is used for load and
initialization as well as setting and getting the variant.
(mh-min-colors-defined-flag, mh-defface-compat): Move here from
mh-customize.el.

18 years ago(mh-min-colors-defined-flag): New variable.
Bill Wohler [Sat, 5 Nov 2005 01:57:35 +0000 (01:57 +0000)]
(mh-min-colors-defined-flag): New variable.
(mh-defface-compat): New function. Provides backward compatibility for
face specs.
(mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
(mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
(mh-folder-body): Use mh-defface-compat.

18 years agoAdd SF #1204506 to ChangeLog entry after the fact.
Bill Wohler [Sat, 5 Nov 2005 01:27:38 +0000 (01:27 +0000)]
Add SF #1204506 to ChangeLog entry after the fact.
Add fixed bug to 7.85 release notes after the fact too.

18 years agoRefactor faces. Move grayscale requirements last before t. Use uniform
Bill Wohler [Fri, 4 Nov 2005 23:42:28 +0000 (23:42 +0000)]
Refactor faces. Move grayscale requirements last before t. Use uniform
line breaks.

18 years ago(comment-region-internal): Box more tightly in the
Stefan Monnier [Fri, 4 Nov 2005 22:20:12 +0000 (22:20 +0000)]
(comment-region-internal): Box more tightly in the
common case where there's no TAB in the boxed text.

18 years ago(Fget_lru_window, Fget_largest_window, window_loop):
Stefan Monnier [Fri, 4 Nov 2005 21:37:03 +0000 (21:37 +0000)]
(Fget_lru_window, Fget_largest_window, window_loop):
Don't abuse the `mini' arg.  Use the `obj' arg instead.

18 years agoNew images for info.
Jan Djärv [Fri, 4 Nov 2005 17:24:09 +0000 (17:24 +0000)]
New images for info.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 Nov 2005 15:25:30 +0000 (15:25 +0000)]
*** empty log message ***

18 years ago(Shell Mode): Describe how to activate password echoing.
Eli Zaretskii [Fri, 4 Nov 2005 15:25:12 +0000 (15:25 +0000)]
(Shell Mode): Describe how to activate password echoing.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 Nov 2005 15:22:14 +0000 (15:22 +0000)]
*** empty log message ***

18 years agoRemove RCS keywords.
Eli Zaretskii [Fri, 4 Nov 2005 15:21:57 +0000 (15:21 +0000)]
Remove RCS keywords.

18 years agoVERSION changed to 1.9. Updated UPDATED.
Eli Zaretskii [Fri, 4 Nov 2005 15:19:54 +0000 (15:19 +0000)]
VERSION changed to 1.9.  Updated UPDATED.
(Overview): List supported feed types.
(Installation): No installation necessary when using autoload.
(Configuration): Rename "RSS" to "news".

18 years agoCommentary updated. Code formatting changed.
Eli Zaretskii [Fri, 4 Nov 2005 15:15:39 +0000 (15:15 +0000)]
Commentary updated. Code formatting changed.
(newsticker-version): Changed to "1.9".
(newsticker, newsticker-feed): Doc fix.
(newsticker-url-list): Doc fix. Added option "Weekly".
(newsticker-retrieval-interval): Added option "Weekly".
(newsticker-headline-processing): Doc fix.
(newsticker-auto-mark-filter): Removed.
(newsticker-auto-mark-filter-list): New.
(newsticker-layout, newsticker-sort-method): Doc fix.
(newsticker-hide-old-items-in-newsticker-buffer)
(newsticker-heading-format, newsticker-item-format)
(newsticker-desc-format): Doc fix.
(newsticker-show-all-rss-elements): Removed.
(newsticker-show-all-news-elements): New.
(newsticker-faces, newsticker-ticker): Doc fix.
(remove-from-invisibility-spec): Code formatting.
(newsticker--process-ids): New.
(newsticker-mode): Doc fix.
(newsticker-mode): Changed mode-line-format.
(newsticker-start): Removed debug output.
(newsticker-start-ticker): Doc fix. Added Autoload cookie.
(newsticker-w3m-show-inline-images): Code formatting.
(newsticker-next-item): Call `force-mode-line-update'.
(newsticker-previous-item): Call `force-mode-line-update'.
(newsticker-next-feed): Call `force-mode-line-update'.
(newsticker-previous-feed): Call `force-mode-line-update'.
(newsticker-mark-all-items-at-point-as-read): Code formatting.
(newsticker-show-old-items): Do not show descs.
(newsticker-hide-entry): Hided too much.
(newsticker-hide-entry, newsticker-show-entry)
(newsticker-toggle-auto-narrow-to-feed): Code formatting.
(newsticker-set-auto-narrow-to-feed): Update buffer immediately.
(newsticker-toggle-auto-narrow-to-item): Code formatting.
(newsticker-set-auto-narrow-to-item): Update buffer immediately.
(newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
(newsticker-get-news): Call `force-mode-line-update'. Collect
process ids.
(newsticker--sentinel): Changed coding system handling.  Moved
image retrieval to new functions newsticker--get-logo-url-*.
Moved feed parsing to new functions newsticker--parse-*.  Update
list of process ids.
(newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
(newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
(newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
(newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
(newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
(newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
(newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
(newsticker--decode-coding-string): Removed
(newsticker--decode-numeric-entities): Check input.  Code formatting.
(newsticker--remove-whitespace): Check input.
(newsticker--do-forget-preformatted): Doc fix.
(newsticker--decode-rfc822-date): Allow for missing time.
(newsticker--update-process-ids): New.
(newsticker--image-sentinel): Changed comment.
(newsticker--image-read): Changed error message.
(newsticker--imenu-goto): Doc fix.  Show headline title.
(newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
(newsticker--buffer-do-insert-text): Clean whitespace in
html-rendered headline title.  Code formatting.  Call
`newsticker--buffer-print-extra-elements'.
(newsticker--buffer-print-extra-element): Removed.
(newsticker--buffer-print-extra-elements): New.
(newsticker--buffer-do-print-extra-element): New.
(newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for large sizes.
(newsticker--run-auto-mark-filter)
(newsticker--do-run-auto-mark-filter): Use `newsticker-auto-mark-filter-list'.

18 years agoUse split-string OMIT-NULLS argument.
Eli Zaretskii [Fri, 4 Nov 2005 15:05:11 +0000 (15:05 +0000)]
Use split-string OMIT-NULLS argument.
(rcirc-print): Force redisplay before running hooks.  Do long
buffer truncation after making new text read-only.  Deal with nil
text when decoding strings.  If TARGET is nil, use either the
currently selected buffer, if it is an rcirc buffer and of the
same process or the process buffer.
(rcirc-mode): Remove header-line.  Recompute short buffer names.
Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
(rcirc-short-buffer-name): Add variable.
(rcirc-kill-buffer-hook): Recompute short buffer names.  Remove
nick from private channel.
(rcirc-send-input): Send command text to current-buffer.  Don't
clear overlay arrow here.
(rcirc-short-buffer-name): Return a short buffer name.
(rcirc-update-short-buffer-names, rcirc-abbreviate)
(rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
buffer-name abbreviations.
(rcirc-kill-buffer-hook-1): Split to make debugging easier.  Do
not touch nick-table when killing a parted channel.
(rcirc-window-configuration-change): Rename from
rcirc-update-activity.  Clear arrow from current buffer if it is now hidden.
(rcirc-current-buffer): Add variable.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
Remove -face from names.
(rcirc-update-activity-string): Print "DND" when globally ignoring activity.
(rcirc-ignore-buffer-activity-flag): Rename from rcirc-ignore-channel-activity.
(rcirc-ignore-all-activity-flag): Doc fix.
(rcirc-channels): Remove variable.
(rcirc-kill-buffer-hook):
(rcirc-get-buffer-create): Add nick to private channel.
(rcirc-multiline-edit-submit): Remove tabs.
(rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case folded.
(rcirc-remove-nick-channel): Bug fix.
(rcirc-toggle-ignore-buffer-activity): Rename from
rcirc-toggle-ignore-channel-activity.
(rcirc-record-activity): Add buffers to the front of the list.
(rcirc-update-activity): Remove killed buffers from list.
(rcirc-process-server-response-1): Remove last argument if it is
null before calling handler.
(rcirc): Add "rcirc" defcustom prefix.
(rcirc-prompt): Simplify default prompt.  Use custom-initialize-default.
(rcirc-private-chats): Remove variable.
(rcirc-prompt): Change initialization.
(rcirc-version): Remove function.
(rcirc-id-string): Add constant.
(rcirc-last-buffer): Remove variable.
(rcirc-buffer-alist): Add variable.
(rcirc-connect): Update variable setup.
(rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
(rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change default.
(rcirc-handler-generic): Trigger activity.
(rcirc-send-message): Create the buffor of the target.
(rcirc-generate-new-buffer-name): Rename from
`rcirc-get-buffer-name'.
(rcirc-get-buffer): Just return nil if there is no matching buffer.
(rcirc-multiline-edit-cancel): Remove function.
(rcirc-set-last-buffer): Remove function.
(rcirc-get-any-buffer): Add function.
(rcirc-join-channels): Don't print /join text.
(rcirc-toggle-ignore-channel-activity): Add and update echo area messages.
(rcirc-cmd-ctcp): Use rcirc-send-string to send request.
(rcirc-handler-NOTICE): Recognize CTCP responses.
(rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
constructing TOPIC string for buffers we are not JOINed.
(rcirc-handler-CTCP-response): Add handler.
(rcirc-multiline-edit-submit): Restore the window-configuration
before adjusting point.
(rcirc): Add customization group.
(rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
(rcirc-user-full-name, rcirc-startup-channels-alist)
(rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
(rcirc-ignore-all-activity-flag, rcirc-time-format)
(rcirc-input-ring-size, rcirc-read-only-flag)
(rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
(rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
Change defvar to defcustom.
(rcirc-update-prompt): Add optional ALL arg, which will update
prompts in all rcirc buffers.  Regexp quote replacement text.
(rcirc-fill-column): Accept 'frame-width as a value.
(rcirc-set-changed): Add function.
(rcirc-next-active-buffer): Write more meaningful messages.
(rcirc-faces): Add customization group.
(rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
(rcirc-nick-in-message-face, rcirc-prompt-face)
(rcirc-mode-line-nick-face): Move into rcirc-faces group.
(with-rcirc-process-buffer): Move before first usage.
(rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
(rcirc-debug-flag): Rename from `rcirc-log-p'.
(rcirc-debug): Rename from `rcirc-log'.
(rcirc-format-response-string): Do not print '-' chars for a
NOTICE with no sender.  Simplify output of server responses.
(rcirc-browse-url-map, rcirc-browse-url-at-point)
(rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
mouse and RET clickable.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 Nov 2005 14:51:40 +0000 (14:51 +0000)]
*** empty log message ***

18 years ago(rmail-output-to-rmail-file, rmail-output): Doc fix.
Eli Zaretskii [Fri, 4 Nov 2005 14:51:08 +0000 (14:51 +0000)]
(rmail-output-to-rmail-file, rmail-output): Doc fix.

18 years ago(User Commands): Document additional passphrase
Eli Zaretskii [Fri, 4 Nov 2005 14:44:06 +0000 (14:44 +0000)]
(User Commands): Document additional passphrase
argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
(Backend methods): Likewise for corresponding pgg-scheme-* functions.

18 years ago(pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
Eli Zaretskii [Fri, 4 Nov 2005 14:41:51 +0000 (14:41 +0000)]
(pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
(pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
(pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
function.

18 years ago(pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
Eli Zaretskii [Fri, 4 Nov 2005 14:41:02 +0000 (14:41 +0000)]
(pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
pgg-add-passphrase-to-cache function.

18 years ago(goto-address-url-regexp): Remove `data:' URLs from goto-address-url-regexp.
Eli Zaretskii [Fri, 4 Nov 2005 14:32:58 +0000 (14:32 +0000)]
(goto-address-url-regexp): Remove `data:' URLs from goto-address-url-regexp.