bpt/emacs.git
19 years ago(Fcall_interactive_p): New function.
Richard M. Stallman [Tue, 2 Nov 2004 08:59:26 +0000 (08:59 +0000)]
(Fcall_interactive_p): New function.
(interactive_p): Don't test INTERACTIVE here.
(Finteractive_p): Doc fix.

(Feval): Abort if INPUT_BLOCKED_P.

19 years agoUse fast_string_match_ignore_case for comparing font names.
Jason Rumney [Tue, 2 Nov 2004 08:55:10 +0000 (08:55 +0000)]
Use fast_string_match_ignore_case for comparing font names.

19 years ago*** empty log message ***
Jason Rumney [Tue, 2 Nov 2004 08:54:05 +0000 (08:54 +0000)]
*** empty log message ***

19 years agoMention use-old-gtk-file-dialog.
Jan Djärv [Tue, 2 Nov 2004 08:27:06 +0000 (08:27 +0000)]
Mention use-old-gtk-file-dialog.

19 years ago* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv [Tue, 2 Nov 2004 08:26:21 +0000 (08:26 +0000)]
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.

19 years ago* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
Jan Djärv [Tue, 2 Nov 2004 08:21:16 +0000 (08:21 +0000)]
* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
Fx_file_dialog if only directories should be read.

* lisp.h: Fx_file_dialog takes 5 parameters.

* xfns.c (Fx_file_dialog): Both Motif and GTK version:  Add
parameter only_dir_p.
In Motif version, don't put DEFAULT_FILENAME in filter part of the
dialog, just text field part.  Do not add DEFAULT_FILENAME
to list of files if it isn't there.
In GTK version, pass only_dir_p parameter to xg_get_file_name.

* macfns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
only_dir_p instead of comparing prompt to "Dired".  When using
a save dialog, add option kNavDontConfirmReplacement, change title
to "Enter name", change text for save button to "Ok".

* w32fns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
only_dir_p instead of comparing prompt to "Dired".

* gtkutil.c (xg_get_file_with_chooser)
(xg_get_file_with_selection): New functions, only defined ifdef
HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
respectively.
(xg_get_file_name): Add parameter only_dir_p.
Call xg_get_file_with_chooser or xg_get_file_with_selection
depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
(xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.

* gtkutil.h (xg_get_file_name): Add parameter only_dir_p.

19 years ago* files.el (find-file-existing): New function.
Jan Djärv [Tue, 2 Nov 2004 07:57:53 +0000 (07:57 +0000)]
* files.el (find-file-existing): New function.

* menu-bar.el (menu-bar-files-menu): Make "Open File..." call
find-file-existing.  Add "New File..." that calls find-file.

* dired.el (dired-read-dir-and-switches): Call read-driectory-name
instead of read-file-name.

19 years ago* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
Jan Djärv [Tue, 2 Nov 2004 07:56:08 +0000 (07:56 +0000)]
* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
  icon diropen.  New tool bar item find-file-existing uses icon open.
* diropen.pbm diropen.xpm: New files.

19 years ago* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv [Tue, 2 Nov 2004 07:34:28 +0000 (07:34 +0000)]
* config.in: Rebuild (added HAVE_GTK_FILE_*).

19 years ago* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
Jan Djärv [Tue, 2 Nov 2004 07:33:51 +0000 (07:33 +0000)]
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
tests for new and old GTK file dialogs.
* configure: Rebuild

19 years ago*** empty log message ***
Glenn Morris [Tue, 2 Nov 2004 01:15:04 +0000 (01:15 +0000)]
*** empty log message ***

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Tue, 2 Nov 2004 01:05:27 +0000 (01:05 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar-version): Increase to 0.08.
(icalendar--split-value): Change name of work buffer.
(icalendar--get-weekday-abbrev): Return nil on error.
(icalendar--date-to-isodate): New function.
(icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Use only two args for
make-obsolete (XEmacs compatibility).
(icalendar-export-file, icalendar-import-file): Blank at end of prompt.
(icalendar-export-region): Doc fix.  If error, return non-nil
and write errors to buffer ` *icalendar-errors*'.  Use correct weekday
for weekly recurring events.  Check whether date has been parsed for
ordinary events.  Make weekly events start in the year 2000.  DTEND is
non-inclusive, shift end date by one day if necessary (not for entries
that have date and time).  Rename local let variables: oops ->
found-error, datestring -> startdatestring.

19 years ago(set-auto-mode-0): Don't rely on dynamic binding of
Kim F. Storm [Mon, 1 Nov 2004 23:16:42 +0000 (23:16 +0000)]
(set-auto-mode-0): Don't rely on dynamic binding of
keep-mode-if-same variable.  Add it as optional arg instead.
(set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.

19 years ago(electric-help-map): Reorder Q/q and R/r entries so
Kim F. Storm [Mon, 1 Nov 2004 23:16:25 +0000 (23:16 +0000)]
(electric-help-map): Reorder Q/q and R/r entries so
substitute-command-keys will select lower-case bindings like those
used in the static help texts.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Nov 2004 23:13:39 +0000 (23:13 +0000)]
*** empty log message ***

19 years ago(describe-text-properties): Don't err if called in
Kim F. Storm [Mon, 1 Nov 2004 23:06:51 +0000 (23:06 +0000)]
(describe-text-properties): Don't err if called in
the *Help* buffer; output to *Help-2* buffer instead.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
Miles Bader [Mon, 1 Nov 2004 23:06:36 +0000 (23:06 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660

Merge from gnus--rel--5.10

Patches applied:

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

2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-msg.el (gnus-summary-resend-default-address): Add :version.

   * lisp/gnus/tls.el (tls-process-connection-type, tls-success)
   (tls-certtool-program): Add :version.

   * lisp/gnus/starttls.el (starttls-gnutls-program, starttls-use-gnutls)
   (starttls-extra-arguments, starttls-process-connection-type)
   (starttls-connect, starttls-failure, starttls-success):

   * lisp/gnus/spam-stat.el (spam-stat): Add :version.

   * lisp/gnus/sieve.el (sieve): Add :version.

   * lisp/gnus/sha1.el (sha1): Added :version.
   (sha1-use-external): Removed redundant version.

   * lisp/gnus/nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
   (nnmail-cache-ignore-groups, nnmail-spool-hook)
   (nnmail-split-fancy-match-partial-words)
   (nnmail-split-lowercase-expanded):

   * lisp/gnus/nndiary.el (nndiary): Add :version.

   * lisp/gnus/mml2015.el (mml2015-unabbrev-trust-alist): Add :version.

   * lisp/gnus/mml-sec.el (mml-default-sign-method)
   (mml-default-encrypt-method, mml-signencrypt-style-alist): Add
   :version.

   * lisp/gnus/mm-uu.el (mm-uu-diff-groups-regexp): Add :version.

   * lisp/gnus/mm-url.el (mm-url-use-external, mm-url-program)
   (mm-url-arguments): Add :version.

   * lisp/gnus/mm-decode.el (mm-inline-text-html-with-w3m-keymap)
   (mm-attachment-file-modes, mm-decrypt-option)
   (mm-w3m-safe-url-regexp): Add :version.

   * lisp/gnus/message.el (message-cite-prefix-regexp)
   (message-sendmail-envelope-from, message-minibuffer-local-map)
   (message-user-fqdn, message-completion-alist): Add :version.

   * lisp/gnus/gnus-win.el (gnus-configure-windows-hook)
   (gnus-use-frames-on-any-display): Add :version.

   * lisp/gnus/gnus-art.el (gnus-article-address-banner-alist)
   (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
   (gnus-treat-from-picon, gnus-treat-mail-picon)
   (gnus-treat-x-pgp-sig): Add :version.

   * lisp/gnus/gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
   (gnus-undownloaded-mark, gnus-summary-article-move-hook)
   (gnus-summary-article-delete-hook)
   (gnus-summary-display-while-building): Add :version.

   * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-hooks)
   (gnus-get-top-new-news-hook):Add :version.

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face): Add :version.

   * lisp/gnus/gnus-registry.el (gnus-registry): Add :version.

   * lisp/gnus/gnus-spec.el (gnus-use-correct-string-widths)
   (gnus-make-format-preserve-properties): Add :version.

   * lisp/gnus/gnus.el (gnus-group-charter-alist)
   (gnus-group-fetch-control-use-browse-url)
   (gnus-install-group-spam-parameters): Add :version.

   * lisp/gnus/gnus-diary.el (gnus-diary): Add :version.

   * lisp/gnus/gnus-delay.el (gnus-delay): Add :version.

   * lisp/gnus/gnus-cite.el (gnus-cite-unsightly-citation-regexp)
   (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
   (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
   Add :version.

   * lisp/gnus/gnus-agent.el (gnus-agent-max-fetch-size)
   (gnus-agent-enable-expiration, gnus-agent-queue-mail)
   (gnus-agent-prompt-send-queue): Add :version.

   * lisp/gnus/deuglify.el (gnus-outlook-deuglify): Add :version.

   * lisp/gnus/html2text.el: Beautify code. Improve doc strings. Some checkdoc
   cleanup.
   (html2text-get-attr, html2text-fix-paragraph): Simplify code.
   (html2text-format-tag-list): Added "strong" and "em".  From
   "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).

19 years ago(group kmacro): Add :version.
Kim F. Storm [Mon, 1 Nov 2004 23:06:32 +0000 (23:06 +0000)]
(group kmacro): Add :version.
(kmacro-keyboard-quit): New function to cleanup on C-g.
(kmacro-start-macro): Set defining-kbd-macro to append when
appending to last macro.

19 years ago(keyboard-quit): Call kmacro-keyboard-quit.
Kim F. Storm [Mon, 1 Nov 2004 23:03:12 +0000 (23:03 +0000)]
(keyboard-quit): Call kmacro-keyboard-quit.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Nov 2004 23:02:26 +0000 (23:02 +0000)]
*** empty log message ***

19 years ago(gdb-enable-debug-log)
Nick Roberts [Mon, 1 Nov 2004 20:47:03 +0000 (20:47 +0000)]
(gdb-enable-debug-log)
(gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
(gud-gdba-command-name, gdb-show-main, gdb-many-windows):
Add :version keyword.

19 years ago*** empty log message ***
Nick Roberts [Mon, 1 Nov 2004 20:46:16 +0000 (20:46 +0000)]
*** empty log message ***

19 years ago(calc-over-notation): Replaced `completing-read' with
Jay Belanger [Mon, 1 Nov 2004 20:08:56 +0000 (20:08 +0000)]
(calc-over-notation):  Replaced `completing-read' with
`interactive "s"'.

19 years ago2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>
Masatake YAMATO [Mon, 1 Nov 2004 17:42:31 +0000 (17:42 +0000)]
2004-11-2  Pavel Kobiakov <pk_at_work@yahoo.com>

* progmodes/flymake.el (flymake-err-line-patterns): Use
`flymake-reformat-err-line-patterns-from-compile-el' to convert
`compilation-error-regexp-alist-alist' to internal Flymake format.

* progmodes/flymake.el: eliminated byte-compiler warnings.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 1 Nov 2004 15:02:09 +0000 (15:02 +0000)]
*** empty log message ***

19 years agoAdd redisplay related errors.
Kim F. Storm [Mon, 1 Nov 2004 14:06:54 +0000 (14:06 +0000)]
Add redisplay related errors.

19 years ago* mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert
Jan Djärv [Mon, 1 Nov 2004 13:50:50 +0000 (13:50 +0000)]
* mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert
change from 2004-10-16.  '*' checks the current buffer, but the
mouse click may be in another buffer.

19 years ago(mouse-yank-at-click, mouse-yank-secondary): Revert
Jan Djärv [Mon, 1 Nov 2004 13:50:49 +0000 (13:50 +0000)]
(mouse-yank-at-click, mouse-yank-secondary): Revert
change from 2004-10-16.  '*' checks the current buffer, but the
mouse click may be in another buffer.

19 years ago* xlwmenu.c (find_first_selectable, find_next_selectable)
Jan Djärv [Mon, 1 Nov 2004 12:20:45 +0000 (12:20 +0000)]
* xlwmenu.c (find_first_selectable, find_next_selectable)
(find_prev_selectable): Rename parameter skip_no_call_data to
skip_titles.  Recognize titles as having no call_data and no contents.
(Down, Up): Comment update.

19 years ago(connect_wait_mask, num_pending_connects): Only
Kim F. Storm [Mon, 1 Nov 2004 11:04:37 +0000 (11:04 +0000)]
(connect_wait_mask, num_pending_connects): Only
declare and use them if NON_BLOCKING_CONNECT is defined.
(IF_NON_BLOCKING_CONNECT): New helper macro.
(wait_reading_process_output): Only declare and use local vars
Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
(init_process): Initialize them if NON_BLOCKING_CONNECT defined.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Nov 2004 11:03:51 +0000 (11:03 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
Miles Bader [Mon, 1 Nov 2004 10:41:03 +0000 (10:41 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658

Merge from gnus--rel--5.10

Patches applied:

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

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

   * lisp/gnus/gnus-msg.el (gnus-configure-posting-styles): Work with empty
   signature file.  Suggested by Manoj Srivastava
   <srivasta@golden-gryphon.com>.

19 years agoDelete region objects after use.
Jason Rumney [Mon, 1 Nov 2004 08:52:47 +0000 (08:52 +0000)]
Delete region objects after use.

19 years ago*** empty log message ***
Jason Rumney [Mon, 1 Nov 2004 08:51:57 +0000 (08:51 +0000)]
*** empty log message ***

19 years ago(bibtex-make-field): Fix typo.
John Paul Wallington [Mon, 1 Nov 2004 08:13:50 +0000 (08:13 +0000)]
(bibtex-make-field): Fix typo.

19 years ago(group thumbs): Add :version keyword.
John Paul Wallington [Mon, 1 Nov 2004 08:01:14 +0000 (08:01 +0000)]
(group thumbs): Add :version keyword.

19 years ago(large-file-warning-threshold): Add :version keyword.
John Paul Wallington [Mon, 1 Nov 2004 07:56:17 +0000 (07:56 +0000)]
(large-file-warning-threshold): Add :version keyword.
(kill-some-buffers): Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 1 Nov 2004 07:48:44 +0000 (07:48 +0000)]
*** empty log message ***

19 years ago(eudc-display-records): Use with-output-to-temp-buffer;
Richard M. Stallman [Mon, 1 Nov 2004 07:47:18 +0000 (07:47 +0000)]
(eudc-display-records): Use with-output-to-temp-buffer;
don't select the temporary buffer.
(eudc-get-email): New optional arg ERROR; don't use interactive-p.
(eudc-get-phone): Likewise.

19 years ago(Interactive Call): Add called-interactively-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:47:08 +0000 (07:47 +0000)]
(Interactive Call): Add called-interactively-p.

19 years ago(5x5-new-game): Set up the buffer even if not interactive.
Richard M. Stallman [Mon, 1 Nov 2004 07:46:16 +0000 (07:46 +0000)]
(5x5-new-game): Set up the buffer even if not interactive.

19 years ago(fortune-to-signature): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:45:18 +0000 (07:45 +0000)]
(fortune-to-signature): Don't use interactive-p.
(fortune-in-buffer): Doc fix.

19 years ago(ada-make-body-gnatstub): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:44:08 +0000 (07:44 +0000)]
(ada-make-body-gnatstub): Don't use interactive-p.

19 years ago(cperl-switch-to-doc-buffer): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:42:19 +0000 (07:42 +0000)]
(cperl-switch-to-doc-buffer): Don't use interactive-p.

19 years ago(idlwave-shell-send-char): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:41:08 +0000 (07:41 +0000)]
(idlwave-shell-send-char): Don't use interactive-p.

19 years ago(idlwave-update-routine-info): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:39:44 +0000 (07:39 +0000)]
(idlwave-update-routine-info): Don't use interactive-p.

19 years ago(vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:37:24 +0000 (07:37 +0000)]
(vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.

19 years ago(bibtex-make-field): Don't use interactive-p.
Richard M. Stallman [Mon, 1 Nov 2004 07:35:47 +0000 (07:35 +0000)]
(bibtex-make-field): Don't use interactive-p.
(bibtex-find-text): Likewise.

19 years ago(allout group): Add :version.
Richard M. Stallman [Mon, 1 Nov 2004 07:32:17 +0000 (07:32 +0000)]
(allout group): Add :version.
(allout-init): Don't use interactive-p.
(allout-ascend-to-depth, allout-ascend, allout-end-of-level)
(allout-forward-current-level, allout-backward-current-level):
Don't use interactive-p.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 31 Oct 2004 23:44:57 +0000 (23:44 +0000)]
*** empty log message ***

19 years ago(reveal-last-tick): New var.
Stefan Monnier [Sun, 31 Oct 2004 22:52:54 +0000 (22:52 +0000)]
(reveal-last-tick): New var.
(reveal-post-command): Use it to avoid closing overlays when we're
appending text to them.

19 years agoUse `button's.
Stefan Monnier [Sun, 31 Oct 2004 22:25:34 +0000 (22:25 +0000)]
Use `button's.
(bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
(bibtex-reference-keys): Distinguish between header keys and crossref keys.
(bibtex-beginning-of-field): New function.
(bibtex-url-map): Remove.
(bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
(bibtex-font-lock-url-regexp): Assume that field names begin at
the beginning of a line.
(bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
Remove field delimiters.  Bugfix, point can be inside a field with a url.
Use bibtex-beginning-of-field.
(bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs.
(bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
(bibtex-key-in-head): Simplify.
(bibtex-current-line): Use bolp.
(bibtex-parse-keys): Remove unused arg `add'.
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-parse-entry, bibtex-autofill-entry):
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-autokey-get-field): Do not alter case of replacement text.
(bibtex-autokey-get-names): Do all processing of name list.
(bibtex-autokey-get-year): New function.
(bibtex-autokey-get-title): Do all processing of title words.
(bibtex-generate-autokey): Simplify.
(bibtex-string-files-init): Use default-directory.
Allow for absolute file names in bibtex-string-files.
(bibtex-files, bibtex-file-path): New variables.
(bibtex-files-expand): New function.
(bibtex-find-entry-globally): New command.
(bibtex-summary-function): New variable.
(bibtex-summary): Default value of bibtex-summary-function.
(bibtex-find-crossref): New optional args pnt and split.
(bibtex-complete-key-cleanup): Call bibtex-summary-function.
(bibtex-copy-summary-as-kill): New command bound to C-cC-t.
(bibtex-validate): Fix docstring.  Check only abbreviated month fields.
Fix handling of required and alternative fields.
Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
Use cons and display-buffer.
(bibtex-validate-globally): New command.
(bibtex-clean-entry): Use bibtex-files-expand.  Do not call
bibtex-parse-keys and bibtex-parse-strings for updating
bibtex-reference-keys and bibtex-strings.
(bibtex-realign): Remove blank lines past the last entry.
(bibtex-reformat): Use bibtex-entry-format as default.
(bibtex-choose-completion-string): Remove.
(bibtex-complete): Do not use bibtex-choose-completion-string.
(bibtex-url): Simplify.

19 years ago* xmenu.c: Add prototypes for forward function declarations.
Jan Djärv [Sun, 31 Oct 2004 15:29:04 +0000 (15:29 +0000)]
* xmenu.c: Add prototypes for forward function declarations.
(popup_get_selection): Remove parameter do_timers, remove call to
timer_check.
(create_and_show_popup_menu, create_and_show_dialog): Remove
parameter do_timers from call to popup_get_selection.

19 years ago* xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
Jan Djärv [Sun, 31 Oct 2004 15:11:31 +0000 (15:11 +0000)]
* xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
tool_bar_items and assign the result to f->tool_bar_items if
not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
tool_bar_items to assignment of result.

19 years ago* atimer.c (alarm_signal_handler): Do not call set_alarm if
Jan Djärv [Sun, 31 Oct 2004 12:25:46 +0000 (12:25 +0000)]
* atimer.c (alarm_signal_handler): Do not call set_alarm if
pending_atmers is non-zero.

19 years ago* x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
Jan Djärv [Sun, 31 Oct 2004 08:33:38 +0000 (08:33 +0000)]
* x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
(x-dnd-types-alist, x-dnd-open-file-other-window)
(x-dnd-known-types): Add :version.

19 years ago(group ibuffer): Add :version keyword.
John Paul Wallington [Sun, 31 Oct 2004 01:09:18 +0000 (01:09 +0000)]
(group ibuffer): Add :version keyword.

19 years ago(margin_glyphs_to_reserve): Don't use ncols_scale_factor.
Kim F. Storm [Sun, 31 Oct 2004 00:05:18 +0000 (00:05 +0000)]
(margin_glyphs_to_reserve): Don't use ncols_scale_factor.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 31 Oct 2004 00:04:52 +0000 (00:04 +0000)]
*** empty log message ***

19 years ago(group ido): Add :version keyword.
Kim F. Storm [Sat, 30 Oct 2004 22:39:27 +0000 (22:39 +0000)]
(group ido): Add :version keyword.
(ido-mode): Remove :version keyword.

19 years ago(group cua): Add :version keyword.
Kim F. Storm [Sat, 30 Oct 2004 22:38:12 +0000 (22:38 +0000)]
(group cua): Add :version keyword.
(cua-mode): Remove :version keyword.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 30 Oct 2004 20:49:41 +0000 (20:49 +0000)]
*** empty log message ***

19 years ago(help-at-pt-timer-delay, help-at-pt-display-when-idle): Remove
Luc Teirlinck [Sat, 30 Oct 2004 20:43:36 +0000 (20:43 +0000)]
(help-at-pt-timer-delay, help-at-pt-display-when-idle): Remove
erroneously added :version keywords.

19 years ago(auto-revert-tail-mode-text): Add :version keyword.
Luc Teirlinck [Sat, 30 Oct 2004 20:30:31 +0000 (20:30 +0000)]
(auto-revert-tail-mode-text): Add :version keyword.

19 years ago(help-at-pt-timer): Move defvar up to avoid compiler warning.
Luc Teirlinck [Sat, 30 Oct 2004 19:49:27 +0000 (19:49 +0000)]
(help-at-pt-timer): Move defvar up to avoid compiler warning.
(help-at-pt-timer-delay): Add :initialize and :version keywords.
Simplify :set function.
(help-at-pt-display-when-idle): Remove autoload.  Add :version keyword.

19 years ago(custom-deps, autoloads): Fix *-hooks -> *-hook.
Stefan Monnier [Sat, 30 Oct 2004 16:43:18 +0000 (16:43 +0000)]
(custom-deps, autoloads): Fix *-hooks -> *-hook.

19 years ago(function-called-at-point): read -> intern.
Juri Linkov [Sat, 30 Oct 2004 01:08:00 +0000 (01:08 +0000)]
(function-called-at-point): read -> intern.

19 years ago(variable-at-point): read -> intern.
Juri Linkov [Sat, 30 Oct 2004 01:06:58 +0000 (01:06 +0000)]
(variable-at-point): read -> intern.

19 years ago(autoconf-font-lock-keywords): Recognize AS_* too.
Simon Josefsson [Fri, 29 Oct 2004 23:34:58 +0000 (23:34 +0000)]
(autoconf-font-lock-keywords): Recognize AS_* too.

19 years agoDocstring fixes.
Stefan Monnier [Fri, 29 Oct 2004 22:38:04 +0000 (22:38 +0000)]
Docstring fixes.

19 years ago(Reading a Password): Revert.
Simon Josefsson [Fri, 29 Oct 2004 21:23:08 +0000 (21:23 +0000)]
(Reading a Password): Revert.

19 years agosubr.el (read-passwd): Move back from password.el.
Simon Josefsson [Fri, 29 Oct 2004 21:21:33 +0000 (21:21 +0000)]
subr.el (read-passwd): Move back from password.el.
password.el: Remove, not ready yet.

19 years agoTypo fix.
Andreas Schwab [Fri, 29 Oct 2004 21:02:54 +0000 (21:02 +0000)]
Typo fix.

19 years ago(speedbar-frame-parameters): Improve customize type.
Andreas Schwab [Fri, 29 Oct 2004 20:59:04 +0000 (20:59 +0000)]
(speedbar-frame-parameters): Improve customize type.

19 years ago(mouse-show-mark): Replace the last occurrence of
Sam Steingold [Fri, 29 Oct 2004 14:31:34 +0000 (14:31 +0000)]
(mouse-show-mark): Replace the last occurrence of
x-lost-selection-hooks with x-lost-selection-functions.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
Miles Bader [Fri, 29 Oct 2004 02:23:24 +0000 (02:23 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650

Merge from gnus--rel--5.10

Patches applied:

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

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

   * lisp/gnus/mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
   iso-2022-jp even in the Japanese language environment.  Suggested
   by Jason Rumney <jasonr@gnu.org>.

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

   * lisp/gnus/gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
   use the same characters as the dummy marks; make it free from
   getting affected by the language environment.
   (gnus-summary-read-group-1): Update mark positions only when the
   format spec is updated.

   * lisp/gnus/gnus-spec.el (gnus-update-format-specifications): Return a list
   of updated types.

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

   * lisp/gnus/nnspool.el (nnspool-spool-directory): Use news-path if the
   news-directory variable is not bound.

   * lisp/gnus/gnus-group.el (gnus-group-line-format-alist): Convert the value
   of gnus-tmp-news-method into string if it may be passed to
   gnus-correct-length which takes only a string argument.

19 years ago2004-10-28 Will <will@glozer.net>
John Wiegley [Fri, 29 Oct 2004 00:00:43 +0000 (00:00 +0000)]
2004-10-28  Will  <will@glozer.net>

* macterm.c: allow user to assign key modifiers to the Mac Option
key via a 'mac-option-modifier' variable.

19 years ago*** empty log message ***
Stefan Monnier [Thu, 28 Oct 2004 23:35:13 +0000 (23:35 +0000)]
*** empty log message ***

19 years ago(mouse-sel-mode): Adjust to new names for x-lost-selection-functions.
Stefan Monnier [Thu, 28 Oct 2004 23:34:51 +0000 (23:34 +0000)]
(mouse-sel-mode): Adjust to new names for x-lost-selection-functions.

19 years ago(mouse-show-mark): Adjust to new name and don't assume
Stefan Monnier [Thu, 28 Oct 2004 23:33:23 +0000 (23:33 +0000)]
(mouse-show-mark): Adjust to new name and don't assume
x-lost-selection-functions is bound.

19 years agoAdjust to new names for x-(lost|sent)-selection-functions.
Stefan Monnier [Thu, 28 Oct 2004 23:32:28 +0000 (23:32 +0000)]
Adjust to new names for x-(lost|sent)-selection-functions.

19 years ago(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
Stefan Monnier [Thu, 28 Oct 2004 23:29:26 +0000 (23:29 +0000)]
(x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
of x-lost-selection-functions and x-sent-selection-functions.

19 years ago(Vx_lost_selection_functions, Vx_sent_selection_functions):
Stefan Monnier [Thu, 28 Oct 2004 23:28:20 +0000 (23:28 +0000)]
(Vx_lost_selection_functions, Vx_sent_selection_functions):
Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
(x_handle_selection_request, x_handle_selection_clear)
(x_clear_frame_selections, syms_of_xselect): Adjust accordingly.

19 years agoFix copyright.
Kim F. Storm [Thu, 28 Oct 2004 14:28:40 +0000 (14:28 +0000)]
Fix copyright.

19 years ago(imenu-scanning-message): Remove.
Kim F. Storm [Thu, 28 Oct 2004 14:11:32 +0000 (14:11 +0000)]
(imenu-scanning-message): Remove.
(imenu-progress-message): Make it a no-op.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 28 Oct 2004 14:11:09 +0000 (14:11 +0000)]
*** empty log message ***

19 years ago(set-auto-mode): Call `throw' correctly.
John Paul Wallington [Thu, 28 Oct 2004 10:29:50 +0000 (10:29 +0000)]
(set-auto-mode): Call `throw' correctly.

19 years ago(Info-file-list-for-emacs): Add ("Info" . "info")
Juri Linkov [Thu, 28 Oct 2004 09:02:04 +0000 (09:02 +0000)]
(Info-file-list-for-emacs): Add ("Info" . "info")
to search `Info-...' commands in `info' manual.
(Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
Add 'info-file "emacs" property.
(Info-find-emacs-command-nodes): Fix index line number regexp.
Set real line number (instead of fake 0) in first element of the
returned list.
(Info-goto-emacs-command-node): Use line number of first element
to set point in the first found Info node.

19 years ago(grep-regexp-alist): Move match highlighting
Juri Linkov [Thu, 28 Oct 2004 09:00:26 +0000 (09:00 +0000)]
(grep-regexp-alist): Move match highlighting
code to `grep-mode-font-lock-keywords'.
(grep-mode-font-lock-keywords): Delete grep markers instead
of making them invisible.

19 years ago* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
Jan Djärv [Thu, 28 Oct 2004 07:37:02 +0000 (07:37 +0000)]
* mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
and x-server-version in bug report.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Oct 2004 06:47:35 +0000 (06:47 +0000)]
*** empty log message ***

19 years ago(Display Feature Testing): Explain about "vendor".
Richard M. Stallman [Thu, 28 Oct 2004 06:46:47 +0000 (06:46 +0000)]
(Display Feature Testing): Explain about "vendor".

19 years ago(Fx_server_vendor, Fx_server_version): Doc fixes.
Richard M. Stallman [Thu, 28 Oct 2004 06:37:48 +0000 (06:37 +0000)]
(Fx_server_vendor, Fx_server_version): Doc fixes.

19 years ago(set-auto-mode-0): New function.
Daniel Pfeiffer [Thu, 28 Oct 2004 06:09:55 +0000 (06:09 +0000)]
(set-auto-mode-0): New function.
(set-auto-mode): Use it to handle aliased modes and to be consistent between C-x C-f and C-x C-w.

19 years ago(utf-translate-cjk-charsets): Add katakana-jisx0201.
Kenichi Handa [Thu, 28 Oct 2004 02:00:28 +0000 (02:00 +0000)]
(utf-translate-cjk-charsets): Add katakana-jisx0201.

19 years agoAdd data for JISX0201.
Kenichi Handa [Thu, 28 Oct 2004 01:18:08 +0000 (01:18 +0000)]
Add data for JISX0201.

19 years agoTack language suffix onto html, and make C-x C-w find the mode in the same way as...
Daniel Pfeiffer [Wed, 27 Oct 2004 21:44:35 +0000 (21:44 +0000)]
Tack language suffix onto html, and make C-x C-w find the mode in the same way as C-x C-f.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 27 Oct 2004 20:15:24 +0000 (20:15 +0000)]
*** empty log message ***

19 years ago(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.
Stefan Monnier [Wed, 27 Oct 2004 20:15:05 +0000 (20:15 +0000)]
(scan_sexps_forward): Prefer 2-char comment-starter over a 1-char one.

19 years ago(hilit-mode): Typo.
Stefan Monnier [Wed, 27 Oct 2004 19:52:02 +0000 (19:52 +0000)]
(hilit-mode): Typo.