1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

54842 Commits

Author SHA1 Message Date
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
Richard M. Stallman
378d0f8e90 (Coding Conventions): Clarify.
Put all the major mode key reservations together.
Mention the Mouse-1 => Mouse-2 conventions.
2005-02-27 00:16:41 +00:00
Richard M. Stallman
8a2f014e40 (Syntax Class Table): Clarify.
(Syntax Table Functions): syntax-after moved from here.
(Syntax Table Internals): syntax-after moved to here.
(Parsing Expressions): Update info on number of values
and what's meaningful in the STATE argument.
(Categories): Fix typo.
2005-02-27 00:12:33 +00:00
Richard M. Stallman
a87ffdbca9 (Arrays): Cleanup.
(Char-Tables): Clarify.
2005-02-27 00:10:27 +00:00
Richard M. Stallman
fea5a6d51a (Subprocess Creation): Explain nil in exec-path. Cleanup.
(Deleting Processes): Cleanups, add xref.
(Process Information): set-process-coding-system, some args optional.
(Input to Processes): Explain various types for PROCESS args.
Rename them from PROCESS-NAME to PROCESS.
(Signals to Processes): Likewise.
(Decoding Output): Cleanup.
(Query Before Exit): Clarify.
2005-02-27 00:09:08 +00:00
Richard M. Stallman
9775b55021 (Startup Summary): Correct the options; add missing ones.
(Terminal Output, Batch Mode): Clarify.
(Flow Control): Node deleted.
2005-02-27 00:04:37 +00:00
Richard M. Stallman
be2bd2c2da (The Mark): Clarify. 2005-02-27 00:02:17 +00:00
Richard M. Stallman
ffa11b5173 (Expansion): Cleanup.
(Indenting Macros): indent-spec allows ints, not floats.
2005-02-27 00:01:41 +00:00
Richard M. Stallman
8a36c244a5 (Keymaps): Clarify.
(Format of Keymaps): Update lisp-mode-map example.
(Active Keymaps, Key Lookup): Clarify.
(Changing Key Bindings): Add xref to `kbd'.
(Key Binding Commands, Simple Menu Items): Clarify.
(Mouse Menus, Menu Bar): Clarify.
(Menu Example): Replace print example with menu-bar-replace-menu.
2005-02-27 00:00:41 +00:00
Richard M. Stallman
1e04ba2c90 (Documentation Basics): Add function-documentation prop. 2005-02-26 23:57:40 +00:00
Richard M. Stallman
79a6c76c3d (Top): Don't refer to Flow Control node. 2005-02-26 23:53:35 +00:00
Richard M. Stallman
ecbfc7e99c (Command Overview): Improve xrefs.
(Adjusting Point): Adjusting point applies to intangible and invis.
(Key Sequence Input): Doc extra read-key-sequence args.
Likewise for read-key-sequence-vector.
2005-02-26 23:52:38 +00:00
Richard M. Stallman
fe4c5da136 (Rename or Copy): Minor fix.
(Numbered Backups): For version-control, say the default.
(Auto-Saving): make-auto-save-file-name example is simplified.
2005-02-26 23:50:45 +00:00
Richard M. Stallman
8389b33fa2 (Advising Functions): Don't imply one part of Emacs
should advise another part.  Markup changes.
(Defining Advice): Move transitional para.
(Activation of Advice): Cleanup.
Explain if COMPILE is nil or negative.
2005-02-26 23:49:49 +00:00
Richard M. Stallman
a7cc2e20fd (Abbrev Expansion): Clarify, fix typo. 2005-02-26 23:47:22 +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
7f87b2b005 (Mouse References): Add mouse-1-click-in-non-selected-windows. 2005-02-25 23:31:54 +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
Kim F. Storm
fcd9b9d0f8 (init_from_display_pos): Don't read past end of
it->overlay_strings array.
2005-02-25 21:50:21 +00:00
Kim F. Storm
e9323aedda (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16. 2005-02-25 21:49:59 +00:00
Kim F. Storm
0f465b559b *** empty log message *** 2005-02-25 21:49:45 +00:00
Lute Kamstra
845a78b47b (syms_of_buffer): Fix typo. 2005-02-25 15:22:17 +00:00
Richard M. Stallman
03196404ca (Screen): Explain better about cursors and mode lines;
don't presuppose text terminals.
(Point): Don't assume just one cursor.
Clarify explanation of cursors.
(Echo Area, Menu Bar): Cleanups.
2005-02-25 13:56:29 +00:00
Richard M. Stallman
c0a5ac4a24 (Minibuffer): Prompts are highlighted.
(Minibuffer Edit): Newline = C-j only on text terminals.
Clarify resize-mini-windows values.
Mention M-PAGEUP and M-PAGEDOWN.
(Completion Commands): Mouse-1 like Mouse-2.
(Minibuffer History): Explain history commands better.
(Repetition): Add xref to Incremental Search.
2005-02-25 13:54:21 +00:00
Richard M. Stallman
87c190c749 (Setting Mark): Clarify info about displaying mark.
Clarify explanation of C-@ and C-SPC.
(Transient Mark): Mention Delete Selection mode.
(Marking Objects): Clean up text about extending the region.
2005-02-25 13:51:59 +00:00
Richard M. Stallman
41f1d48998 (M-x): One C-g doesn't always go to top level.
No delay before suggest-key-bindings output.
2005-02-25 13:47:35 +00:00
Richard M. Stallman
a751f29986 (Fixit): Mention C-/ for undo.
(Spelling): Mention ESC TAB like M-TAB.
Replacement words with r and R are rechecked.
Say where C-g leaves point.  Mention ? as input.
2005-02-25 13:45: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
Lute Kamstra
2e20c83d75 *** empty log message *** 2005-02-24 14:21:02 +00:00
Lute Kamstra
f24be0a762 (Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAP
can be omitted when KEYWORD-ARGS are used.
2005-02-24 14:20:14 +00:00
Lute Kamstra
48a3600355 (Initial Options): Add cross reference. 2005-02-24 14:06:23 +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