]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

19 years ago(hilit-mode): New function.
Stefan Monnier [Wed, 27 Oct 2004 19:51:13 +0000 (19:51 +0000)]
(hilit-mode): New function.
Move all the toplevel side-effecting stuff into it, so that loading
hilit19 doesn't mess everything up any more.

19 years ago(add-change-log-entry): Set up mailing address and full name later,
Richard M. Stallman [Wed, 27 Oct 2004 17:51:08 +0000 (17:51 +0000)]
(add-change-log-entry): Set up mailing address and full name later,
and don't alter add-log-mailing-address or add-log-full-name.

19 years ago(elide-head): Change error to message.
Richard M. Stallman [Wed, 27 Oct 2004 17:48:14 +0000 (17:48 +0000)]
(elide-head): Change error to message.
(elide-head-show): Likewise.

19 years ago(apropos-macrop): Doc fix.
Richard M. Stallman [Wed, 27 Oct 2004 17:46:33 +0000 (17:46 +0000)]
(apropos-macrop): Doc fix.

19 years ago(mouse-show-mark): Do most processing the same
Richard M. Stallman [Wed, 27 Oct 2004 17:44:59 +0000 (17:44 +0000)]
(mouse-show-mark): Do most processing the same
regardless of transient-mark-mode.

19 years ago(shadow-copy-files): Use interactive-p
Richard M. Stallman [Wed, 27 Oct 2004 17:41:24 +0000 (17:41 +0000)]
(shadow-copy-files): Use interactive-p
only to control whether to print a message.

19 years ago(tar-mode): Use write-contents-functions, not write-contents-hooks.
Richard M. Stallman [Wed, 27 Oct 2004 17:40:19 +0000 (17:40 +0000)]
(tar-mode): Use write-contents-functions, not write-contents-hooks.

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 27 Oct 2004 15:07:06 +0000 (15:07 +0000)]
*** empty log message ***

19 years ago(pcomplete-entries): Don't use directory-sep-char.
Richard M. Stallman [Wed, 27 Oct 2004 15:05:12 +0000 (15:05 +0000)]
(pcomplete-entries): Don't use directory-sep-char.

19 years ago(type-break-run-at-time): Always use run-at-time; forget the alternatives.
Richard M. Stallman [Wed, 27 Oct 2004 15:04:26 +0000 (15:04 +0000)]
(type-break-run-at-time): Always use run-at-time; forget the alternatives.
(type-break-cancel-function-timers): Always use cancel-function-timers;
forget the alternatives.

19 years ago(strokes-unload-hook): Fix previous change.
Richard M. Stallman [Wed, 27 Oct 2004 15:03:15 +0000 (15:03 +0000)]
(strokes-unload-hook): Fix previous change.

19 years ago(eshell-du-sum-directory): Don't use directory-sep-char.
Richard M. Stallman [Wed, 27 Oct 2004 15:02:06 +0000 (15:02 +0000)]
(eshell-du-sum-directory): Don't use directory-sep-char.

19 years ago(Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'.
Richard M. Stallman [Wed, 27 Oct 2004 14:59:47 +0000 (14:59 +0000)]
(Interactive Codes): `N' uses numeric prefix, not raw.  Clarify `n'.
(Interactive Call): Rewrite interactive-p, focusing on when and how to use it.
(Misc Events): Clarify previous change.

19 years ago(Simple Advice): Clarify what job the example does.
Richard M. Stallman [Wed, 27 Oct 2004 14:54:18 +0000 (14:54 +0000)]
(Simple Advice): Clarify what job the example does.
(Around-Advice): Clarify ad-do-it.
(Activation of Advice): An option of ad-default-compilation-action
is `never', not `nil'.

19 years ago(get_next_display_element): In mode lines,
Richard M. Stallman [Wed, 27 Oct 2004 14:46:25 +0000 (14:46 +0000)]
(get_next_display_element): In mode lines,
treat newline and tab like other control characters.

19 years ago(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
Kenichi Handa [Wed, 27 Oct 2004 12:50:22 +0000 (12:50 +0000)]
(ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
Unicode ranges.

19 years ago(Fmessage): Doc fix.
Richard M. Stallman [Wed, 27 Oct 2004 11:02:06 +0000 (11:02 +0000)]
(Fmessage): Doc fix.

19 years agoComment change.
Richard M. Stallman [Wed, 27 Oct 2004 10:59:20 +0000 (10:59 +0000)]
Comment change.

19 years ago(vmotion): When moving up, check the newline before.
Richard M. Stallman [Wed, 27 Oct 2004 10:57:40 +0000 (10:57 +0000)]
(vmotion): When moving up, check the newline before.
Make prevline an int, not a Lisp_Object.

19 years agoSet xml-mode also if no mode found from file name.
Daniel Pfeiffer [Wed, 27 Oct 2004 10:27:46 +0000 (10:27 +0000)]
Set xml-mode also if no mode found from file name.

19 years ago*** empty log message ***
Daniel Pfeiffer [Wed, 27 Oct 2004 09:13:50 +0000 (09:13 +0000)]
*** empty log message ***

19 years ago(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
Daniel Pfeiffer [Wed, 27 Oct 2004 09:10:27 +0000 (09:10 +0000)]
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*

19 years agoextend irix for NAG Fortran and add ftnchek-*
Daniel Pfeiffer [Wed, 27 Oct 2004 09:09:03 +0000 (09:09 +0000)]
extend irix for NAG Fortran and add ftnchek-*

19 years ago*** empty log message ***
Kenichi Handa [Wed, 27 Oct 2004 06:49:47 +0000 (06:49 +0000)]
*** empty log message ***

19 years agoUse utf-translate-cjk-substitutable-p.
Kenichi Handa [Wed, 27 Oct 2004 06:03:43 +0000 (06:03 +0000)]
Use utf-translate-cjk-substitutable-p.

19 years ago(utf-translate-cjk-unicode-range-string):
Kenichi Handa [Wed, 27 Oct 2004 06:01:59 +0000 (06:01 +0000)]
(utf-translate-cjk-unicode-range-string):
New variable.
(utf-translate-cjk-set-unicode-range): New function.
(utf-translate-cjk-unicode-range): Make it customizable.
(utf-8-post-read-conversion): Use
utf-translate-cjk-unicode-range-string.

19 years agoFix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Kim F. Storm [Tue, 26 Oct 2004 22:38:50 +0000 (22:38 +0000)]
Fix SAFE_FREE calls.  Replace SAFE_FREE_LISP calls.

19 years ago(Fformat): Allocate discarded table with SAFE_ALLOCA.
Kim F. Storm [Tue, 26 Oct 2004 22:37:34 +0000 (22:37 +0000)]
(Fformat): Allocate discarded table with SAFE_ALLOCA.
Only allocate info and discarded tables once.
Fix SAFE_FREE calls.

19 years ago(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
Kim F. Storm [Tue, 26 Oct 2004 22:37:02 +0000 (22:37 +0000)]
(USE_SAFE_ALLOCA): Add and init sa_must_free integer.
(SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
(SAFE_FREE): Test it to determine if we need to unwind to free.
Remove size arg.  All users changed.
(SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
Miles Bader [Tue, 26 Oct 2004 22:33:43 +0000 (22:33 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640

Merge from gnus--rel--5.10

Patches applied:

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

2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/html2text.el (html2text-buffer-head): Removed. Use `goto-char'
   instead.

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

   * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
   comparison on string.

19 years agoset-auto-mode change
Daniel Pfeiffer [Tue, 26 Oct 2004 21:53:34 +0000 (21:53 +0000)]
set-auto-mode change

19 years ago(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten...
Daniel Pfeiffer [Tue, 26 Oct 2004 21:44:20 +0000 (21:44 +0000)]
(auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to shorten the list.
(xml-based-modes): New var.
(set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE declaration higher priority than auto-mode-alist.

19 years ago(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and...
Daniel Pfeiffer [Tue, 26 Oct 2004 21:39:34 +0000 (21:39 +0000)]
(cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist entries and use \' instead of $.

19 years ago(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.
Daniel Pfeiffer [Tue, 26 Oct 2004 21:38:57 +0000 (21:38 +0000)]
(sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to it.

19 years ago(imenu--generic-function): Skip matches in comments.
Daniel Pfeiffer [Tue, 26 Oct 2004 21:38:09 +0000 (21:38 +0000)]
(imenu--generic-function): Skip matches in comments.

19 years ago* gtkutil.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 19:48:37 +0000 (19:48 +0000)]
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container.  Just
destroy all widgets in list.  Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.

* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.

19 years ago* gtkutil.c: Put empty line between comment and function body.
Jan Djärv [Tue, 26 Oct 2004 19:48:07 +0000 (19:48 +0000)]
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container.  Just
destroy all widgets in list.  Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.

19 years ago* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
Jan Djärv [Tue, 26 Oct 2004 19:47:36 +0000 (19:47 +0000)]
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
  is not NULL before strcmp.