1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

57992 Commits

Author SHA1 Message Date
Jason Rumney
c2baa2b65b * 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.
2005-07-01 21:28:08 +00:00
Juanma Barranquero
64f72ae1be (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.
2005-07-01 14:40:21 +00:00
Juanma Barranquero
173569aaca (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.
2005-07-01 14:13:12 +00:00
Lute Kamstra
12d6b12433 (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'.
2005-07-01 11:03:19 +00:00
Lute Kamstra
b97c98ad01 (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.
2005-07-01 08:30:30 +00:00
Richard M. Stallman
11bc6e51a0 (help-do-arg-highlight): Regexp-quote argument names. 2005-07-01 01:13:27 +00:00
Richard M. Stallman
6261856785 (crm-do-completion): Handle minibuffer prompt.
(crm-find-current-element): Likewise.
2005-07-01 01:10:42 +00:00
Stefan Monnier
01bf52cbaf (debug): Quieten Drew Adams. 2005-06-30 22:18:27 +00:00
Stefan Monnier
fdaaf74388 (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'.
2005-06-30 22:17:01 +00:00
Richard M. Stallman
a082b0df6f *** empty log message *** 2005-06-30 21:55:54 +00:00
Stefan Monnier
e545bb99dd 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.
2005-06-30 21:52:17 +00:00
Andreas Schwab
0a0157ba2c (gud-filter): Remove unneeded progn. 2005-06-30 21:10:27 +00:00
Jan Djärv
a6d0ae558a * xterm.c (handle_one_xevent): bzero compose_status when nbytes
is not zero.
2005-06-30 18:02:52 +00:00
Glenn Morris
f42e164952 (sh-get-kw): `&' also separates words. 2005-06-30 16:45:04 +00:00
Glenn Morris
5026b8eed3 *** empty log message *** 2005-06-30 16:44:42 +00:00
Masatake YAMATO
711877f36a 2005-07-01 Masatake YAMATO <jet@gyve.org>
* emacs.c (main): Passing ADD_NO_RANDOMIZE to
	`personality'.
2005-06-30 16:30:53 +00:00
Juri Linkov
63f7ffb3de *** empty log message *** 2005-06-30 15:06:33 +00:00
Juri Linkov
8c45858f42 (vertical-border): Inherit from mode-line-inactive only on tty. 2005-06-30 15:04:57 +00:00
Juri Linkov
9b08f2c11b (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).
2005-06-30 14:57:50 +00:00
Juri Linkov
7ecc34e9e6 (x_draw_vertical_window_border): Use foreground of
VERTICAL_BORDER_FACE_ID for vertical border line.
2005-06-30 14:56:48 +00:00
Juri Linkov
74fb229b2a (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.
2005-06-30 14:56:02 +00:00
Juanma Barranquero
27bbbadb3e (help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on the
`occur' docstring).
2005-06-30 14:20:56 +00:00
Juanma Barranquero
426674a851 (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.
2005-06-30 13:04:04 +00:00
Miles Bader
d6697c0292 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.
2005-06-30 05:31:53 +00:00
Juanma Barranquero
c665bf4b66 *** empty log message *** 2005-06-30 01:26:28 +00:00
Juanma Barranquero
8482d727c3 (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.
2005-06-30 01:15:52 +00:00
Juanma Barranquero
c23eed1b5f (cua-toggle-global-mark, cua-cut-region-to-global-mark,
cua--cut-rectangle-to-global-mark): Remove period from end of error messages.
2005-06-30 01:13:21 +00:00
Juanma Barranquero
c77d7c926b (cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,
cua-auto-tabify-rectangles, cua-inhibit-cua-keys): Fix typos in docstrings.
2005-06-30 01:12:23 +00:00
Miles Bader
84861437f9 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.
2005-06-30 00:27:41 +00:00
Juanma Barranquero
0684376b79 (set-variable): Warn about obsolete user variables. 2005-06-29 23:50:29 +00:00
Richard M. Stallman
bdf4ec93fd (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.
2005-06-29 23:29:01 +00:00
Miles Bader
6ef874e972 Add arch tagline 2005-06-29 22:39:45 +00:00
Richard M. Stallman
740d6b0371 Minor cleanup. 2005-06-29 22:05:04 +00:00
Juri Linkov
9b07ab0a51 (rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.
2005-06-29 20:57:16 +00:00
Juri Linkov
433ec66025 (xterm-rxvt-set-background-mode):
Set default-frame-background-mode instead of frame-background-mode.
2005-06-29 20:56:09 +00:00
Juri Linkov
61b91ad13b (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".
2005-06-29 20:55:30 +00:00
Juri Linkov
a4ea869cfd (default-frame-background-mode): New internal variable.
(frame-set-background-mode): Use it.
2005-06-29 20:55:15 +00:00
Juanma Barranquero
16f4391084 (texinfo-insert-@item): Change space constants "protected" from end of line by a
comment to "?\s".
2005-06-29 13:58:00 +00:00
Juanma Barranquero
e0b3c2b98d (decipher-loop-with-breaks): Change space constants "protected" from end of line
by a comment to "?\s".
2005-06-29 13:55:15 +00:00
Juanma Barranquero
a64dc04f64 (picture-replace-match): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:54:22 +00:00
Juanma Barranquero
8038e2cf99 (cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:53:36 +00:00
Juanma Barranquero
1bcb666b44 (pp-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:52:29 +00:00
Juanma Barranquero
c611c9dc53 (diary-header-line-format): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:51:30 +00:00
Juanma Barranquero
e665a46903 (msb-invisible-buffer-p): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:50:41 +00:00
Juanma Barranquero
fc2b429ee9 (mouse-buffer-menu-alist): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:50:02 +00:00
Juanma Barranquero
ebf944d7ac (imenu--completion-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:49:08 +00:00
Carsten Dominik
76b2714958 Copyright FSF 2005-06-29 09:52:50 +00:00
Carsten Dominik
e325025461 Still more fixes to the org-mode entry. 2005-06-29 09:51:45 +00:00
Carsten Dominik
fad0a15014 New files, the reference card for org-mode. 2005-06-29 09:45:38 +00:00
Carsten Dominik
005afe922b Org-mode entry shortened. 2005-06-29 09:40:37 +00:00