]>
git.eshelyaron.com Git - emacs.git/log
Andreas Schwab [Mon, 16 May 2005 15:17:55 +0000 (15:17 +0000)]
(unexec_realloc): Move declarations before statements.
Nick Roberts [Mon, 16 May 2005 12:00:10 +0000 (12:00 +0000)]
(Debugger Operation): Mention GUD tooltips are disabled with GDB in text
command mode.
Nick Roberts [Mon, 16 May 2005 11:58:37 +0000 (11:58 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 16 May 2005 11:34:49 +0000 (11:34 +0000)]
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero [Mon, 16 May 2005 10:07:59 +0000 (10:07 +0000)]
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero [Mon, 16 May 2005 08:36:21 +0000 (08:36 +0000)]
Add page marker to force the "Local Variables:" string out of the last page.
Kenichi Handa [Mon, 16 May 2005 07:12:46 +0000 (07:12 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 16 May 2005 07:03:28 +0000 (07:03 +0000)]
Fix copyrights.
Nick Roberts [Mon, 16 May 2005 06:42:37 +0000 (06:42 +0000)]
(gud-tooltip-mode): Add gud prefix to
tooltip-change-major-mode.
(gud-tooltip-print-command): Remove case where gud-minor-mode
is gdb ("--fullname").
(gud-tooltip-tips): Turn GUD tooltips off for this case and
explain to user.
Nick Roberts [Mon, 16 May 2005 06:41:46 +0000 (06:41 +0000)]
*** empty log message ***
Jay Belanger [Mon, 16 May 2005 04:25:50 +0000 (04:25 +0000)]
*** empty log message ***
Jay Belanger [Mon, 16 May 2005 03:55:11 +0000 (03:55 +0000)]
(calc-copy-special-constant): New function.
Jay Belanger [Mon, 16 May 2005 03:54:05 +0000 (03:54 +0000)]
(calc-edit-format-macro-buffer): Add `calc-copy-special-constant'.
Jay Belanger [Mon, 16 May 2005 03:52:38 +0000 (03:52 +0000)]
(calc-init-extensions): Add `calc-copy-special-constant'.
Jay Belanger [Mon, 16 May 2005 03:50:34 +0000 (03:50 +0000)]
(Storing Variables): Mention `calc-copy-special-constant'.
Richard M. Stallman [Mon, 16 May 2005 03:37:46 +0000 (03:37 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 16 May 2005 03:31:32 +0000 (03:31 +0000)]
(help-face-def): New button type.
Richard M. Stallman [Mon, 16 May 2005 03:31:11 +0000 (03:31 +0000)]
(describe-face): Output a definition link button.
Nick Roberts [Mon, 16 May 2005 01:08:01 +0000 (01:08 +0000)]
(Tooltips): Replace toolbar with "tool bar" for
consistency.
Nick Roberts [Mon, 16 May 2005 01:07:12 +0000 (01:07 +0000)]
Replace toolbar with "tool bar" for consistency.
(Compilation Mode): Describe compilation-context-lines
and use of arrow in compilation buffer.
(Debugger Operation): Replace help text with variable's value.
Nick Roberts [Mon, 16 May 2005 01:06:37 +0000 (01:06 +0000)]
*** empty log message ***
Nick Roberts [Mon, 16 May 2005 00:30:03 +0000 (00:30 +0000)]
*** empty log message ***
Nick Roberts [Mon, 16 May 2005 00:01:46 +0000 (00:01 +0000)]
(compilation-setup): Set local value of
overlay-arrow-string to "" always.
(compilation-set-window): Left fringe then don't scroll. No left
fringe then no arrow and scroll message to top.
(compilation-context-lines): Adjust doc string accordingly.
Nick Roberts [Sun, 15 May 2005 23:57:15 +0000 (23:57 +0000)]
(left-fringe-p): New function.
Nick Roberts [Sun, 15 May 2005 23:51:07 +0000 (23:51 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 15 May 2005 23:03:36 +0000 (23:03 +0000)]
(ido-magic-forward-char, ido-magic-backward-char)
(ido-magic-delete-char): New commands for C-f, C-b, C-d.
(ido-wide-find-dir-or-delete-dir): New command for M-d.
(ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
(ido-read-file-name): Handle commands with ido property value
equal to find-file as reading a file name, to allow C-d to enter dired.
(ibuffer-find-file): Add ido property with value find-file.
Kim F. Storm [Sun, 15 May 2005 23:03:14 +0000 (23:03 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 15 May 2005 22:03:16 +0000 (22:03 +0000)]
(copyright-fix-years): Match properly if the first year is 2-digit.
Don't mess up the whitespace after the years by filling.
Richard M. Stallman [Sun, 15 May 2005 21:34:47 +0000 (21:34 +0000)]
(dired-mark-confirm):
Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
Richard M. Stallman [Sun, 15 May 2005 21:33:25 +0000 (21:33 +0000)]
(dired-map-over-marks): New arg distinguish-one-marked.
(dired-get-marked-files): New arg distinguish-one-marked.
(dired-mark-pop-up): Handle FILES = (t FILE) specially.
Kim F. Storm [Sun, 15 May 2005 20:42:43 +0000 (20:42 +0000)]
(open-network-stream-nowait): Remove.
(open-network-stream-server): Remove.
Kim F. Storm [Sun, 15 May 2005 20:42:31 +0000 (20:42 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 15 May 2005 20:42:11 +0000 (20:42 +0000)]
(Network): Remove open-network-stream-nowait.
(Network Servers): Remove open-network-stream-server.
Luc Teirlinck [Sun, 15 May 2005 17:39:06 +0000 (17:39 +0000)]
*** empty log message ***
Luc Teirlinck [Sun, 15 May 2005 17:35:23 +0000 (17:35 +0000)]
(Top): Update detailed menu for node changes.
Luc Teirlinck [Sun, 15 May 2005 17:33:59 +0000 (17:33 +0000)]
Reorder nodes.
(Variables): Update menu.
Luc Teirlinck [Sun, 15 May 2005 17:00:36 +0000 (17:00 +0000)]
(Choosing Modes): normal-mode processes the -*- line. Add xref.
Luc Teirlinck [Sun, 15 May 2005 16:53:06 +0000 (16:53 +0000)]
(File Local Variables): Do not refer to the `-*-' line as
a "local variables list". Add pxref.
Richard M. Stallman [Sun, 15 May 2005 14:30:33 +0000 (14:30 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 15 May 2005 14:29:25 +0000 (14:29 +0000)]
(lisp-mode-variables): Set font-lock-comment-start-skip.
Richard M. Stallman [Sun, 15 May 2005 14:28:55 +0000 (14:28 +0000)]
(font-lock-comment-start-skip): New variable.
(font-lock-comment-end-skip): New variable.
(font-lock-fontify-syntactically-region): Use them if non-nil.
Richard M. Stallman [Sun, 15 May 2005 13:49:41 +0000 (13:49 +0000)]
Correct/improve previous change.
Jay Belanger [Sun, 15 May 2005 05:36:55 +0000 (05:36 +0000)]
*** empty log message ***
Jay Belanger [Sun, 15 May 2005 05:20:59 +0000 (05:20 +0000)]
(calc-store-value): Return a string rather than display it as a message.
Use calc-var-name for variable name.
(calc-store-into): Add the result of calc-store-value to message.
(calc-copy-variable): Add a message.
(calc-store-exchange): Improve error messages.
(calc-store-binary, calc-store-map): Don't reset the values of special constants.
Jay Belanger [Sun, 15 May 2005 04:12:31 +0000 (04:12 +0000)]
(Default Simplifications): Insert missing ! (logical not operator).
Michael Kifer [Sun, 15 May 2005 03:08:56 +0000 (03:08 +0000)]
added documentation for ediff-backup
Luc Teirlinck [Sun, 15 May 2005 02:14:59 +0000 (02:14 +0000)]
(Derived Modes): Correct typos. Add pxref.
Richard M. Stallman [Sat, 14 May 2005 23:38:09 +0000 (23:38 +0000)]
Many cleanups.
Richard M. Stallman [Sat, 14 May 2005 23:23:39 +0000 (23:23 +0000)]
Various cleanups.
Luc Teirlinck [Sat, 14 May 2005 21:32:19 +0000 (21:32 +0000)]
(Top): Update detailed menu for node changes.
Luc Teirlinck [Sat, 14 May 2005 21:26:07 +0000 (21:26 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 14 May 2005 18:41:24 +0000 (18:41 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 14 May 2005 18:32:45 +0000 (18:32 +0000)]
(define-derived-mode): Add link to Elisp manual to docstring.
Andreas Schwab [Sat, 14 May 2005 18:19:06 +0000 (18:19 +0000)]
Fix encoding.
Luc Teirlinck [Sat, 14 May 2005 16:39:49 +0000 (16:39 +0000)]
(hack-local-variables-confirm): Add STRING argument.
Make the function handle non file visiting buffers correctly.
(hack-local-variables-prop-line, hack-local-variables)
(hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'.
Luc Teirlinck [Sat, 14 May 2005 16:16:44 +0000 (16:16 +0000)]
(Modes): Update Menu.
(Hooks): Move to beginning of chapter.
(Major Modes): Update Menu.
(Major Mode Basics): New node, split off from `Major Modes'.
(Major Mode Conventions): Correct xref. Explain how to handle
auto-mode-alist if the major mode command has an autoload cookie.
(Auto Major Mode): Major update. Add magic-mode-alist.
(Derived Modes): Major update.
(Mode Line Format): Update Menu.
(Mode Line Basics): New node, split off from `Mode Line Format'.
Michael Albinus [Sat, 14 May 2005 15:39:15 +0000 (15:39 +0000)]
Sync with Tramp 2.0.49.
Luc Teirlinck [Sat, 14 May 2005 15:25:38 +0000 (15:25 +0000)]
(Hooks): Most minor modes run mode hooks too.
`add-hook' can handle void hooks or hooks whose value is a single function.
Luc Teirlinck [Sat, 14 May 2005 15:22:36 +0000 (15:22 +0000)]
(Autoload): Mention `autoload cookie' as synonym for
`magic autoload comment'. Add index entries and anchor.
Richard M. Stallman [Sat, 14 May 2005 14:17:07 +0000 (14:17 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 14 May 2005 14:16:28 +0000 (14:16 +0000)]
Add a footnote.
Luc Teirlinck [Sat, 14 May 2005 14:15:27 +0000 (14:15 +0000)]
(Moving Point): Mention `M-g g' binding for goto-line.
(Position Info): Delete discussion of goto-line. It is already
described in `Moving point'.
Richard M. Stallman [Sat, 14 May 2005 14:12:36 +0000 (14:12 +0000)]
Update footnotes.
Richard M. Stallman [Sat, 14 May 2005 14:09:36 +0000 (14:09 +0000)]
(message3): Call cancel_echoing.
Richard M. Stallman [Sat, 14 May 2005 14:07:03 +0000 (14:07 +0000)]
(Fmemory_full_p): New function.
(syms_of_alloc): defsubr it.
Richard M. Stallman [Sat, 14 May 2005 14:06:33 +0000 (14:06 +0000)]
(send_process_trap): Unblock SIGPIPE.
(send_process): Reset SIGPIPE handler before reporting error.
Luc Teirlinck [Sat, 14 May 2005 14:05:59 +0000 (14:05 +0000)]
(Completion Commands): Correct reference.
(Completion Options): Fix typo.
Richard M. Stallman [Sat, 14 May 2005 14:03:31 +0000 (14:03 +0000)]
(eshell-find-tag): Use with-no-warnings.
Richard M. Stallman [Sat, 14 May 2005 14:02:39 +0000 (14:02 +0000)]
(Coding Conventions): Explain how important it is
that just loading certain files not change Emacs behavior.
Luc Teirlinck [Sat, 14 May 2005 14:01:40 +0000 (14:01 +0000)]
(Deletion): Complete description of `C-x C-o'.
Richard M. Stallman [Sat, 14 May 2005 13:59:41 +0000 (13:59 +0000)]
(Defining Minor Modes): Define define-global-minor-mode.
Richard M. Stallman [Sat, 14 May 2005 13:58:01 +0000 (13:58 +0000)]
Rearrangements and cleanups.
Richard M. Stallman [Sat, 14 May 2005 13:57:33 +0000 (13:57 +0000)]
(symbol-file): Doc fix.
Richard M. Stallman [Sat, 14 May 2005 13:18:57 +0000 (13:18 +0000)]
Write "Lisp" properly. Other cleanups.
Richard M. Stallman [Sat, 14 May 2005 13:15:35 +0000 (13:15 +0000)]
Rearrangements and cleanups. Don't mention defaulting of :group.
John Paul Wallington [Sat, 14 May 2005 12:56:18 +0000 (12:56 +0000)]
(define-ibuffer-filter filename): If `dired-directory' is a list, use its car.
John Paul Wallington [Sat, 14 May 2005 12:53:34 +0000 (12:53 +0000)]
(define-ibuffer-column filename): If `dired-directory' is a list, use its car.
From: Daniel Brockman <daniel@brockman.se> (tiny change)
Richard M. Stallman [Sat, 14 May 2005 12:30:08 +0000 (12:30 +0000)]
(byte-compile-nogroup-warn): New function.
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
Richard M. Stallman [Sat, 14 May 2005 11:30:27 +0000 (11:30 +0000)]
(c-literal-faces): Add font-lock-comment-delimiter-face.
Richard M. Stallman [Sat, 14 May 2005 11:28:14 +0000 (11:28 +0000)]
(dig): Use with-no-warnings.
Richard M. Stallman [Sat, 14 May 2005 11:27:40 +0000 (11:27 +0000)]
(sc-cite-frame-alist, sc-uncite-frame-alist)
(sc-recite-frame-alist, sc-default-cite-frame)
(sc-default-uncite-frame, sc-default-recite-frame)
(sc-attrib-selection-list, sc-rewrite-header-list):
Mark as risky-local-variable.
Richard M. Stallman [Sat, 14 May 2005 11:26:12 +0000 (11:26 +0000)]
(ogonek-jak, ogonek-how): Don't use beginning-of-buffer.
Richard M. Stallman [Sat, 14 May 2005 11:25:31 +0000 (11:25 +0000)]
(eldoc-documentation-function): Add autoload.
Richard M. Stallman [Sat, 14 May 2005 11:25:00 +0000 (11:25 +0000)]
(solar-data-list): Move definition up.
Richard M. Stallman [Sat, 14 May 2005 11:24:17 +0000 (11:24 +0000)]
(dnd-protocol-alist): Add autoload.
Richard M. Stallman [Sat, 14 May 2005 11:21:12 +0000 (11:21 +0000)]
More doc usage fixes.
Richard M. Stallman [Sat, 14 May 2005 11:20:19 +0000 (11:20 +0000)]
Many doc usage fixes.
(sh-indent-after-do): Change default to match common styles.
Luc Teirlinck [Sat, 14 May 2005 00:56:30 +0000 (00:56 +0000)]
(interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes.
Jay Belanger [Sat, 14 May 2005 00:55:56 +0000 (00:55 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 14 May 2005 00:54:11 +0000 (00:54 +0000)]
*** empty log message ***
Jay Belanger [Sat, 14 May 2005 00:53:40 +0000 (00:53 +0000)]
(Default Simplifications): Mention 0^0=1.
Nick Roberts [Fri, 13 May 2005 23:28:35 +0000 (23:28 +0000)]
(syms_of_emacs): Fix doc string for system-type.
Nick Roberts [Fri, 13 May 2005 23:27:04 +0000 (23:27 +0000)]
*** empty log message ***
Nick Roberts [Fri, 13 May 2005 23:23:42 +0000 (23:23 +0000)]
(tmm-get-keymap): Include only active menus and menu items.
Nick Roberts [Fri, 13 May 2005 23:22:42 +0000 (23:22 +0000)]
(easy-menu-define): Doc fixes.
Richard M. Stallman [Fri, 13 May 2005 23:09:41 +0000 (23:09 +0000)]
(Finsert_file_contents): Fix previous change.
Jan Djärv [Fri, 13 May 2005 17:03:30 +0000 (17:03 +0000)]
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
Richard M. Stallman [Fri, 13 May 2005 13:34:23 +0000 (13:34 +0000)]
(Ffind_file_name_handler): Handle lambda-exp as handler.
(Finsert_file_contents): If we read 0 bytes from a special file,
unlock the visited file if we locked it.
(Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
(Ffile_exists_p, Ffile_symlink_p): Doc fixes.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:55:33 +0000 (08:55 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:55:10 +0000 (08:55 +0000)]
Regenerate.