Robert J. Chassell
43e7d00a0d
Update copyright to 2005 and add remark about commenting out inclusion
...
of "itemize\\|" in lisp/textmodes/texinfmt.el to lisp/ChangeLog.
2005-03-01 12:44:51 +00:00
Robert J. Chassell
5fe9405724
Update copyright notice to 2005.
2005-03-01 12:28:24 +00:00
Nick Roberts
50af6c667d
(gdb-get-location): Use a warning instead
...
of an error if GDB can't find the source file.
2005-03-01 10:43:05 +00:00
Nick Roberts
911ba5f88c
*** empty log message ***
2005-03-01 10:41:45 +00:00
Glenn Morris
7dc17d5ce7
(Adding to Diary): Mention redrawing of calendar window.
2005-03-01 10:26:18 +00:00
Glenn Morris
f830b09ecb
*** empty log message ***
2005-03-01 10:25:49 +00:00
Glenn Morris
cea82f86ac
(redraw-calendar): Work from any buffer, not just the calendar.
2005-03-01 10:24:33 +00:00
Glenn Morris
a46c339d7a
(mark-diary-entries): Remove any old marks first.
...
(diary-redraw-calendar): New function.
(make-diary-entry): Add diary-redraw-calendar to local
write-contents-functions. Turn off selective display before inserting
in diary.
2005-03-01 10:23:58 +00:00
Kim F. Storm
40534fe432
Fix years.
2005-03-01 10:15:32 +00:00
Kim F. Storm
422032f0ca
(copyright-fix-years): New command.
2005-03-01 10:14:48 +00:00
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
Lute Kamstra
a1f74898ea
(Debugging): Fix typo.
...
(Error Debugging): Document eval-expression-debug-on-error.
(Function Debugging): Update example.
(Using Debugger): Mention starred stack frames.
(Debugger Commands): Document `j' and `l'.
(Invoking the Debugger): `d' and `j' exit recursive edit too.
Update the messages that the debugger displays.
(Internals of Debugger): Add cross reference. Update example.
(Excess Open): Minor improvement.
(Excess Close): Minor improvement.
2005-03-01 08:41:52 +00:00
Jay Belanger
94230abb6a
*** empty log message ***
2005-03-01 06:21:40 +00:00
Jay Belanger
31c912fc9d
(Trigonometric and Hyperbolic Functions): Mention additional
...
functions.
(Algebraic Simplifications): Mention additional simplifications.
2005-03-01 04:53:02 +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
Stefan Monnier
340c08fe43
The url*.el's (declare (special ...)) stuff is to turn off some
...
compiler warnings.
2005-02-28 13:31:19 +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
1536b3f787
From Matt Hodges <MPHodges@member.fsf.org>:
...
(General Calendar): Document binding of scroll-other-window-down.
(Mayan Calendar): Fix earliest date.
(Time Intervals): Document timeclock-change. Fix
timeclock-ask-before-exiting documentation.
2005-02-27 20:32:53 +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
Jan Djärv
6e8db3eaf7
* gtkutil.c (xg_resize_outer_widget): Removed unneeded call to
...
gtk_window_resize and x_wm_set_size_hint.
2005-02-27 19:58:11 +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
e6d096835c
(fast_find_position): Rename END to BEG.
...
(syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
2005-02-27 10:53:09 +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
Richard M. Stallman
91f1fd029f
(Compilation): Update mode line status info.
2005-02-27 09:18:15 +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