]>
git.eshelyaron.com Git - emacs.git/log
Dan Nicolaescu [Thu, 17 May 2007 13:17:56 +0000 (13:17 +0000)]
* term.c (init_tty): Better initialize ttys in windows.
* w32fns.c (Fx_create_frame): Set the default minibuffer frame,
window_system and the rest of the frame parameters following what
is done in X11.
Jason Rumney [Thu, 17 May 2007 12:29:09 +0000 (12:29 +0000)]
*** empty log message ***
Jason Rumney [Thu, 17 May 2007 12:28:35 +0000 (12:28 +0000)]
(internal-face-interactive): Remove obsolete function.
Jason Rumney [Thu, 17 May 2007 00:40:31 +0000 (00:40 +0000)]
*** empty log message ***
Jason Rumney [Thu, 17 May 2007 00:39:22 +0000 (00:39 +0000)]
(x_output): Remove foreground_pixel and background_pixel.
(w32_clear_rect, w32_clear_area): Use background from frame.
Dan Nicolaescu [Thu, 17 May 2007 00:17:06 +0000 (00:17 +0000)]
* emacsclient.c (handle_sigtstp): Use the new name for the
socket variable.
Jason Rumney [Thu, 17 May 2007 00:08:25 +0000 (00:08 +0000)]
*** empty log message ***
Jason Rumney [Thu, 17 May 2007 00:08:03 +0000 (00:08 +0000)]
(w32_term_init): Call add_keyboard_wait_descriptor.
Jason Rumney [Thu, 17 May 2007 00:01:32 +0000 (00:01 +0000)]
(x_create_tip_frame): Set terminal and ref count.
Dan Nicolaescu [Wed, 16 May 2007 23:16:53 +0000 (23:16 +0000)]
* emacsclient.c (decode_options): Don't use a tty on windows.
* makefile.w32-in (VERSION): Update.
Jason Rumney [Wed, 16 May 2007 22:49:30 +0000 (22:49 +0000)]
*** empty log message ***
Jason Rumney [Wed, 16 May 2007 22:49:00 +0000 (22:49 +0000)]
Reorder to match x-win.el more closely.
(x-setup-function-keys): Use local-function-key-map.
(w32-initialized): New variable.
(w32-initialize-window-system): Set it.
Move more global setup here.
Jason Rumney [Wed, 16 May 2007 21:35:20 +0000 (21:35 +0000)]
*** empty log message ***
Jason Rumney [Wed, 16 May 2007 21:35:06 +0000 (21:35 +0000)]
(emacs_socket): Rename from s.
Move definition below includes it depends on.
(SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
(quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
(main): Expand removed macros inline.
Jason Rumney [Wed, 16 May 2007 21:06:28 +0000 (21:06 +0000)]
(emacs_socket): Rename from s.
Move definition below includes it depends on.
Dan Nicolaescu [Wed, 16 May 2007 16:14:26 +0000 (16:14 +0000)]
* emacsclient.c (s): Restore.
(main): Don't define s here.
(w32_execvp): Move definition before use.
Jason Rumney [Wed, 16 May 2007 10:13:25 +0000 (10:13 +0000)]
*** empty log message ***
Jason Rumney [Wed, 16 May 2007 10:13:09 +0000 (10:13 +0000)]
(x-setup-function-keys): New function.
(w32-initialize-window-system): Move non function key global setup
here.
Jason Rumney [Wed, 16 May 2007 10:09:11 +0000 (10:09 +0000)]
*** empty log message ***
Jason Rumney [Wed, 16 May 2007 10:08:53 +0000 (10:08 +0000)]
Updated dependancies from Makefile.in
Miles Bader [Wed, 16 May 2007 07:29:38 +0000 (07:29 +0000)]
Changes from arch/CVS synchronization
Miles Bader [Wed, 16 May 2007 07:12:33 +0000 (07:12 +0000)]
Rudimentary fix for environment variable handling.
* lisp/env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.
* lisp/mule-cmds.el (set-locale-environment): Fix getenv call.
* lisp/term/rxvt.el (rxvt-set-background-mode): Ditto.
* lisp/x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.
* lisp/server.el (server-with-environment): Restore the original environment.
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-6
Creator: Karoly Lorentey <karoly@lorentey.hu>
Miles Bader [Wed, 16 May 2007 02:51:49 +0000 (02:51 +0000)]
Add arch tagline
Jason Rumney [Tue, 15 May 2007 23:32:55 +0000 (23:32 +0000)]
Updated w32 progress
Jason Rumney [Tue, 15 May 2007 23:30:52 +0000 (23:30 +0000)]
New ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:30:30 +0000 (23:30 +0000)]
(s): Remove.
(main): Define here instead.
(main) [WINDOWSNT]: Don't call ttyname.
Don't recognize -suspend option.
(main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
(strprefix): Define unconditionally.
Jason Rumney [Tue, 15 May 2007 23:30:12 +0000 (23:30 +0000)]
New ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:21:42 +0000 (23:21 +0000)]
Only load x-dnd and x-win when X is compiled in.
Load w32-win and dependencies on windows-nt.
Jason Rumney [Tue, 15 May 2007 23:21:10 +0000 (23:21 +0000)]
Provide w32-win.
Don't throw error when global window-system not w32.
(x-cut-buffer-max): Remove.
(w32-initialize-window-system): New function.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add w32 entries.
Jason Rumney [Tue, 15 May 2007 23:12:09 +0000 (23:12 +0000)]
New ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:11:07 +0000 (23:11 +0000)]
(OBJ1): Add terminal.$(O)
Jason Rumney [Tue, 15 May 2007 23:08:52 +0000 (23:08 +0000)]
(restore_kboard_configuration): Only define when MULTI_KBOARD defined.
Jason Rumney [Tue, 15 May 2007 23:08:04 +0000 (23:08 +0000)]
(init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.
Jason Rumney [Tue, 15 May 2007 23:07:41 +0000 (23:07 +0000)]
(dissociate_if_controlling_tty) [WINDOWSNT]: Don't define function body.
(init_tty) [WINDOWSNT]: Use selected_frame for initializing.
Jason Rumney [Tue, 15 May 2007 23:07:08 +0000 (23:07 +0000)]
(w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
(mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
Jason Rumney [Tue, 15 May 2007 23:06:47 +0000 (23:06 +0000)]
(display_info) [WINDOWSNT]: Add w32.
Jason Rumney [Tue, 15 May 2007 23:06:27 +0000 (23:06 +0000)]
(display_menu_bar) [HAVE_NTGUI]: Check frame type.
Jason Rumney [Tue, 15 May 2007 23:05:27 +0000 (23:05 +0000)]
(Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
(make_terminal_frame) [WINDOWSNT]: Initialize terminal.
Jason Rumney [Tue, 15 May 2007 23:04:35 +0000 (23:04 +0000)]
(SYSTEM_PURESIZE_EXTRA): Bump to 50k.
Jason Rumney [Tue, 15 May 2007 23:04:14 +0000 (23:04 +0000)]
(request_sigio, unrequest_sigio): Remove
Jason Rumney [Tue, 15 May 2007 23:03:48 +0000 (23:03 +0000)]
(w32_console_read_socket): Make first arg a frame.
Jason Rumney [Tue, 15 May 2007 23:03:04 +0000 (23:03 +0000)]
(w32con_move_cursor, w32con_clear_to_end):
(w32con_clear_frame, w32con_clear_end_of_line):
(w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs):
(w32con_delete_glyphs, w32con_set_terminal_window):
(scroll_line, w32_sys_ring_bell): Add frame arg.
(w32con_set_terminal_modes, w32con_reset_terminal_modes): Add
terminal arg.
(PICK_FRAME): Remove.
(w32con_write_glyphs): Use frame specific terminal coding.
(one_and_only_w32cons): New global variable.
(initialize_w32_display): Use it for storing hooks.
(create_w32cons_output): New function.
Jason Rumney [Tue, 15 May 2007 23:02:24 +0000 (23:02 +0000)]
(Fx_popup_menu): Use terminal specific mouse_position_hook.
Jason Rumney [Tue, 15 May 2007 23:01:38 +0000 (23:01 +0000)]
(x_set_tool_bar_lines): Don't use updating_frame.
(Fx_create_frame): Set terminal and ref count.
(Fx_open_connection): Remove window-system check.
Jason Rumney [Tue, 15 May 2007 22:59:34 +0000 (22:59 +0000)]
(w32_display_info): Add terminal.
(w32_sys_ring_bell, x_delete_display): Declare here.
Jason Rumney [Tue, 15 May 2007 22:59:04 +0000 (22:59 +0000)]
(w32_set_terminal_modes, w32_reset_terminal_modes):
Add terminal arg.
(x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
Add frame arg.
(x_delete_terminal, w32_create_terminal): New functions.
(w32_term_init): Create a terminal.
(w32_initialize): Move terminal specific initialization to
w32_create_terminal.
David Kastrup [Mon, 14 May 2007 22:29:58 +0000 (22:29 +0000)]
(getenv): Fix reverted by demand of Dan Nicolaescu
because it exposes further problems.
David Kastrup [Sun, 13 May 2007 20:54:15 +0000 (20:54 +0000)]
(getenv): Pass frame to getenv-internal.
Miles Bader [Sun, 13 May 2007 13:26:57 +0000 (13:26 +0000)]
Import arch branch emacs@sv.gnu.org/emacs--multi-tty--0
Karoly Lorentey [Fri, 11 May 2007 18:24:42 +0000 (18:24 +0000)]
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-708
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-709
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-710
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-711
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-712
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-713
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-714
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-715
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-716
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-717
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-718
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-719
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-720
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-721
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-722
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-723
Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
* emacs@sv.gnu.org/emacs--devo--0--patch-724
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-725
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-726
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-727
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-728
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-729
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-730
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-731
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-732
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-733
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-734
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-735
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-736
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-737
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-738
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-739
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--devo--0--patch-740
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-741
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-742
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-743
Merge from emacs--rel--22
* emacs@sv.gnu.org/emacs--rel--22--base-0
tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
* emacs@sv.gnu.org/emacs--rel--22--patch-1
Sync to CVS tag EMACS_22_BRANCHPOINT
* emacs@sv.gnu.org/emacs--rel--22--patch-2
Sync to CVS branch EMACS_22_BASE
* emacs@sv.gnu.org/emacs--rel--22--patch-3
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-4
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-5
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-6
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-7
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-8
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-9
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-10
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-11
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-12
Update from CVS
* emacs@sv.gnu.org/emacs--rel--22--patch-13
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-217
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-218
Merge from emacs--devo--0, emacs--rel--22
* emacs@sv.gnu.org/gnus--rel--5.10--patch-219
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-220
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-605
Miles Bader [Fri, 11 May 2007 04:44:30 +0000 (04:44 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 13)
- Update from CVS
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
Fix generated doc string.
* lisp/startup.el (fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
* lisp/progmodes/compile.el (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
* lisp/files.el (file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 Richard M. Stallman <rms@gnu.org>
* lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.
* lispref/help.texi (Keys in Documentation): Add reference to
Documentation Tips.
* lispref/files.texi (Format Conversion): TO-FN gets three arguments.
* lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
Richard M. Stallman [Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)]
(Scanning Keymaps): Update where-is-internal example.
Richard M. Stallman [Thu, 10 May 2007 16:38:28 +0000 (16:38 +0000)]
(Keys in Documentation): Add reference to Documentation Tips.
Richard M. Stallman [Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)]
(Format Conversion): TO-FN gets three arguments.
Richard M. Stallman [Thu, 10 May 2007 16:34:28 +0000 (16:34 +0000)]
(iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
Richard M. Stallman [Thu, 10 May 2007 16:33:50 +0000 (16:33 +0000)]
(define-minor-mode): Fix generated doc string.
Richard M. Stallman [Thu, 10 May 2007 16:32:30 +0000 (16:32 +0000)]
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
Richard M. Stallman [Thu, 10 May 2007 16:12:37 +0000 (16:12 +0000)]
(fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
Richard M. Stallman [Thu, 10 May 2007 16:10:27 +0000 (16:10 +0000)]
(compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
Richard M. Stallman [Thu, 10 May 2007 14:53:13 +0000 (14:53 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 14:51:08 +0000 (14:51 +0000)]
(Auto Major Mode): Document file-start-mode-alist.
Richard M. Stallman [Thu, 10 May 2007 14:48:46 +0000 (14:48 +0000)]
(file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
Richard M. Stallman [Thu, 10 May 2007 14:46:52 +0000 (14:46 +0000)]
(dabbrev-eliminate-newlines): Renamed from
dabbrev--eliminate-newlines. All uses changed.
Michaël Cadilhac [Thu, 10 May 2007 11:54:33 +0000 (11:54 +0000)]
(Man-next-section): Don't consider the last line of the page as being
part of any section.
Thien-Thi Nguyen [Thu, 10 May 2007 08:43:56 +0000 (08:43 +0000)]
* elisp.texi (Top): Remove "Saving Properties" from detailed menu.
* files.texi (Format Conversion): Expand intro; add menu.
(Format Conversion Overview, Format Conversion Round-Trip)
(Format Conversion Piecemeal): New nodes/subsections.
* hooks.texi: Xref "Format Conversion" , not "Saving Properties".
* text.texi (Text Properties): Remove "Saving Properties" from menu.
(Saving Properties): Delete node/subsection.
Stefan Monnier [Thu, 10 May 2007 06:02:15 +0000 (06:02 +0000)]
(sgml-value): Fix handling of attributes which can take any number of values.
Stefan Monnier [Thu, 10 May 2007 06:00:48 +0000 (06:00 +0000)]
(tex-font-lock-keywords-2): Add citet and citep
to the list of citation commands.
Miles Bader [Wed, 9 May 2007 23:47:51 +0000 (23:47 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 12)
- Update from CVS
2007-05-08 Richard M. Stallman <rms@gnu.org>
* lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-739
Reiner Steib [Wed, 9 May 2007 21:02:29 +0000 (21:02 +0000)]
(nndiary-request-move-article): Revert hunk from previous commit.
Reiner Steib [Wed, 9 May 2007 19:29:12 +0000 (19:29 +0000)]
Remove the description comment (nndiary is now properly documented in the Gnus
manual). Fix the spelling of "Back End".
Reiner Steib [Wed, 9 May 2007 19:07:32 +0000 (19:07 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.
Stefan Monnier [Wed, 9 May 2007 17:09:08 +0000 (17:09 +0000)]
(vc-find-root): Stop searching when the user changes.
Stefan Monnier [Wed, 9 May 2007 16:56:20 +0000 (16:56 +0000)]
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
Stefan Monnier [Wed, 9 May 2007 16:53:13 +0000 (16:53 +0000)]
(python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.
Richard M. Stallman [Tue, 8 May 2007 18:15:58 +0000 (18:15 +0000)]
(sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
Stefan Monnier [Tue, 8 May 2007 16:07:32 +0000 (16:07 +0000)]
(diff-apply-hunk, diff-test-hunk): Don't do by default
the exact opposite of diff-goto-source.
Stefan Monnier [Tue, 8 May 2007 16:05:02 +0000 (16:05 +0000)]
(ad-special-forms): Remove.
(ad-special-form-p): Use subr-arity.
Stefan Monnier [Tue, 8 May 2007 16:02:14 +0000 (16:02 +0000)]
(compilation-find-file): Add a big comment.
Stefan Monnier [Tue, 8 May 2007 15:59:45 +0000 (15:59 +0000)]
(comment-search-forward): Make sure we search forward.
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.
Stefan Monnier [Tue, 8 May 2007 06:57:38 +0000 (06:57 +0000)]
(sgml-lexical-context): Add handling of XML style Processing Instructions.
(sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.
Stefan Monnier [Tue, 8 May 2007 04:26:41 +0000 (04:26 +0000)]
Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument. Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
Miles Bader [Tue, 8 May 2007 02:07:17 +0000 (02:07 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 11)
- Update from CVS
2007-05-08 David Reitter <david.reitter@gmail.com>
* lisp/progmodes/python.el (python-guess-indent): Check non-nullness
before comparing indent against the 2..8 interval.
2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
* src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
(YAILOM)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736
Stefan Monnier [Tue, 8 May 2007 01:35:26 +0000 (01:35 +0000)]
(python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.
Stefan Monnier [Tue, 8 May 2007 00:50:07 +0000 (00:50 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 7 May 2007 23:42:38 +0000 (23:42 +0000)]
*** empty log message ***
Andreas Schwab [Mon, 7 May 2007 20:50:08 +0000 (20:50 +0000)]
(Flookup_key): Fix typo in last change.
Karl Berry [Mon, 7 May 2007 17:08:09 +0000 (17:08 +0000)]
EMACSVER=22 for printing, per rms.
Stefan Monnier [Mon, 7 May 2007 15:41:37 +0000 (15:41 +0000)]
(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
mapping for unibyte strings.
Stefan Monnier [Mon, 7 May 2007 15:25:47 +0000 (15:25 +0000)]
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:06:55 +0000 (08:06 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:05:55 +0000 (08:05 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.
Miles Bader [Mon, 7 May 2007 01:09:35 +0000 (01:09 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 9-10)
- Update from CVS
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2007-05-03 Ryan Yeske <rcyeske@gmail.com>
* lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
disconnections.
2007-05-06 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): Revert most of previous change.
2007-05-05 Richard M. Stallman <rms@gnu.org>
* lispref/processes.texi (Accepting Output): accept-process-output
uses microseconds, not milliseconds. But that arg is obsolete.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
Richard M. Stallman [Sun, 6 May 2007 20:27:47 +0000 (20:27 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:35 +0000 (18:10 +0000)]
(turn-on-eldoc-mode): Doc fix.
Richard M. Stallman [Sun, 6 May 2007 17:50:22 +0000 (17:50 +0000)]
(Create Tags Table): Clean up previous change.
Richard M. Stallman [Sun, 6 May 2007 17:49:19 +0000 (17:49 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files. (Clarified by RMS.)
Richard M. Stallman [Sun, 6 May 2007 17:44:41 +0000 (17:44 +0000)]
(Accepting Output): Revert most of previous change.
Richard M. Stallman [Sun, 6 May 2007 17:39:53 +0000 (17:39 +0000)]
Undo May 3 change.
Glenn Morris [Sat, 5 May 2007 22:57:07 +0000 (22:57 +0000)]
Change from author without relevant assignment is (thankfully) tiny.