]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago(calc-other-window): Use an extra argument instead of `interactive-p'.
Jay Belanger [Tue, 26 Oct 2004 19:06:24 +0000 (19:06 +0000)]
(calc-other-window): Use an extra argument instead of `interactive-p'.

20 years ago(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
Jay Belanger [Tue, 26 Oct 2004 19:05:53 +0000 (19:05 +0000)]
(calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)
(calc-trail-display):  Use an extra argument instead of `interactive-p'.

20 years ago(describe-key): Describe both down-event and up-event
Kim F. Storm [Tue, 26 Oct 2004 12:59:44 +0000 (12:59 +0000)]
(describe-key): Describe both down-event and up-event
for a mouse click.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 26 Oct 2004 12:59:20 +0000 (12:59 +0000)]
*** empty log message ***

20 years ago(Fcall_interactively): Add 'U' code to get the up-event discarded by a
Kim F. Storm [Tue, 26 Oct 2004 12:56:47 +0000 (12:56 +0000)]
(Fcall_interactively): Add 'U' code to get the up-event discarded by a
previous 'k' or 'K' argument.

20 years ago(Interactive Codes): Add U code letter.
Kim F. Storm [Tue, 26 Oct 2004 12:55:51 +0000 (12:55 +0000)]
(Interactive Codes): Add U code letter.

20 years ago(syms_of_buffer): Fix a few typos.
David Kastrup [Tue, 26 Oct 2004 09:45:16 +0000 (09:45 +0000)]
(syms_of_buffer): Fix a few typos.

20 years ago* xsmfns.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 09:28:01 +0000 (09:28 +0000)]
* xsmfns.c: Put empty line between comment and function body.
Use two spaces before comment end.

20 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Oct 2004 09:02:33 +0000 (09:02 +0000)]
*** empty log message ***

20 years ago(woman): Don't call interactive-p.
Richard M. Stallman [Tue, 26 Oct 2004 08:36:11 +0000 (08:36 +0000)]
(woman): Don't call interactive-p.

20 years ago(pcomplete): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:33:14 +0000 (08:33 +0000)]
(pcomplete): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

20 years ago(menu-bar-make-toggle): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:31:40 +0000 (08:31 +0000)]
(menu-bar-make-toggle): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

20 years ago(Man-cleanup-manpage): Instead of interactive-p,
Richard M. Stallman [Tue, 26 Oct 2004 08:27:26 +0000 (08:27 +0000)]
(Man-cleanup-manpage): Instead of interactive-p,
use an arg set non-nil by the interactive spec.

20 years ago(tex-font-lock-keywords-1): Fix up the spurious
Stefan Monnier [Mon, 25 Oct 2004 20:35:24 +0000 (20:35 +0000)]
(tex-font-lock-keywords-1): Fix up the spurious
verbatim face on the \ of \end{verbatim}.

20 years agoAdd note about MSYS sh.exe
Jason Rumney [Mon, 25 Oct 2004 19:57:18 +0000 (19:57 +0000)]
Add note about MSYS sh.exe

20 years ago* progmodes/flymake.el (flymake-split-string): Use
Masatake YAMATO [Mon, 25 Oct 2004 16:58:46 +0000 (16:58 +0000)]
* progmodes/flymake.el (flymake-split-string): Use
  `flymake-split-string-remove-empty-edges' in any case.

* progmodes/flymake.el (flymake-err-line-patterns):
  Use `compilation-error-regexp-alist-alist' instead of
  `compilation-error-regexp-alist'.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 25 Oct 2004 16:05:27 +0000 (16:05 +0000)]
*** empty log message ***

20 years ago(Reading a Password): Add.
Simon Josefsson [Mon, 25 Oct 2004 14:14:33 +0000 (14:14 +0000)]
(Reading a Password): Add.

20 years ago*** empty log message ***
Jay Belanger [Mon, 25 Oct 2004 14:02:33 +0000 (14:02 +0000)]
*** empty log message ***

20 years ago(calc-digit-dots): Inhibit read-only before erasing minibuffer.
Jay Belanger [Mon, 25 Oct 2004 13:57:20 +0000 (13:57 +0000)]
(calc-digit-dots): Inhibit read-only before erasing minibuffer.

20 years ago* subr.el (read-passwd): Move to net/password.el.
Simon Josefsson [Mon, 25 Oct 2004 13:22:17 +0000 (13:22 +0000)]
* subr.el (read-passwd): Move to net/password.el.
* net/password.el (read-passwd): Add.  Autoload it.

20 years ago(process-file): Fix logic.
Kai Großjohann [Mon, 25 Oct 2004 08:31:52 +0000 (08:31 +0000)]
(process-file): Fix logic.

20 years ago(mouse-sel-mode): Specify custom group.
Kai Großjohann [Mon, 25 Oct 2004 08:29:12 +0000 (08:29 +0000)]
(mouse-sel-mode): Specify custom group.

20 years ago(fontset_pattern_regexp): Optimize for the case that
Kenichi Handa [Mon, 25 Oct 2004 02:03:47 +0000 (02:03 +0000)]
(fontset_pattern_regexp): Optimize for the case that
PATTERN is full XLFD.

20 years ago(x-set-cut-buffer): Cancel previous change.
Kenichi Handa [Mon, 25 Oct 2004 00:46:04 +0000 (00:46 +0000)]
(x-set-cut-buffer): Cancel previous change.

20 years ago(x-set-cut-buffer): Encode STRING if necessary.
Kenichi Handa [Mon, 25 Oct 2004 00:22:02 +0000 (00:22 +0000)]
(x-set-cut-buffer): Encode STRING if necessary.

20 years ago*** empty log message ***
Jason Rumney [Sun, 24 Oct 2004 21:45:18 +0000 (21:45 +0000)]
*** empty log message ***

20 years agoRemoved mouse-wheel event, added wheel-up and wheel-down
Jason Rumney [Sun, 24 Oct 2004 21:39:41 +0000 (21:39 +0000)]
Removed mouse-wheel event, added wheel-up and wheel-down
event, with a note about how to use mwheel.el to handle both these
events and mouse-4 and mouse-5 events.

20 years agoClean whitespace.
Kim F. Storm [Sun, 24 Oct 2004 21:07:38 +0000 (21:07 +0000)]
Clean whitespace.

20 years ago(set-left-margin, set-right-margin): Delete redundant code.
Luc Teirlinck [Sun, 24 Oct 2004 21:01:20 +0000 (21:01 +0000)]
(set-left-margin, set-right-margin): Delete redundant code.
(increase-right-margin): Remove erroneous call to `interactive-p'.

20 years ago(describe-mode): Fix 2004-10-13 change.
Kim F. Storm [Sun, 24 Oct 2004 20:35:12 +0000 (20:35 +0000)]
(describe-mode): Fix 2004-10-13 change.
Copy pure "Auto Fill" string so it can be propertized later
without causing a read-only error.

20 years agoReorder entries.
Kim F. Storm [Sun, 24 Oct 2004 20:34:49 +0000 (20:34 +0000)]
Reorder entries.

20 years ago(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.
Luc Teirlinck [Sun, 24 Oct 2004 18:36:28 +0000 (18:36 +0000)]
(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.

20 years agoMention process-file.
Kai Großjohann [Sun, 24 Oct 2004 13:26:10 +0000 (13:26 +0000)]
Mention process-file.

20 years ago(Synchronous Processes): Document process-file.
Kai Großjohann [Sun, 24 Oct 2004 13:25:21 +0000 (13:25 +0000)]
(Synchronous Processes): Document process-file.

20 years agoAdd.
Simon Josefsson [Sun, 24 Oct 2004 12:21:16 +0000 (12:21 +0000)]
Add.

20 years ago(process-file): Accept nil for INFILE. Reported by
Kai Großjohann [Sun, 24 Oct 2004 09:06:05 +0000 (09:06 +0000)]
(process-file): Accept nil for INFILE.  Reported by
Luc Teirlinck.

20 years ago(enum reg_errcode_t): New value REG_ERANGEX.
Kenichi Handa [Sun, 24 Oct 2004 03:58:24 +0000 (03:58 +0000)]
(enum reg_errcode_t): New value REG_ERANGEX.

20 years ago(re_error_msgid): Add an entry for REG_ERANGEX.
Kenichi Handa [Sun, 24 Oct 2004 03:56:51 +0000 (03:56 +0000)]
(re_error_msgid): Add an entry for REG_ERANGEX.
(regex_compile): Return REG_ERANGEX if appropriate.

20 years ago* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
Masatake YAMATO [Sun, 24 Oct 2004 00:25:21 +0000 (00:25 +0000)]
* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
periods and underscores in a function name.
Remove the address fontification.

20 years ago(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
Nick Roberts [Sat, 23 Oct 2004 22:04:13 +0000 (22:04 +0000)]
(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.

20 years ago(gdb-get-create-buffer): Allow modes to run
Nick Roberts [Sat, 23 Oct 2004 22:00:48 +0000 (22:00 +0000)]
(gdb-get-create-buffer): Allow modes to run
kill-all-local-variables.
(gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
(gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
kill-all-local-variables and provide mode-hooks.
(gdb-assembler-font-lock-keywords): New font lock keywords
definition.
(gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
Suggested by Masatake YAMATO <jet@gyve.org>.

20 years ago*** empty log message ***
Nick Roberts [Sat, 23 Oct 2004 21:59:07 +0000 (21:59 +0000)]
*** empty log message ***

20 years agoFix typos.
Eli Zaretskii [Sat, 23 Oct 2004 21:39:13 +0000 (21:39 +0000)]
Fix typos.

20 years ago(Text Based Tables, Table Definition)
Eli Zaretskii [Sat, 23 Oct 2004 21:33:59 +0000 (21:33 +0000)]
(Text Based Tables, Table Definition)
(Table Creation, Table Recognition, Cell Commands)
(Cell Justification, Row Commands, Column Commands)
(Fixed Width Mode, Table Conversion, Measuring Tables)
(Table Misc): New nodes, documenting the Table Mode.

20 years ago(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
John Paul Wallington [Sat, 23 Oct 2004 19:58:27 +0000 (19:58 +0000)]
(ibuffer-kill-line): Set arg `interactive-p' in interactive spec
rather than use function `interactive-p'.

20 years ago(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
John Paul Wallington [Sat, 23 Oct 2004 19:52:52 +0000 (19:52 +0000)]
(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
in interactive spec.

20 years ago* simple.el (process-file): New function, similar to call-process
Kai Großjohann [Sat, 23 Oct 2004 19:52:18 +0000 (19:52 +0000)]
* simple.el (process-file): New function, similar to call-process
but supports file handlers.
* vc.el (vc-do-command): Use it, instead of call-process.
* net/tramp-vc.el (vc-do-command): Do not advise it if
process-file is fboundp.
* net/tramp.el (tramp-file-name-handler-alist): Add entry for
process-file.
(tramp-handle-process-file): New function.
(tramp-file-name-for-operation): Support process-file.

20 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Sat, 23 Oct 2004 16:13:06 +0000 (16:13 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar--weekday-array): New constant.
(icalendar-weekdayabbrev-table)
(icalendar-monthnumber-table): Delete.
(icalendar--get-month-number): Use calendar-month-name-array.
(icalendar--get-weekday-number): New function.
(icalendar--get-weekday-abbrev) Use calendar-day-name-array.
(icalendar-export-region): Handle multi-line entries.
(icalendar--convert-ical-to-diary): Use calendar-day-name-array.

20 years ago*** empty log message ***
Glenn Morris [Sat, 23 Oct 2004 16:12:13 +0000 (16:12 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
John Paul Wallington [Sat, 23 Oct 2004 10:19:56 +0000 (10:19 +0000)]
*** empty log message ***

20 years ago(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
John Paul Wallington [Sat, 23 Oct 2004 10:11:17 +0000 (10:11 +0000)]
(ibuffer-jump-to-buffer): Read buffer name in interactive spec rather
than use `interactive-p' in body of function.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 22 Oct 2004 13:17:31 +0000 (13:17 +0000)]
*** empty log message ***

20 years ago(translate-region): Document that it accepts also a
Kenichi Handa [Fri, 22 Oct 2004 13:15:12 +0000 (13:15 +0000)]
(translate-region): Document that it accepts also a
char-table.

20 years ago(translate-region): Implement it in Lisp
Kenichi Handa [Fri, 22 Oct 2004 13:10:23 +0000 (13:10 +0000)]
(translate-region): Implement it in Lisp
as a front end of translate-region-internal.

20 years ago(Ftranslate_region_internal): New function.
Kenichi Handa [Fri, 22 Oct 2004 13:09:39 +0000 (13:09 +0000)]
(Ftranslate_region_internal): New function.
(syms_of_editfns): Defsubr it.

20 years ago* xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
Jan Djärv [Fri, 22 Oct 2004 12:56:09 +0000 (12:56 +0000)]
* xfns.c (xic_create_xfontset): Initialize missing_list to NULL.

20 years ago(Resizing Windows): Document the `preserve-before' argument of the
David Ponce [Fri, 22 Oct 2004 11:20:12 +0000 (11:20 +0000)]
(Resizing Windows): Document the `preserve-before' argument of the
functions `enlarge-window' and `shrink-window'.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
Miles Bader [Thu, 21 Oct 2004 23:10:28 +0000 (23:10 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
   Update from CVS

2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
   running the major-mode function.

2004-10-21  Kevin Greiner  <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Two of the converters
   have been backported to 'Gnus v5.11' from 'No Gnus v0.2'.  Added a
   boolean check to not apply converters that apply to future
   versions of gnus.

20 years ago(tex-compilation-parse-errors): Don't output messages.
Stefan Monnier [Thu, 21 Oct 2004 22:26:06 +0000 (22:26 +0000)]
(tex-compilation-parse-errors): Don't output messages.

20 years ago(Algebraic-Style Calculations): Removed a comment.
Jay Belanger [Thu, 21 Oct 2004 21:38:16 +0000 (21:38 +0000)]
(Algebraic-Style Calculations): Removed a comment.

20 years ago*** empty log message ***
Jay Belanger [Thu, 21 Oct 2004 19:25:36 +0000 (19:25 +0000)]
*** empty log message ***

20 years ago(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
Jay Belanger [Thu, 21 Oct 2004 19:20:11 +0000 (19:20 +0000)]
(calc-alg-ent-map, calc-alg-ent-esc-map): Declared these variables
with defvar.

(calc-do-alg-entry): Since `calc-alg-ent-map' is bound, only check to
see if it is non-nil.

20 years ago(calc-describe-bindings): Fix last change.
Stefan Monnier [Thu, 21 Oct 2004 19:09:46 +0000 (19:09 +0000)]
(calc-describe-bindings): Fix last change.

20 years ago* xterm.h (x_output): New member `xic_base_fontname'.
Jan Djärv [Thu, 21 Oct 2004 18:38:58 +0000 (18:38 +0000)]
* xterm.h (x_output): New member `xic_base_fontname'.
(FRAME_XIC_BASE_FONTNAME): New macro.
(xic_free_xfontset): Declare.

* xfns.c (xic_create_xfontset): Share fontsets between frames
based on base_fontname.
(xic_free_xfontset): New function.
(free_frame_xic): Use it.
(xic_set_xfontset): Ditto.

* xterm.c (xim_destroy_callback): Ditto.

20 years ago(calc-graph-init): Use `set-process-query-on-exit-flag'
Jay Belanger [Thu, 21 Oct 2004 15:41:15 +0000 (15:41 +0000)]
(calc-graph-init): Use `set-process-query-on-exit-flag'

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
Miles Bader [Thu, 21 Oct 2004 00:07:18 +0000 (00:07 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

20 years ago(compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.
Daniel Pfeiffer [Wed, 20 Oct 2004 22:31:56 +0000 (22:31 +0000)]
(compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.

20 years ago(x_draw_glyph_string): Use overline_color for overlines.
Jason Rumney [Wed, 20 Oct 2004 20:09:10 +0000 (20:09 +0000)]
(x_draw_glyph_string): Use overline_color for overlines.

20 years ago*** empty log message ***
Jay Belanger [Wed, 20 Oct 2004 17:29:48 +0000 (17:29 +0000)]
*** empty log message ***

20 years ago* xterm.h (XSync): If USE_GTK, define XSync as process_all and then
Jan Djärv [Wed, 20 Oct 2004 16:53:27 +0000 (16:53 +0000)]
* xterm.h (XSync): If USE_GTK, define XSync as process_all and then
XSync.

20 years ago* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
Jan Djärv [Wed, 20 Oct 2004 16:23:30 +0000 (16:23 +0000)]
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
New variables and constant.
(main): Calculate heap_bss_diff.  If we are dumping and the
heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
and exec ourself again.
(Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
print a warning.

* lastfile.c: Make my_endbss and my_endbss_static available on all
platforms.

* Makefile.in (RUN_TEMACS): Remove @SETARCH@.
* config.in (HAVE_PERSONALITY_LINUX32): Regenerate.

20 years ago* configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
Jan Djärv [Wed, 20 Oct 2004 16:16:07 +0000 (16:16 +0000)]
* configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
can be set.  Remove SETARCH test.
* configure: Rebuild

20 years ago(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.
John Paul Wallington [Wed, 20 Oct 2004 08:04:19 +0000 (08:04 +0000)]
(url-gateway-nslookup-host): Use `set-process-query-on-exit-flag'.

20 years ago(Flocal_variable_if_set_p): Doc fix.
Luc Teirlinck [Wed, 20 Oct 2004 02:20:44 +0000 (02:20 +0000)]
(Flocal_variable_if_set_p): Doc fix.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
Miles Bader [Tue, 19 Oct 2004 22:38:28 +0000 (22:38 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
   Update from CVS

2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-update-summary-mark-positions): Search for
   dummy marks in the right way.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
   avoid infinite recursion via gnus-get-function.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-group-flags): When
   necessary, pass full group name to gnus-request-set-marks.
   (gnus-agent-synchronize-group-flags): Added support for sync'ing
   tick marks.
   (gnus-agent-synchronize-flags-server): Be silent when writing file.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
   gnus-request-update-info with explicit code to sync the in-memory
   info read flags with the marks being sync'd to the backend.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
   servers that are offline.  Avoids having gnus-agent-toggle-plugged
   first ask if you want to open a server and then, even when you
   responded with no, asking if you want to synchronize the server's
   flags.
   (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
   multi-line expressions.
   (gnus-agent-synchronize-group-flags): New internal function.
   Updates marks in memory (in the info structure) AND in the
   backend.
   (gnus-agent-check-overview-buffer): Fixed range of
   deletion to remove entire duplicate line.  Fixes merged article
   number bug.

   * lisp/gnus/gnus-util.el (gnus-remassoc): Fixed typo in documentation.

   * lisp/gnus/nnagent.el (nnagent-request-set-mark): Use
   gnus-agent-synchronize-group-flags, not backend's request-set-mark
   method, to ensure that synchronization updates marks in the
   backend and in the info (in memory) structure.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
   unless plugged.  Disable the agent so that an open failure causes
   an error.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-agent.el (gnus-agent-fetched-hook): Add :version.
   (gnus-agent-go-online): Change :version.
   (gnus-agent-expire-unagentized-dirs)
   (gnus-agent-auto-agentize-methods): Add :version.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
   New function. Used internally to only display 'gnus converting
   files' message when actually necessary.

   * lisp/gnus/gnus-sum.el (): Removed (require 'gnus-agent) as required
   methods now autoloaded.

   * lisp/gnus/gnus-int.el (gnus-request-move-article): Use
   gnus-agent-unfetch-articles in place of gnus-agent-expire to
   improve performance.

2004-10-18  Kevin Greiner  <kgreiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
   to avoid run-time CL dependencies.
   (gnus-agent-unfetch-articles): New function.
   (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
   article numbers even when local .overview file is missing.
   (gnus-agent-read-article-number): New function. Only accepts
   27-bit article numbers.
   (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
   gnus-agent-read-article-number.
   (gnus-agent-braid-nov): Rewrote to validate article numbers coming
   from backend while recognizing that article numbers in .overview
   must be valid.

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Changed message text as
   some users confused by references to .newsrc when they only have a
   .newsrc.eld file.
   (gnus-convert-mark-converter-prompt,
   gnus-convert-converter-needs-prompt): Fixed use of property list.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-start.el (gnus-get-unread-articles-in-group): Don't do
   stuff for non-living groups.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
   (gnus-agent-regenerate-group): Using nil messages aren't valid.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-read-agentview): Inline
   gnus-uncompress-range.

2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>

   * lisp/gnus/legacy-gnus-agent.el
   (gnus-agent-convert-to-compressed-agentview): Fixed typos with
   help from Florian Weimer <fw@deneb.enyo.de>

   * lisp/gnus/gnus-agent.el (gnus-agentize):
   gnus-agent-send-mail-real-function no longer set to current value
   of message-send-mail-function but rather a lambda that calls
   message-send-mail-function.  The change makes the agent real-time
   responsive to user changes to message-send-mail-function.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-get-unread-articles): Fix last commit.

2004-10-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>

   * lisp/gnus/gnus-cache.el (gnus-cache-rename-group): New function.
   (gnus-cache-delete-group): New function.

   * lisp/gnus/gnus-agent.el (gnus-agent-rename-group): New function.
   (gnus-agent-delete-group): New function.
   (gnus-agent-save-group-info): Use gnus-command-method when
   `method' parameter is nil.  Don't write nil entries into the
   active file.
   (gnus-agent-get-group-info): New function.
   (gnus-agent-get-local): Added optional parameters to avoid calling
   gnus-group-real-name and gnus-find-method-for-group.
   (gnus-agent-set-local): Delete stored entry if either min, or max,
   are nil.
   (gnus-agent-fetch-session): Reworded error/quit messages.  On
   quit, use gnus-agent-regenerate-group to record existance of any
   articles fetched to disk before the quit occurred.

   * lisp/gnus/gnus-int.el (gnus-request-delete-group): Use
   gnus-cache-delete-group and gnus-agent-delete-group to keep the
   local disk in sync with the server.
   (gnus-request-rename-group): Use
   gnus-cache-rename-group and gnus-agent-rename-group to keep the
   local disk in sync with the server.

   * lisp/gnus/gnus-start.el (gnus-get-unread-articles): Cosmetic
   simplification to logic.

   * lisp/gnus/gnus-group.el (): (gnus-group-delete-group): No longer update
   gnus-cache-active-altered as gnus-request-delete-group now keeps
   the cache in sync.
   (gnus-group-list-active): Let the agent store a server's active
   list if currently plugged.

   * lisp/gnus/gnus-util.el (gnus-rename-file): New function.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-regenerate-group): Activate the group
   when the group's active is not available.

2004-10-18  Kevin Greiner  <kevin.greiner@compsol.cc> for Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
   error.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Only write the
   conversion message to newsrc-dribble when an actual conversion is
   performed.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-agent.el (gnus-agent-read-local): Bind
   nnheader-file-coding-system to gnus-agent-file-coding-system to
   avoid the implicit assumption that they will always be equal.
   (gnus-agent-save-local): Bind buffer-file-coding-system, not
   coding-system-for-write, as the with-temp-file macro first prints
   to a buffer then saves the buffer.

2004-10-18  Kevin Greiner <kgreiner@xpediantsolutions.com>

   * lisp/gnus/legacy-gnus-agent.el (): New. Provides converters that are only
   loaded when gnus-convert-old-newsrc needs to call them.

   * lisp/gnus/gnus-agent.el (gnus-agent-read-agentview): Removed support for
   old file versions.
   (gnus-group-prepare-hook): Removed function that converted list
   form of gnus-agent-expire-days to group properties.

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Registered new
   converters to handle old agent file formats.  Added logic for a
   "backup before upgrading warning".
   (gnus-convert-mark-converter-prompt): Developers can mark
   functions as needing (default), or not needing,
   gnus-convert-old-newsrc's "backup before upgrading warning".
   (gnus-convert-converter-needs-prompt): Tests whether the user
   should be protected from potentially irreversable changes by the
   function.

2004-10-18  Kevin Greiner <kgreiner@xpediantsolutions.com>

   * lisp/gnus/gnus-int.el (gnus-request-accept-article): Inform the agent that
   articles are being added to a group.
   (gnus-request-replace-article): Inform the agent that articles
   need to be uncached as the cached contents are no longer valid.

   * lisp/gnus/gnus-agent.el (gnus-agent-file-header-cache): Removed.
   (gnus-agent-possibly-alter-active): Avoid null in numeric
   comparison.
   (gnus-agent-set-local): Refuse to save null in local object table.
   (gnus-agent-regenerate-group): The REREAD parameter can now be a
   list of articles that will be marked as unread.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-range.el (gnus-sorted-range-intersection): Now accepts
   single-interval range of the form (min . max).  Previously the
   range had to look like ((min . max)).  Likewise, return
   (min . max) rather than ((min . max)).
   (gnus-range-map): Use gnus-range-normalize to accept
   single-interval range.

   * lisp/gnus/gnus-sum.el (gnus-summary-highlight-line): Articles stored in
   the cache, but not the agent, now appear with their usual face.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
   marks consisting of a single range {for example, (3 . 5)} rather
   than a list of a single range { ((3 . 5)) }.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
   uncompressed list.

2004-10-18  Kevin Greiner <kevin.greiner@compsol.cc>

   * lisp/gnus/gnus-draft.el (gnus-group-send-queue): Pass the group name
   "nndraft:queue" along to gnus-draft-send.  Use
   gnus-agent-prompt-send-queue.
   (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
   is "nndraft:queue".  Suggested by Gaute Strokkenes
   <gs234@srcf.ucam.org>

   * lisp/gnus/gnus-group.el (gnus-group-catchup): Use new
   gnus-sequence-of-unread-articles, not
   gnus-list-of-unread-articles, to avoid exhausting memory with huge
   numbers of articles.  Use gnus-range-map to avoid having to
   uncompress the unread list.
   (gnus-group-archive-directory,
   gnus-group-recent-archive-directory): Fixed invalid ange-ftp
   reference.

   * lisp/gnus/gnus-range.el (gnus-range-map): Iterate over list or sequence.
   (gnus-sorted-range-intersection): Intersection of two ranges
   without requiring that they first be uncompressed.

   * lisp/gnus/gnus-start.el (gnus-activate-group): Unless blocked by the
   caller, possibly expand the active range to include both cached
   and agentized articles.
   (gnus-convert-old-newsrc): Rewrote in anticipation of having
   multiple version-dependent converters.
   (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
   gnus-agent-save-active.
   (gnus-save-newsrc-file): Save dirty agent range limits.

   * lisp/gnus/gnus-sum.el (gnus-select-newgroup): Replaced inline code with
   gnus-agent-possibly-alter-active.
   (gnus-adjust-marked-articles): Faster handling of simple lists

2004-10-18  David Edmondson  <dme@dme.org>

   * lisp/gnus/mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
   excessively.

20 years ago(elisp): Change order of arguments to makeinfo.
Jason Rumney [Tue, 19 Oct 2004 21:39:28 +0000 (21:39 +0000)]
(elisp): Change order of arguments to makeinfo.

20 years agoUpdate header.
Lars Hansen [Tue, 19 Oct 2004 21:37:32 +0000 (21:37 +0000)]
Update header.

20 years ago*** empty log message ***
Jason Rumney [Tue, 19 Oct 2004 21:37:16 +0000 (21:37 +0000)]
*** empty log message ***

20 years agoUpdate header and footer.
Lars Hansen [Tue, 19 Oct 2004 21:36:56 +0000 (21:36 +0000)]
Update header and footer.

20 years ago(info): Change order of arguments to makeinfo.
Jason Rumney [Tue, 19 Oct 2004 21:34:36 +0000 (21:34 +0000)]
(info): Change order of arguments to makeinfo.

20 years ago(init_environment): Set emacs_dir correctly when running
Jason Rumney [Tue, 19 Oct 2004 19:09:37 +0000 (19:09 +0000)]
(init_environment): Set emacs_dir correctly when running
emacs from the build directory.

20 years ago(Fdelete_and_extract_region): If region is empty, return null string.
Richard M. Stallman [Tue, 19 Oct 2004 16:58:30 +0000 (16:58 +0000)]
(Fdelete_and_extract_region): If region is empty, return null string.

20 years ago(flyspell-mode): Doc fix.
Richard M. Stallman [Tue, 19 Oct 2004 16:54:17 +0000 (16:54 +0000)]
(flyspell-mode): Doc fix.

20 years ago(eshell-grep): Don't bind compilation-process-setup-function.
Richard M. Stallman [Tue, 19 Oct 2004 16:53:23 +0000 (16:53 +0000)]
(eshell-grep): Don't bind compilation-process-setup-function.

20 years ago(comint-insert-input): Use @ in `interactive'.
Richard M. Stallman [Tue, 19 Oct 2004 16:51:14 +0000 (16:51 +0000)]
(comint-insert-input): Use @ in `interactive'.
(comint-input-filter-functions): Doc fix.
(comint-kill-whole-line, comint-get-source): Doc fix.

20 years agoComment change.
Richard M. Stallman [Tue, 19 Oct 2004 16:49:51 +0000 (16:49 +0000)]
Comment change.

20 years agoUpdate last update date.
Richard M. Stallman [Tue, 19 Oct 2004 16:49:15 +0000 (16:49 +0000)]
Update last update date.

20 years ago(compilation-setup): Don't set buffer-read-only if MINOR is non-nil.
Richard M. Stallman [Tue, 19 Oct 2004 16:48:30 +0000 (16:48 +0000)]
(compilation-setup): Don't set buffer-read-only if MINOR is non-nil.

20 years ago* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
Jan Djärv [Tue, 19 Oct 2004 16:41:04 +0000 (16:41 +0000)]
* gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
and canon_width.
(xg_frame_cleared): Removed.

* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
xg_find_top_left_in_fixed): Removed.
(xg_create_scroll_bar): Put an event box widget between
the scroll bar widget and the edit widget.
(xg_show_scroll_bar): Show the parent widget (the event box).
(xg_remove_scroll_bar): Destroy parent (the event box) also.
(xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
Move the parent (the event box) widget inside the fixed widget.
Move window clear to xterm.c.

* gtkutil.h (xg_frame_cleared): Removed.

* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
(x_scroll_bar_create, XTset_vertical_scroll_bar): Remove
arguments left and width to xg_update_scrollbar_pos.
(XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.

20 years ago* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
Jan Djärv [Tue, 19 Oct 2004 16:40:34 +0000 (16:40 +0000)]
* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
(x_scroll_bar_create, XTset_vertical_scroll_bar): Remove
arguments left and width to xg_update_scrollbar_pos.
(XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.

20 years ago* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
Jan Djärv [Tue, 19 Oct 2004 16:40:03 +0000 (16:40 +0000)]
* gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose,
xg_find_top_left_in_fixed): Removed.
(xg_create_scroll_bar): Put an event box widget between
the scroll bar widget and the edit widget.
(xg_show_scroll_bar): Show the parent widget (the event box).
(xg_remove_scroll_bar): Destroy parent (the event box) also.
(xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
Move the parent (the event box) widget inside the fixed widget.
Move window clear to xterm.c.

20 years ago* gtkutil.h (xg_frame_cleared): Removed.
Jan Djärv [Tue, 19 Oct 2004 16:39:24 +0000 (16:39 +0000)]
* gtkutil.h (xg_frame_cleared): Removed.

20 years ago(calcAlg-previous): Changed the regexp to the end of buffer regexp.
Jay Belanger [Tue, 19 Oct 2004 15:34:38 +0000 (15:34 +0000)]
(calcAlg-previous): Changed the regexp to the end of buffer regexp.

20 years ago(calc-fancy-prefix): Removed emacs version check.
Jay Belanger [Tue, 19 Oct 2004 14:41:50 +0000 (14:41 +0000)]
(calc-fancy-prefix): Removed emacs version check.

20 years ago(calc-graph-plot): Removed emacs version check.
Jay Belanger [Tue, 19 Oct 2004 14:41:18 +0000 (14:41 +0000)]
(calc-graph-plot): Removed emacs version check.

20 years ago(calc-total-algebraic-mode): Removed error call that would be given
Jay Belanger [Tue, 19 Oct 2004 14:39:57 +0000 (14:39 +0000)]
(calc-total-algebraic-mode): Removed error call that would be given
when the current emacs was used.

20 years ago(calc-emacs-type-19, calc-emacs-type-epoch, calc-emacs-type-gnu19):
Jay Belanger [Tue, 19 Oct 2004 14:36:47 +0000 (14:36 +0000)]
(calc-emacs-type-19, calc-emacs-type-epoch, calc-emacs-type-gnu19):
Removed.

(calc-digit-map, calc-read-key-sequence, calc-read-key): Removed
check for old emacs versions.

20 years ago(calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
Jay Belanger [Tue, 19 Oct 2004 14:22:47 +0000 (14:22 +0000)]
(calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
copy `esc-map'.

20 years ago(calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
Jay Belanger [Tue, 19 Oct 2004 14:21:31 +0000 (14:21 +0000)]
(calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
for current Emacs.