]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago(font-lock-regexp-grouping-backslash): Rename from
Eli Zaretskii [Sat, 2 Jul 2005 09:40:42 +0000 (09:40 +0000)]
(font-lock-regexp-grouping-backslash): Rename from
font-lock-regexp-backslash.  Doc fix.
(font-lock-regexp-backslash-grouping-construct): Rename from
font-lock-regexp-backslash-construct.  Doc fix.
(lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp
grouping constructs.

19 years ago(bootstrap): Remove the $(EMACS) binary after updating all the
Eli Zaretskii [Sat, 2 Jul 2005 09:17:47 +0000 (09:17 +0000)]
(bootstrap): Remove the $(EMACS) binary after updating all the
prerequisites.

19 years ago(Fcopy_file): Rearrange the code that calls fchown and
Eli Zaretskii [Sat, 2 Jul 2005 08:16:24 +0000 (08:16 +0000)]
(Fcopy_file): Rearrange the code that calls fchown and
fchmod so that chmod doesn't get called on MSDOS before the file
is closed.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-464
Miles Bader [Sat, 2 Jul 2005 02:53:20 +0000 (02:53 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-464

Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-display-face): Improve the efficiency.
   (article-display-x-face): Ditto; remove grey x-face stuff.

19 years ago* w32term.c (cleartype_active): New flag for enabling sub-pixel
Jason Rumney [Fri, 1 Jul 2005 21:28:08 +0000 (21:28 +0000)]
* w32term.c (cleartype_active): New flag for enabling sub-pixel
workaround.
(w32_initialize): Initialize it.
(w32_native_per_char_metric): Allow a couple of extra pixels when
Cleartype is active.

* w32term.c (w32_initialize): Move check for screen reader here
from syms_of_w32term.

19 years ago(org-agenda-start-on-weekday, org-calendar-to-agenda-key,
Juanma Barranquero [Fri, 1 Jul 2005 14:40:21 +0000 (14:40 +0000)]
(org-agenda-start-on-weekday, org-calendar-to-agenda-key,
org-agenda-sorting-strategy, org-agenda-use-time-grid, org-archive-location,
org-allow-space-in-links, org-usenet-links-prefer-google,
org-enable-table-editor, org-export-default-language,
org-export-html-show-new-buffer, org-fill-paragraph, org-cycle, org-goto-ret,
org-goto-left, org-goto-right, org-goto-quit, org-occur, org-eval-in-calendar,
org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message,
org-agenda-diary-entry, org-remember-help, org-table-convert-region,
org-at-table-p, org-table-move-row-down, org-table-move-row-up,
org-table-copy-region, org-table-toggle-vline-visibility,
org-table-get-stored-formulas, org-table-get-specials, org-recalc-commands,
org-table-eval-formula, org-table-formula-substitute-names, orgtbl-make-binding,
org-format-org-table-html, org-format-table-table-html,
org-format-table-table-html-using-table-generate-source, org-customize): Fix
typos in docstrings.
(org-level-2, org-at-timestamp-p, org-agenda-day-view, org-agenda-toggle-diary,
org-agenda-toggle-time-grid, org-back-to-heading): Doc fixes.
(org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time,
org-agenda-change-all-lines, org-get-header): Improve argument/docstring
consistency.
(orgtbl-error): Fix error message.

19 years ago(flymake-find-possible-master-files, flymake-master-file-compare,
Juanma Barranquero [Fri, 1 Jul 2005 14:13:12 +0000 (14:13 +0000)]
(flymake-find-possible-master-files, flymake-master-file-compare,
flymake-get-line-err-count, flymake-highlight-line,
flymake-gui-warnings-enabled): Fix typos in docstrings.
(flymake-parse-line, flymake-get-project-include-dirs-function,
flymake-get-prev-err-line-no, flymake-goto-prev-error): Doc fixes.
(flymake-get-project-include-dirs-function, flymake-make-err-menu-data): Improve
argument/docstring consistency.

19 years ago(battery-linux-proc-apm): Fix typo in docstring.
Lute Kamstra [Fri, 1 Jul 2005 11:03:19 +0000 (11:03 +0000)]
(battery-linux-proc-apm): Fix typo in docstring.
Catch errors with ignore-errors.  Use temporary buffer.
(battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.

19 years ago(facemenu-unlisted-faces): Delete foreground and background color
Lute Kamstra [Fri, 1 Jul 2005 08:30:30 +0000 (08:30 +0000)]
(facemenu-unlisted-faces): Delete foreground and background color
faces.
(facemenu-set-foreground, facemenu-set-background): Use
facemenu-set-face-from-menu.
(facemenu-set-face-from-menu): Treat face names that start with "fg:"
or "bg:" as special.
(facemenu-add-new-color): Don't create faces.  Simplify.

19 years ago(help-do-arg-highlight): Regexp-quote argument names.
Richard M. Stallman [Fri, 1 Jul 2005 01:13:27 +0000 (01:13 +0000)]
(help-do-arg-highlight): Regexp-quote argument names.

19 years ago(crm-do-completion): Handle minibuffer prompt.
Richard M. Stallman [Fri, 1 Jul 2005 01:10:42 +0000 (01:10 +0000)]
(crm-do-completion): Handle minibuffer prompt.
(crm-find-current-element): Likewise.

19 years ago(debug): Quieten Drew Adams.
Stefan Monnier [Thu, 30 Jun 2005 22:18:27 +0000 (22:18 +0000)]
(debug): Quieten Drew Adams.

19 years ago(archive-extract): Make it work as a mouse binding.
Stefan Monnier [Thu, 30 Jun 2005 22:17:01 +0000 (22:17 +0000)]
(archive-extract): Make it work as a mouse binding.
(archive-mouse-extract): Make it an obsolete alias.
(archive-mode-map): Don't use archive-mouse-extract any more.
(archive-mode, archive-extract): write-contents-hooks ->
write-contents-functions.
(archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
first arg.
(archive-rename-entry): Update the call.
(archive-zip-summarize): Remove unused var `method'.
(archive-lzh-summarize): Remove unused var `creator'.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 Jun 2005 21:55:54 +0000 (21:55 +0000)]
*** empty log message ***

19 years agoBind inhibit-read-only rather than buffer-read-only.
Stefan Monnier [Thu, 30 Jun 2005 21:52:17 +0000 (21:52 +0000)]
Bind inhibit-read-only rather than buffer-read-only.
(archive-zip-extract, archive-zip-expunge)
(archive-zip-update, archive-zip-update-case): Use executable-find.
(archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
Use restore-buffer-modified-p.
(archive-extract, archive-add-new-member, archive-write-file-member):
Use with-current-buffer.
(archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.

19 years ago(gud-filter): Remove unneeded progn.
Andreas Schwab [Thu, 30 Jun 2005 21:10:27 +0000 (21:10 +0000)]
(gud-filter): Remove unneeded progn.

19 years ago* xterm.c (handle_one_xevent): bzero compose_status when nbytes
Jan Djärv [Thu, 30 Jun 2005 18:02:52 +0000 (18:02 +0000)]
* xterm.c (handle_one_xevent): bzero compose_status when nbytes
is not zero.

19 years ago(sh-get-kw): `&' also separates words.
Glenn Morris [Thu, 30 Jun 2005 16:45:04 +0000 (16:45 +0000)]
(sh-get-kw): `&' also separates words.

19 years ago*** empty log message ***
Glenn Morris [Thu, 30 Jun 2005 16:44:42 +0000 (16:44 +0000)]
*** empty log message ***

19 years ago2005-07-01 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Thu, 30 Jun 2005 16:30:53 +0000 (16:30 +0000)]
2005-07-01  Masatake YAMATO  <jet@gyve.org>

* emacs.c (main): Passing ADD_NO_RANDOMIZE to
`personality'.

19 years ago*** empty log message ***
Juri Linkov [Thu, 30 Jun 2005 15:06:33 +0000 (15:06 +0000)]
*** empty log message ***

19 years ago(vertical-border): Inherit from mode-line-inactive only on tty.
Juri Linkov [Thu, 30 Jun 2005 15:04:57 +0000 (15:04 +0000)]
(vertical-border): Inherit from mode-line-inactive only on tty.

19 years ago(turn_on_face): In standout mode apply specified
Juri Linkov [Thu, 30 Jun 2005 14:57:50 +0000 (14:57 +0000)]
(turn_on_face): In standout mode apply specified
fg to bg, and specified bg to fg (this makes the logic of
inversion on terminal consistent with X).

19 years ago(x_draw_vertical_window_border): Use foreground of
Juri Linkov [Thu, 30 Jun 2005 14:56:48 +0000 (14:56 +0000)]
(x_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line.

19 years ago(x_draw_vertical_border): If left fringe is not present
Juri Linkov [Thu, 30 Jun 2005 14:56:02 +0000 (14:56 +0000)]
(x_draw_vertical_border): If left fringe is not present
decrease x coord of vertical border by 1 pixel to not occupy text
area of the right window.

19 years ago(help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on the
Juanma Barranquero [Thu, 30 Jun 2005 14:20:56 +0000 (14:20 +0000)]
(help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on the
`occur' docstring).

19 years ago(occur-1): Do not set the `buffer-read-only' and modified flags for the occur
Juanma Barranquero [Thu, 30 Jun 2005 13:04:04 +0000 (13:04 +0000)]
(occur-1): Do not set the `buffer-read-only' and modified flags for the occur
buffer when no matches are found, because the buffer has already been deleted.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-461
Miles Bader [Thu, 30 Jun 2005 05:31:53 +0000 (05:31 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-461

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 86)

   - Update from CVS

2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-display-face): Correct the position in
   which Faces are inserted; use dolist.

2005-06-29  Didier Verna  <didier@xemacs.org>

   * lisp/gnus/gnus-art.el (article-display-face): display faces in correct
   order.

19 years ago*** empty log message ***
Juanma Barranquero [Thu, 30 Jun 2005 01:26:28 +0000 (01:26 +0000)]
*** empty log message ***

19 years ago(cua-do-rectangle-padding): Remove period from end of messages.
Juanma Barranquero [Thu, 30 Jun 2005 01:15:52 +0000 (01:15 +0000)]
(cua-do-rectangle-padding): Remove period from end of messages.
(cua--rectangle-seq-format): Fix typo in docstring.
(cua-sequence-rectangle, cua-fill-char-rectangle): Improve argument/docstring
consistency.

19 years ago(cua-toggle-global-mark, cua-cut-region-to-global-mark,
Juanma Barranquero [Thu, 30 Jun 2005 01:13:21 +0000 (01:13 +0000)]
(cua-toggle-global-mark, cua-cut-region-to-global-mark,
cua--cut-rectangle-to-global-mark): Remove period from end of error messages.

19 years ago(cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,
Juanma Barranquero [Thu, 30 Jun 2005 01:12:23 +0000 (01:12 +0000)]
(cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,
cua-auto-tabify-rectangles, cua-inhibit-cua-keys): Fix typos in docstrings.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458
Miles Bader [Thu, 30 Jun 2005 00:27:41 +0000 (00:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-458

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
   (gnus-nocem-check-article): Fetch the Type header.
   (gnus-nocem-message-wanted-p): Fix the way to examine types.
   (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
   (gnus-nocem-enter-article): Make sure gnus-nocem-hashtb is initialized.

   * lisp/gnus/pgg.el (pgg-verify): Return the verification result.

2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.

19 years ago(set-variable): Warn about obsolete user variables.
Juanma Barranquero [Wed, 29 Jun 2005 23:50:29 +0000 (23:50 +0000)]
(set-variable): Warn about obsolete user variables.

19 years ago(window_scroll_pixel_based, window_scroll_line_based):
Richard M. Stallman [Wed, 29 Jun 2005 23:29:01 +0000 (23:29 +0000)]
(window_scroll_pixel_based, window_scroll_line_based):
Handle `scroll-preserve-screen-position' non-nil, non-t specially.
(syms_of_window): <scroll-preserve-screen-position>: Doc fix.

19 years agoAdd arch tagline
Miles Bader [Wed, 29 Jun 2005 22:39:45 +0000 (22:39 +0000)]
Add arch tagline

19 years agoMinor cleanup.
Richard M. Stallman [Wed, 29 Jun 2005 22:05:04 +0000 (22:05 +0000)]
Minor cleanup.

19 years ago(rxvt-set-background-mode):
Juri Linkov [Wed, 29 Jun 2005 20:57:16 +0000 (20:57 +0000)]
(rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.

19 years ago(xterm-rxvt-set-background-mode):
Juri Linkov [Wed, 29 Jun 2005 20:56:09 +0000 (20:56 +0000)]
(xterm-rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.

19 years ago(normal-top-level): Set default-frame-background-mode
Juri Linkov [Wed, 29 Jun 2005 20:55:30 +0000 (20:55 +0000)]
(normal-top-level): Set default-frame-background-mode
instead of frame-background-mode.  Before setting it, test for its
nil value.  Remove tests for frame-background-mode and frame
parameter `reverse'.  Add test for "unspecified-fg".

19 years ago(default-frame-background-mode): New internal variable.
Juri Linkov [Wed, 29 Jun 2005 20:55:15 +0000 (20:55 +0000)]
(default-frame-background-mode): New internal variable.
(frame-set-background-mode): Use it.

19 years ago(texinfo-insert-@item): Change space constants "protected" from end of line by a
Juanma Barranquero [Wed, 29 Jun 2005 13:58:00 +0000 (13:58 +0000)]
(texinfo-insert-@item): Change space constants "protected" from end of line by a
comment to "?\s".

19 years ago(decipher-loop-with-breaks): Change space constants "protected" from end of line
Juanma Barranquero [Wed, 29 Jun 2005 13:55:15 +0000 (13:55 +0000)]
(decipher-loop-with-breaks): Change space constants "protected" from end of line
by a comment to "?\s".

19 years ago(picture-replace-match): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:54:22 +0000 (13:54 +0000)]
(picture-replace-match): Change space constants followed by a sexp to "?\s ".

19 years ago(cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:53:36 +0000 (13:53 +0000)]
(cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ".

19 years ago(pp-buffer): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:52:29 +0000 (13:52 +0000)]
(pp-buffer): Change space constants followed by a sexp to "?\s ".

19 years ago(diary-header-line-format): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:51:30 +0000 (13:51 +0000)]
(diary-header-line-format): Change space constants followed by a sexp to "?\s ".

19 years ago(msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:50:41 +0000 (13:50 +0000)]
(msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ".

19 years ago(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:50:02 +0000 (13:50 +0000)]
(mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ".

19 years ago(imenu--completion-buffer): Change space constants followed by a sexp to "?\s ".
Juanma Barranquero [Wed, 29 Jun 2005 13:49:08 +0000 (13:49 +0000)]
(imenu--completion-buffer): Change space constants followed by a sexp to "?\s ".

19 years agoCopyright FSF
Carsten Dominik [Wed, 29 Jun 2005 09:52:50 +0000 (09:52 +0000)]
Copyright FSF

19 years agoStill more fixes to the org-mode entry.
Carsten Dominik [Wed, 29 Jun 2005 09:51:45 +0000 (09:51 +0000)]
Still more fixes to the org-mode entry.

19 years agoNew files, the reference card for org-mode.
Carsten Dominik [Wed, 29 Jun 2005 09:45:38 +0000 (09:45 +0000)]
New files, the reference card for org-mode.

19 years agoOrg-mode entry shortened.
Carsten Dominik [Wed, 29 Jun 2005 09:40:37 +0000 (09:40 +0000)]
Org-mode entry shortened.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 09:37:00 +0000 (09:37 +0000)]
*** empty log message ***

19 years agoSome fixes to the RefTeX entry
Carsten Dominik [Wed, 29 Jun 2005 09:34:46 +0000 (09:34 +0000)]
Some fixes to the RefTeX entry

19 years ago*** empty log message ***
Stefan Monnier [Wed, 29 Jun 2005 08:20:44 +0000 (08:20 +0000)]
*** empty log message ***

19 years ago(save-buffer-state): Use `declare'.
Stefan Monnier [Wed, 29 Jun 2005 08:19:17 +0000 (08:19 +0000)]
(save-buffer-state): Use `declare'.

19 years agoAdded entries for org.el and reftex.el.
Carsten Dominik [Wed, 29 Jun 2005 08:14:53 +0000 (08:14 +0000)]
Added entries for org.el and reftex.el.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 08:14:09 +0000 (08:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Wed, 29 Jun 2005 08:06:10 +0000 (08:06 +0000)]
*** empty log message ***

19 years ago(cperl-find-pods-heres): Don't gratuitously
Stefan Monnier [Wed, 29 Jun 2005 07:59:36 +0000 (07:59 +0000)]
(cperl-find-pods-heres): Don't gratuitously
reset the syntax-table to cperl-mode-syntax-table.
(cperl-mode): Make _ into word-syntax during font-locking so "print" in
"foo_print_bar" is not matched as a reserved keyword.

19 years ago*** empty log message ***
Carsten Dominik [Wed, 29 Jun 2005 07:42:54 +0000 (07:42 +0000)]
*** empty log message ***

19 years agoVersion 3.12
Carsten Dominik [Wed, 29 Jun 2005 07:13:11 +0000 (07:13 +0000)]
Version 3.12

19 years ago(orgtbl-setup): New function, for delayed
Carsten Dominik [Wed, 29 Jun 2005 07:01:26 +0000 (07:01 +0000)]
(orgtbl-setup): New function, for delayed
setup for the orgtbl commands.
(org-calc-default-modes): New option.
(orgtbl-make-binding): Use `defun' to get better help display.
(org-diary): Call `org-compile-prefix-format'.
(org-table-formula-substitute-names): New function.
(org-agenda-day-view, org-agenda-week-view): New commands.
(org-agenda-toggle-week-view): Command removed.
(org-tbl-menu): Split off from org-org-menu.
(org-mode): Moved removal of outline-mode menus to here.
(org-table-formula-debug): New option.
(org-table-insert-row): Keep first field if just "#" or "*".
(org-mode): Paragraph regexps fixed.
(org-table-recalculate-regexp): New constant.
(org-table-justify-field-maybe): Avoid replace if not necessary.
(org-copy-special, org-cut-special): Use `call-interactively'.
(org-table-copy-region): Take region from `interactive' call.
(org-trim): Return string even if no match.
(org-formula): New face.
(org-set-font-lock-defaults): No longer highlight "FIXME".  But
highlight formula-related fields in table.
(org-table-p): Use regexp, not fontification.
(org-table-align): Handle white space at end of line.
(org-table-formula-evaluate-inline): New option.
(org-mode): Auto-wrapping in comment lines turned off.
(org-table-copy-down): Evaluate only in copied field, not in
destination.
(org-table-current-formula): Variable removed.
(org-table-store-formulas, org-table-get-stored-formulas)
(org-table-modify-formulas, org-table-replace-in-formulas)
(org-table-maybe-eval-formula): New functions.
(org-table-get-formula): Modified to use stored formulas.
(org-table-insert-column, org-table-delete-column)
(org-table-move-column): Call `org-table-modify-formulas'.
(org-complete): Add completion for keyword formulas.
(orgtbl-mode): Pull orgtbl-mode-map to start of
minor-mode-map-alist.

19 years ago(python-check): Require `compile' before modifying its variables.
Stefan Monnier [Wed, 29 Jun 2005 06:58:42 +0000 (06:58 +0000)]
(python-check): Require `compile' before modifying its variables.

19 years ago(comment-indent-default): Don't get fooled by an early end of buffer.
Stefan Monnier [Wed, 29 Jun 2005 06:46:37 +0000 (06:46 +0000)]
(comment-indent-default): Don't get fooled by an early end of buffer.

19 years ago*** empty log message ***
Juanma Barranquero [Wed, 29 Jun 2005 02:16:08 +0000 (02:16 +0000)]
*** empty log message ***

19 years ago(Defining Variables): Fix doc of `user-variable-p'.
Juanma Barranquero [Wed, 29 Jun 2005 02:14:41 +0000 (02:14 +0000)]
(Defining Variables): Fix doc of `user-variable-p'.

19 years ago(user_variable_p_eh): New function.
Juanma Barranquero [Wed, 29 Jun 2005 02:08:32 +0000 (02:08 +0000)]
(user_variable_p_eh): New function.
(Fuser_variable_p): Use it.  Clarify docstring.
Return t for aliases of user options, nil for alias loops.

19 years agoFixed version number
Vinicius Jose Latorre [Wed, 29 Jun 2005 01:09:32 +0000 (01:09 +0000)]
Fixed version number

19 years agoChanged the maintainer of TUTORIAL.pl.
Marcelo Toledo [Tue, 28 Jun 2005 23:01:58 +0000 (23:01 +0000)]
Changed the maintainer of TUTORIAL.pl.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Jun 2005 22:07:17 +0000 (22:07 +0000)]
*** empty log message ***

19 years ago(ispell-word): Remove stray parenthesis.
Luc Teirlinck [Tue, 28 Jun 2005 22:02:13 +0000 (22:02 +0000)]
(ispell-word): Remove stray parenthesis.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Jun 2005 21:57:33 +0000 (21:57 +0000)]
*** empty log message ***

19 years ago(url-http-create-request): Call url-recreate-url in proxy case.
Richard M. Stallman [Tue, 28 Jun 2005 21:35:28 +0000 (21:35 +0000)]
(url-http-create-request): Call url-recreate-url in proxy case.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 28 Jun 2005 19:08:07 +0000 (19:08 +0000)]
*** empty log message ***

19 years ago(flyspell-use-local-map): Variable deleted.
Richard M. Stallman [Tue, 28 Jun 2005 19:07:45 +0000 (19:07 +0000)]
(flyspell-use-local-map): Variable deleted.
(flyspell-local-mouse-map): Declaration deleted.
(flyspell-mouse-map): Bind only mouse-2.
(flyspell-mode-map): Don't test flyspell-use-local-map.
(flyspell-overlay-keymap-property-name): Var deleted.
(flyspell-mode-on): Don't make local bindings for
flyspell-mouse-map and flyspell-mode-map.
(make-flyspell-overlay): Unconditionally put on `keymap' text prop.

19 years ago(ispell-word): Do not ignore short words.
Richard M. Stallman [Tue, 28 Jun 2005 18:58:30 +0000 (18:58 +0000)]
(ispell-word): Do not ignore short words.

19 years ago(compilation-next-error-function):
Richard M. Stallman [Tue, 28 Jun 2005 18:57:00 +0000 (18:57 +0000)]
(compilation-next-error-function):
Don't switch buffers; operate on the current buffer.

19 years ago(facemenu-add-face): Warn when font-lock is active.
Richard M. Stallman [Tue, 28 Jun 2005 18:55:48 +0000 (18:55 +0000)]
(facemenu-add-face): Warn when font-lock is active.

19 years ago(comint-password-prompt-regexp): Accept ", try again".
Richard M. Stallman [Tue, 28 Jun 2005 18:55:00 +0000 (18:55 +0000)]
(comint-password-prompt-regexp): Accept ", try again".

19 years ago(global-map): Bind insertchar and its variants.
Richard M. Stallman [Tue, 28 Jun 2005 18:53:30 +0000 (18:53 +0000)]
(global-map): Bind insertchar and its variants.

19 years ago(Fedora Core 4 GNU/Linux: Segfault during dumping): New.
Richard M. Stallman [Tue, 28 Jun 2005 18:52:26 +0000 (18:52 +0000)]
(Fedora Core 4 GNU/Linux: Segfault during dumping): New.

19 years ago(Creating Keymaps): Put make-sparse-keymap before make-keymap.
Richard M. Stallman [Tue, 28 Jun 2005 18:51:02 +0000 (18:51 +0000)]
(Creating Keymaps): Put make-sparse-keymap before make-keymap.

19 years agoAdd rules for inserting full-width space for
Kenichi Handa [Tue, 28 Jun 2005 06:37:26 +0000 (06:37 +0000)]
Add rules for inserting full-width space for
quail/Punct and quail/Punct-b5.

19 years agops-print selection page fix
Vinicius Jose Latorre [Tue, 28 Jun 2005 03:13:02 +0000 (03:13 +0000)]
ps-print selection page fix

19 years ago(Fdefvar): Improve error message.
Richard M. Stallman [Tue, 28 Jun 2005 02:27:46 +0000 (02:27 +0000)]
(Fdefvar): Improve error message.

19 years agoRemove entry about autoloadd minor modes and custom's requiredness.
Stefan Monnier [Tue, 28 Jun 2005 02:18:28 +0000 (02:18 +0000)]
Remove entry about autoloadd minor modes and custom's requiredness.

19 years ago(url-http-create-request): When computing real-fname,
Richard M. Stallman [Tue, 28 Jun 2005 00:48:17 +0000 (00:48 +0000)]
(url-http-create-request): When computing real-fname,
call url-filename in both cases.

19 years ago(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman [Tue, 28 Jun 2005 00:47:07 +0000 (00:47 +0000)]
(url-cookie-store): Rename arg PATH to LOCALPART.
(url-cookie-retrieve): Likewise.
(url-cookie-generate-header-lines): Likewise.
(url-cookie-handle-set-cookie): Likewise.
(url-cookie-create): Expect :localpart instead of :path.
(url-cookie-localpart): Renamed from url-cookie-path.
(url-cookie-set-localpart): Renamed from url-cookie-set-path.
(url-cookie-file): Doc fix.
(url-cookie-p): Add doc string.

19 years ago(artist-text-overwrite)
Richard M. Stallman [Mon, 27 Jun 2005 21:57:00 +0000 (21:57 +0000)]
(artist-text-overwrite)
(artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Jun 2005 21:46:17 +0000 (21:46 +0000)]
*** empty log message ***

19 years ago(Setting Variables): Correct and clarify description of `add-to-ordered-list'.
Luc Teirlinck [Mon, 27 Jun 2005 21:33:00 +0000 (21:33 +0000)]
(Setting Variables): Correct and clarify description of `add-to-ordered-list'.

19 years ago(add-to-list, add-to-ordered-list): Doc fixes.
Luc Teirlinck [Mon, 27 Jun 2005 21:21:36 +0000 (21:21 +0000)]
(add-to-list, add-to-ordered-list): Doc fixes.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Jun 2005 21:17:31 +0000 (21:17 +0000)]
*** empty log message ***

19 years ago[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.
YAMAMOTO Mitsuharu [Mon, 27 Jun 2005 07:58:23 +0000 (07:58 +0000)]
[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last change.

19 years ago(facemenu-unlisted-faces): Add foreground and background color faces.
Lute Kamstra [Mon, 27 Jun 2005 07:31:49 +0000 (07:31 +0000)]
(facemenu-unlisted-faces): Add foreground and background color faces.
(facemenu-get-face): Delete function.
(facemenu-set-face-from-menu): Don't call facemenu-get-face.
(facemenu-add-new-color): Make second argument mandatory.  Create the
approprate face and return it.  Simplify.
(facemenu-set-foreground, facemenu-set-background): Don't check if
color is defined.  Use return value of facemenu-add-new-color.

19 years ago(Fdefvar): Don't try to set constant symbols.
Juanma Barranquero [Mon, 27 Jun 2005 06:00:54 +0000 (06:00 +0000)]
(Fdefvar): Don't try to set constant symbols.

19 years ago(gud-filter): Add missing argument to
Nick Roberts [Mon, 27 Jun 2005 00:17:06 +0000 (00:17 +0000)]
(gud-filter): Add missing argument to
with-selected-window.