1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 19:30:38 -08:00
Commit graph

28536 commits

Author SHA1 Message Date
Kim F. Storm
5582d76d7d *** empty log message *** 2005-03-01 10:14:18 +00:00
Lute Kamstra
a9ee5cacaf *** empty log message *** 2005-03-01 09:09:41 +00:00
Lute Kamstra
07f3fdb1d1 (debug-on-entry-1): Reimplement to make sure that debug-entry-code can
be safely removed from a function while this code is being evaluated.
Revert the 2005-02-27 change as the new implementation no longer
requires it.  Make sure that a function body containing just a string
is not mistaken for a docstring.
2005-03-01 09:08:47 +00:00
Kim F. Storm
18d2b950c9 (double-translate-key): Call force-window-update after
read-event to avoid crash in redisplay.
2005-02-28 22:49:46 +00:00
Kim F. Storm
77032434ce *** empty log message *** 2005-02-28 22:49:24 +00:00
Stefan Monnier
c4d5a8a1f5 *** empty log message *** 2005-02-28 22:02:49 +00:00
Robert J. Chassell
470ba11f43 (texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.
2005-02-28 15:06:13 +00:00
Stefan Monnier
cf9a1b693f (inhibit-debug-on-entry): New var.
(debug): Use it.  Move the inhibit-trace earlier.
(debug-entry-code): New const.
(debug-on-entry-1): Use it.
2005-02-28 14:33:50 +00:00
Kenichi Handa
dbaba2d295 (ccl-encode-mule-utf-16le): Fix
BUFFER_MAGNIFICATION to 2.
(ccl-encode-mule-utf-16be): Likewise.
(ccl-encode-mule-utf-16le-with-signature): Fix
BUFFER_MAGNIFICATION to 4.
(ccl-encode-mule-utf-16be-with-signature): Likewise.
2005-02-28 07:19:16 +00:00
Nick Roberts
2843ef86a5 (speedbar-update-flag): Doc fix.
(speedbar-show-info-under-mouse): Give set-mouse-position the right
argument.
2005-02-28 06:18:37 +00:00
Nick Roberts
0f468ead17 *** empty log message *** 2005-02-28 06:17:52 +00:00
Miles Bader
ee7d3cc090 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-139
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 32-33)

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

2005-02-27  Arne J,Ax(Brgensen  <arne@arnested.dk>

   * lisp/gnus/mm-decode.el (mm-dissect-buffer): Pass the from field on to
   `mm-dissect-multipart' and receive the from field as an (optional)
   argument from `mm-dissect-multipart'.
   (mm-dissect-multipart): Receive the from field as an argument and
   pass it on when we call `mm-dissect-buffer' on MIME parts. Fixes
   verification/decryption of signed/encrypted MIME parts.
2005-02-28 00:04:11 +00:00
Stefan Monnier
fc88c2888f (reveal-post-command): Don't try to reveal overlays which
have a non-nil `invisible' property but are actually visible.
2005-02-27 23:42:14 +00:00
Stefan Monnier
35c5f5d32f (perl-imenu-generic-expression): Add entries for perldoc sections.
(perl-outline-regexp, perl-outline-level): New var and function.
(perl-mode): Use them.
2005-02-27 23:13:19 +00:00
Glenn Morris
f43ae01682 *** empty log message *** 2005-02-27 22:54:12 +00:00
Glenn Morris
07a66b979b (diary-remind): Discard any mark portion from diary-entry. Reported
by Andrew Kemp <ajwk@pell.uklinux.net>.
2005-02-27 22:46:03 +00:00
Luc Teirlinck
04c9dde8af *** empty log message *** 2005-02-27 21:42:43 +00:00
Luc Teirlinck
f32a1cb57e Comment change. 2005-02-27 21:37:03 +00:00
Luc Teirlinck
167eefc539 (custom-buffer-create-internal): Slightly reword text at top of Custom
buffers.  Mention there that saving an option edits the init file.
Add link to Emacs manual node on `custom-file'.
(custom-magic-alist): Rewrite individual State messages to use
capitalized keywords.  Doc fix.
2005-02-27 21:32:57 +00:00
Glenn Morris
261b7f303e *** empty log message *** 2005-02-27 20:31:59 +00:00
Glenn Morris
0663481f4d From Matt Hodges <MPHodges@member.fsf.org>:
(calendar-buffer): Move above calendar-week-start-day.
(calendar-week-start-day): Doc fix.  Add :set function.
(calendar-minimum-window-height): New variable.
(generate-calendar-window): Only resize window if selected-window is
displaying the calendar buffer.  Use new variable
calendar-minimum-window-height.
(generate-calendar): Reword error message.
(calendar-mode-map): Bind DEL to scroll-other-window-down.
2005-02-27 20:25:48 +00:00
Andreas Schwab
c58447fd8c (vc-do-command): Don't run command asynchronously when
operating in a remote directory.
2005-02-27 18:38:48 +00:00
Andreas Schwab
b71c9e7554 (tramp-file-name-for-operation): Fix misapplied
change from sync with Tramp 2.0.47.
2005-02-27 17:31:56 +00:00
Richard M. Stallman
aa5c6b3ea1 *** empty log message *** 2005-02-27 10:38:37 +00:00
Richard M. Stallman
8e07e84ae6 (ispell-change-dictionary): Doc fix. 2005-02-27 10:37:13 +00:00
Richard M. Stallman
8ceb0c6ea9 (flyspell-mode-on): Call ispell-change-dictionary only if necessary. 2005-02-27 10:36:38 +00:00
Richard M. Stallman
e342a48a65 (regexp-builder): New function. 2005-02-27 10:35:51 +00:00
Richard M. Stallman
9c7cc04bff (describe-register-1): Explicitly handle yank-excluded-properties = t. 2005-02-27 10:34:59 +00:00
Richard M. Stallman
1833b7b36f (custom-buffer-create-internal): Improve progress msgs.
(custom-magic-alist): Change the status descriptions again.
(face widget-type): Total rewrite based on `restricted-sexp'
to eliminate the confusing double hiding levels.
2005-02-27 10:34:05 +00:00
Richard M. Stallman
e29824bddc (debug-on-entry-1): If function body is empty, add nil as body form. 2005-02-27 09:57:51 +00:00
Stefan Monnier
5f8a82e1ac (inhibit-trace): New var.
(trace-make-advice): Use it.
2005-02-27 02:30:58 +00:00
Stefan Monnier
3f4468ab4e (debug): Put back the inhibit-trace. 2005-02-27 02:26:05 +00:00
Eli Zaretskii
a6efc2c25d (url-have-visited-url): Don't barf if url-history-hash-table is nil. 2005-02-26 15:23:43 +00:00
Stefan Monnier
04ff38fb1c (gnus-summary-exit): Move point after displaying the
buffer, so it moves the window's cursor.
2005-02-26 05:33:56 +00:00
Stefan Monnier
78d54deee7 (debug): Hide the buffer if it's not killed.
Remove unused and inexistent var `inhibit-trace'.
(debugger-mode): Use run-mode-hooks.
(debugger-list-functions): Add buttons; setup xref stack.
2005-02-26 05:28:24 +00:00
Kim F. Storm
c6f4488cfd *** empty log message *** 2005-02-25 23:32:44 +00:00
Kim F. Storm
185a53bbe7 (mouse-1-click-in-non-selected-windows): New defcustom.
(mouse-on-link-p, mouse-drag-region-1): Use it.
2005-02-25 23:30:59 +00:00
Lute Kamstra
a0b497c53b (query-replace-read-from): Fix 2005-02-19 change. 2005-02-25 11:45:05 +00:00
Miles Bader
ff4d39263e Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-128
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-28
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-30
   Update from CVS

2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/nnheader.el (nnheader-find-file-noselect): Added doc string.

   * lisp/gnus/nnfolder.el (nnfolder-read-folder): Use RAWFILE for
   `nnheader-find-file-noselect' to avoid
   `large-file-warning-threshold'.

   * lisp/gnus/gnus-sum.el (gnus-summary-caesar-message): Apply
   `gnus-treat-article' after rotation.

   * lisp/gnus/gnus-group.el (gnus-group-clear-data): Mention process/prefix in
   doc string.

2005-02-22  Arne J,Ax(Brgensen  <arne@arnested.dk>

   * lisp/gnus/smime.el (smime-sign-buffer): Signal an error if
   `smime-sign-region' fails.
   (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
   fails.
2005-02-25 01:52:09 +00:00
Luc Teirlinck
ffa8d0ef1b (blink-cursor-mode): Add :group keyword. 2005-02-25 00:23:25 +00:00
Lute Kamstra
fd90756bbb *** empty log message *** 2005-02-25 00:18:21 +00:00
Glenn Morris
8ee7eb6be4 From Ulf Jasper <ulf.jasper@web.de>:
(icalendar--decode-isodatetime): New optional argument DAY-SHIFT.
(icalendar-export-region): Fix coding-system-for-write.
(icalendar--convert-ical-to-diary): Shift end-day of all-day events by
one.
2005-02-24 18:22:28 +00:00
Glenn Morris
1a951b51aa *** empty log message *** 2005-02-24 18:21:24 +00:00
Stefan Monnier
6ecedb401f (tex-font-lock-keywords-3): #n is atomic. 2005-02-24 15:34:34 +00:00
Kim F. Storm
1a94a5658c (iso-accents-compose): Fix crash during redisplay.
Call force-window-update after read-event and delete-region
to signal that window is not accurate.
2005-02-24 13:56:29 +00:00
Kim F. Storm
1749aa90ac *** empty log message *** 2005-02-24 13:55:38 +00:00
Richard M. Stallman
a98ac7ae36 *** empty log message *** 2005-02-23 21:06:04 +00:00
Richard M. Stallman
5fac723a04 (appt-time-msg-list): 3rd elt of each
appointment says it was explicitly made.
(appt-add): Set the 3rd element.
(appt-make-list): Preserve explicit appointments.
2005-02-23 21:05:51 +00:00
Richard M. Stallman
3e9f9352d4 (find-tag-default): Catch errors in forward-sexp. 2005-02-23 21:04:14 +00:00
Juri Linkov
91c6626241 *** empty log message *** 2005-02-23 17:15:47 +00:00