]>
git.eshelyaron.com Git - emacs.git/log
Glenn Morris [Sun, 15 Apr 2007 01:34:35 +0000 (01:34 +0000)]
*** empty log message ***
Glenn Morris [Sun, 15 Apr 2007 01:34:10 +0000 (01:34 +0000)]
Replace with a pointer to the web version.
Glenn Morris [Sat, 14 Apr 2007 20:23:31 +0000 (20:23 +0000)]
(PC-goto-end, PC-do-completion-end): Make buffer-local.
Glenn Morris [Sat, 14 Apr 2007 20:23:01 +0000 (20:23 +0000)]
*** empty log message ***
Glenn Morris [Sat, 14 Apr 2007 19:33:32 +0000 (19:33 +0000)]
*** empty log message ***
Glenn Morris [Sat, 14 Apr 2007 19:33:06 +0000 (19:33 +0000)]
(PC-goto-end): New variable.
(partial-completion-mode) <choose-completion-string-functions>:
Do not go to the end of the minibuffer if PC-goto-end is non-nil.
(PC-do-completion): New optional fourth argument GOTO-END. Add a
doc string. Set PC-goto-end for choose-completion.
(PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
PC-do-completion.
Glenn Morris [Sat, 14 Apr 2007 19:14:43 +0000 (19:14 +0000)]
Fixed: BibTeX-mode: bibtex-user-optional-fields: INIT without {}.
Glenn Morris [Sat, 14 Apr 2007 19:12:59 +0000 (19:12 +0000)]
(bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.
(bibtex-make-field): Add optional fourth arg NODELIM. Insert
delimiters around INIT unless this arg is non-nil.
Glenn Morris [Sat, 14 Apr 2007 19:12:31 +0000 (19:12 +0000)]
*** empty log message ***
Glenn Morris [Sat, 14 Apr 2007 19:06:39 +0000 (19:06 +0000)]
Replace with a pointer to the web version.
Carsten Dominik [Sat, 14 Apr 2007 16:17:24 +0000 (16:17 +0000)]
(Formula syntax for Calc): Emphasize the operator precedence in Calc.
Carsten Dominik [Sat, 14 Apr 2007 16:16:43 +0000 (16:16 +0000)]
*** empty log message ***
Chong Yidong [Sat, 14 Apr 2007 14:39:53 +0000 (14:39 +0000)]
Move x-display-pixel-width to doc section.
Richard M. Stallman [Sat, 14 Apr 2007 12:41:31 +0000 (12:41 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 14 Apr 2007 12:38:06 +0000 (12:38 +0000)]
(Sets And Lists): Clarify `delete' examples.
Remove spurious xref to same node.
Clarify xref for add-to-list.
Nick Roberts [Sat, 14 Apr 2007 12:34:35 +0000 (12:34 +0000)]
(tmm-get-keybind): Use copy-sequence to ensure that the
global map isn't modified
Nick Roberts [Sat, 14 Apr 2007 12:33:25 +0000 (12:33 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 14 Apr 2007 12:18:12 +0000 (12:18 +0000)]
(Colors): Qualify "color of window" index entry by "command line".
Eli Zaretskii [Sat, 14 Apr 2007 12:17:25 +0000 (12:17 +0000)]
(Faces): Refer to "Creating Frames" for face and other frame customizations
in .emacs.
Eli Zaretskii [Sat, 14 Apr 2007 12:16:56 +0000 (12:16 +0000)]
(Creating Frames): Mention that face customizations can be put in .emacs.
Add index entries.
Glenn Morris [Sat, 14 Apr 2007 02:36:58 +0000 (02:36 +0000)]
(appt-disp-window): Do not split small windows.
Suggested by Jeff Miller <jmiller@cablespeed.com>.
Glenn Morris [Sat, 14 Apr 2007 02:36:44 +0000 (02:36 +0000)]
*** empty log message ***
Glenn Morris [Sat, 14 Apr 2007 02:34:57 +0000 (02:34 +0000)]
Remove obsolete comment about Emacs 21.
Glenn Morris [Sat, 14 Apr 2007 02:34:16 +0000 (02:34 +0000)]
Update some of the more obsolete information.
Glenn Morris [Sat, 14 Apr 2007 02:32:40 +0000 (02:32 +0000)]
Remove page break that prevents Local variables section being found.
Replace indented-text-mode (an alias) with text-mode.
Richard M. Stallman [Fri, 13 Apr 2007 19:35:55 +0000 (19:35 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 13 Apr 2007 18:33:58 +0000 (18:33 +0000)]
Update versions of Cygwin GCC known to produce good binaries.
Richard M. Stallman [Fri, 13 Apr 2007 16:04:09 +0000 (16:04 +0000)]
*** empty log message ***
Chong Yidong [Fri, 13 Apr 2007 15:10:56 +0000 (15:10 +0000)]
** compile.el change to use compilation-directory instead of
default-directory does not work right.
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html
Fixed.
Chong Yidong [Fri, 13 Apr 2007 15:09:37 +0000 (15:09 +0000)]
Revert 2007-03-25 change.
Chong Yidong [Fri, 13 Apr 2007 15:09:14 +0000 (15:09 +0000)]
* progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
* files.el: Ditto.
Chong Yidong [Fri, 13 Apr 2007 14:59:50 +0000 (14:59 +0000)]
** disumu@x3y2z1.net, Apr 10: url-http endless loop
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html
Fixed.
Chong Yidong [Fri, 13 Apr 2007 14:59:08 +0000 (14:59 +0000)]
* url-http.el (url-http-parse-headers): Stop after a set number of
redirections. Suggested by Diane Murray.
* url-vars.el (url-max-redirections): New var.
Chong Yidong [Fri, 13 Apr 2007 14:58:56 +0000 (14:58 +0000)]
(url-http-parse-headers): Stop after a set number of redirections.
Suggested by Diane Murray.
Chong Yidong [Fri, 13 Apr 2007 14:52:03 +0000 (14:52 +0000)]
(url-max-redirections): New var.
Stefan Monnier [Fri, 13 Apr 2007 13:57:02 +0000 (13:57 +0000)]
*** empty log message ***
Kim F. Storm [Fri, 13 Apr 2007 12:52:00 +0000 (12:52 +0000)]
(Fkill_buffer): gcpro BUF during kill_buffer_processes
and check that buffer is still alive upon return.
Kim F. Storm [Fri, 13 Apr 2007 12:51:48 +0000 (12:51 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 13 Apr 2007 09:57:26 +0000 (09:57 +0000)]
Fix typos in Cygwin-related entries.
Juanma Barranquero [Fri, 13 Apr 2007 09:10:56 +0000 (09:10 +0000)]
(ebnf-insert-style, ebnf-merge-style): Fix typos in error messages.
Juanma Barranquero [Fri, 13 Apr 2007 09:05:43 +0000 (09:05 +0000)]
(minibuffer, auto-save): Fix typos in docstrings.
Juanma Barranquero [Fri, 13 Apr 2007 09:02:54 +0000 (09:02 +0000)]
(widget-documentation): Fix typo in docstring.
Juanma Barranquero [Fri, 13 Apr 2007 09:00:41 +0000 (09:00 +0000)]
(term-buffer-maximum-size, term-exec, term-escape-char, term-set-escape-char,
term-termcap-format, term-get-old-input-default, term-skip-prompt,
term-send-string, term-send-region, term-pager-page, term-pager-help):
Fix typos in docstrings.
YAMAMOTO Mitsuharu [Fri, 13 Apr 2007 08:14:23 +0000 (08:14 +0000)]
[!TARGET_API_MAC_CARBON] Include Displays.h.
(mac_screen_config_changed): New variable.
(mac_handle_dm_notification, init_dm_notification_handler)
(mac_get_screen_info): New functions.
[MAC_OS8] (main): Call init_dm_notification_handler.
(mac_initialize) [MAC_OSX]: Likewise.
(XTread_socket): Call mac_get_screen_info if screen config changed.
(mac_initialized): Make static.
(mac_initialize_display_info): Remove function.
(mac_term_init): Call mac_get_screen_info. Add partial contents of
mac_initialize_display_info.
Martin Rudalics [Fri, 13 Apr 2007 06:05:15 +0000 (06:05 +0000)]
(edebug-pop-to-buffer): Don't select window marked as dedicated.
Martin Rudalics [Fri, 13 Apr 2007 05:53:27 +0000 (05:53 +0000)]
(footnote-latin-string): New variable.
(footnote-latin-regexp): Redefined as regexp alternative.
(Footnote-latin): Use footnote-latin-string instead of
footnote-latin-regexp.
Nick Roberts [Fri, 13 Apr 2007 04:00:00 +0000 (04:00 +0000)]
*** empty log message ***
Nick Roberts [Fri, 13 Apr 2007 03:57:37 +0000 (03:57 +0000)]
(tmm-get-keybind): Use car-safe to avoid errors with
inherited keymaps.
Glenn Morris [Fri, 13 Apr 2007 03:01:45 +0000 (03:01 +0000)]
Fix typo.
Glenn Morris [Fri, 13 Apr 2007 03:00:36 +0000 (03:00 +0000)]
*** empty log message ***
Glenn Morris [Fri, 13 Apr 2007 03:00:16 +0000 (03:00 +0000)]
Update some links, remove some dead ones.
Glenn Morris [Fri, 13 Apr 2007 02:59:17 +0000 (02:59 +0000)]
Fix typos. emacserver is removed.
Glenn Morris [Fri, 13 Apr 2007 02:58:17 +0000 (02:58 +0000)]
Fix typos.
Glenn Morris [Fri, 13 Apr 2007 02:55:28 +0000 (02:55 +0000)]
Fix typos.
(lib-src): timer, wakeup, yow are removed.
Richard M. Stallman [Fri, 13 Apr 2007 01:40:24 +0000 (01:40 +0000)]
*** empty log message ***
Chong Yidong [Fri, 13 Apr 2007 01:18:51 +0000 (01:18 +0000)]
** sdl.web@gmail.com, Apr 12: misbehaviour of outline-backward-same-level
Fixed.
Chong Yidong [Fri, 13 Apr 2007 01:17:51 +0000 (01:17 +0000)]
* outline.el (outline-get-next-sibling): Clarify docstring.
(outline-get-last-sibling): Handle case where we are at the first
heading. Clarify docstring.
Nick Roberts [Thu, 12 Apr 2007 23:23:25 +0000 (23:23 +0000)]
(Format of Keymaps): Remove spurious ")" from
value of lisp-mode-map.
Nick Roberts [Thu, 12 Apr 2007 23:22:29 +0000 (23:22 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 12 Apr 2007 21:47:29 +0000 (21:47 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 12 Apr 2007 21:40:55 +0000 (21:40 +0000)]
(Glossary): Explain `iff'.
Nick Roberts [Thu, 12 Apr 2007 14:24:54 +0000 (14:24 +0000)]
(jdb): Add gud-print.
(gud-find-expr): Jdb prints the expression with the value, so
don't insert it in the output.
Nick Roberts [Thu, 12 Apr 2007 14:24:22 +0000 (14:24 +0000)]
*** empty log message ***
Nick Roberts [Thu, 12 Apr 2007 09:11:03 +0000 (09:11 +0000)]
(gud-minor-mode-map): Make go button same
same length as stop button to lessen flicker.
Nick Roberts [Thu, 12 Apr 2007 09:10:35 +0000 (09:10 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 12 Apr 2007 08:12:00 +0000 (08:12 +0000)]
[TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
(mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
(mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
YAMAMOTO Mitsuharu [Thu, 12 Apr 2007 08:11:16 +0000 (08:11 +0000)]
(xrm_get_preference_database, Fmac_get_preference)
[TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
Glenn Morris [Thu, 12 Apr 2007 04:16:47 +0000 (04:16 +0000)]
Fix some typos.
Glenn Morris [Thu, 12 Apr 2007 03:51:24 +0000 (03:51 +0000)]
Fix typos.
Glenn Morris [Thu, 12 Apr 2007 03:32:38 +0000 (03:32 +0000)]
Grammar fixes.
Glenn Morris [Thu, 12 Apr 2007 02:33:59 +0000 (02:33 +0000)]
(BUGS): Try to be a little more helpful...
Glenn Morris [Thu, 12 Apr 2007 02:32:30 +0000 (02:32 +0000)]
*** empty log message ***
Glenn Morris [Thu, 12 Apr 2007 02:31:20 +0000 (02:31 +0000)]
Remove date at the top of the file, since it is almost always
incorrect and contains no useful info.
Glenn Morris [Thu, 12 Apr 2007 02:29:32 +0000 (02:29 +0000)]
Changes from author without assignment are (thankfully) tiny.
Jason Rumney [Wed, 11 Apr 2007 23:42:03 +0000 (23:42 +0000)]
(dnd-get-local-file-name): Decode both upper and lower
case hex. Do not try to decode non-hex letters.
Jason Rumney [Wed, 11 Apr 2007 23:41:35 +0000 (23:41 +0000)]
*** empty log message ***
Nick Roberts [Wed, 11 Apr 2007 22:48:07 +0000 (22:48 +0000)]
*** empty log message ***
Karl Berry [Wed, 11 Apr 2007 20:57:52 +0000 (20:57 +0000)]
wording for 8.5x11
Kim F. Storm [Wed, 11 Apr 2007 20:06:57 +0000 (20:06 +0000)]
Add item: Avoid using "iff" in doc strings.
Richard M. Stallman [Wed, 11 Apr 2007 19:38:25 +0000 (19:38 +0000)]
(File Conveniences): Add xref to Tumme. Delete text about Thumbnail mode.
Chong Yidong [Wed, 11 Apr 2007 17:10:42 +0000 (17:10 +0000)]
(byte-optimize-form-code-walker): Evaluate pure function calls if possible.
(byte-optimize-all-constp): New function.
Chong Yidong [Wed, 11 Apr 2007 17:10:26 +0000 (17:10 +0000)]
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
Evaluate pure function calls if possible.
(byte-optimize-all-constp): New function.
Karl Berry [Wed, 11 Apr 2007 16:27:33 +0000 (16:27 +0000)]
improve breaks in 8.5x11
Richard M. Stallman [Wed, 11 Apr 2007 15:07:14 +0000 (15:07 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 11 Apr 2007 15:07:05 +0000 (15:07 +0000)]
(Lazy Properties): Minor fix.
Richard M. Stallman [Wed, 11 Apr 2007 04:38:35 +0000 (04:38 +0000)]
*** empty log message ***
Glenn Morris [Wed, 11 Apr 2007 03:59:20 +0000 (03:59 +0000)]
Markus Triska <markus.triska at gmx.at>:
(byte-compile-char-before): Improve numeric argument case.
(byte-compile-backward-char, byte-compile-backward-word): New
functions, performing rewriting previously done in byte-opt.el.
Fix their "Fixme" item (restriction to numeric arguments).
Glenn Morris [Wed, 11 Apr 2007 03:57:11 +0000 (03:57 +0000)]
Markus Triska <markus.triska at gmx.at>:
(byte-optimize-backward-char, byte-optimize-backward-word): Remove -
move to bytecomp.el.
Glenn Morris [Wed, 11 Apr 2007 03:55:50 +0000 (03:55 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 11 Apr 2007 02:53:59 +0000 (02:53 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 11 Apr 2007 02:28:26 +0000 (02:28 +0000)]
(desktop-save, desktop-create-buffer): Replace mapcar with dolist.
(after-init-hook): Don't quote lambda.
(desktop-first-buffer): Don't wrap it in eval-when-compile.
(desktop-internal-v2s): Remove unused var `el'.
(desktop-buffer-major-mode, desktop-buffer-locals): Move out of
desktop-restore-file-buffer.
(desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
desktop-create-buffer.
Miles Bader [Tue, 10 Apr 2007 23:48:06 +0000 (23:48 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 214-215)
- Merge from emacs--devo--0
- Update from CVS
2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-msg.el (gnus-inews-yank-articles): Use
message-exchange-point-and-mark instead of exchange-point-and-mark.
2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-yank-original): Make sure cited text ends with
newline; don't exchange point and mark.
2007-04-07 Chong Yidong <cyd@stupidchicken.com>
* lisp/gnus/tls.el (open-tls-stream): Properly handle case where there
is no associated buffer.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-697
Chong Yidong [Tue, 10 Apr 2007 19:35:34 +0000 (19:35 +0000)]
Add comment.
Chong Yidong [Tue, 10 Apr 2007 19:30:12 +0000 (19:30 +0000)]
(woman-decode-buffer): Postphone macro-set check...
(woman-decode-region): ...to here.
Chong Yidong [Tue, 10 Apr 2007 19:30:01 +0000 (19:30 +0000)]
* woman.el (woman-decode-buffer): Postphone macro-set check...
(woman-decode-region): ...to here.
Chong Yidong [Tue, 10 Apr 2007 15:57:25 +0000 (15:57 +0000)]
(note_mode_line_or_margin_highlight): Don't decrement glyph pointer
before start of glyph row.
Chong Yidong [Tue, 10 Apr 2007 15:57:01 +0000 (15:57 +0000)]
* xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph
pointer before start of glyph row.
Thien-Thi Nguyen [Tue, 10 Apr 2007 11:40:50 +0000 (11:40 +0000)]
(tty-handle-args): Use %S to log ARGS.
Thien-Thi Nguyen [Tue, 10 Apr 2007 11:37:48 +0000 (11:37 +0000)]
Delete eol whitespace; nfc.
Glenn Morris [Tue, 10 Apr 2007 04:05:10 +0000 (04:05 +0000)]
(default-buffer-file-type): Add defvar to quieten byte-compiler.