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

64731 Commits

Author SHA1 Message Date
Richard M. Stallman
74b08af946 (Ffind_operation_coding_system): Doc fix. 2006-05-30 04:33:21 +00:00
Richard M. Stallman
1cce8267f8 (fit-window-to-buffer): Doc fix. 2006-05-30 04:32:09 +00:00
Richard M. Stallman
749eecf527 (Default Coding Systems): Further clarification. 2006-05-30 04:31:02 +00:00
Richard M. Stallman
90e357ae45 (temp-buffer-max-height): Doc fix. 2006-05-30 02:35:56 +00:00
Richard M. Stallman
39be728a88 (with-current-buffer): Doc fix. 2006-05-30 01:19:09 +00:00
Luc Teirlinck
361ed4fdba (Pure Storage): Mention that an overflow in pure
space causes a memory leak.
(Garbage Collection): If there was an overflow in pure space,
`garbage-collect' returns nil.
2006-05-29 22:26:25 +00:00
Luc Teirlinck
93fd6289fe *** empty log message *** 2006-05-29 22:23:38 +00:00
Eli Zaretskii
7c42b3e000 *** empty log message *** 2006-05-29 22:03:35 +00:00
Eli Zaretskii
b756209da5 (x_draw_hollow_cursor): Fix last change. 2006-05-29 22:03:01 +00:00
Kim F. Storm
5e6b6dcd59 (x_draw_stretch_glyph_string): Fix last change. 2006-05-29 21:52:16 +00:00
Kim F. Storm
73af07164d *** empty log message *** 2006-05-29 21:52:01 +00:00
Eli Zaretskii
a952cebe16 (Ffind_operation_coding_system): Doc fix. 2006-05-29 21:44:59 +00:00
Eli Zaretskii
e1511d8794 (Default Coding Systems): Fix it some more. 2006-05-29 21:40:59 +00:00
Michael Albinus
f54511f3ba * tramp.texi (Frequently Asked Questions): Disable zsh zle. 2006-05-29 20:30:16 +00:00
YAMAMOTO Mitsuharu
ffd71266b9 (mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs. 2006-05-29 09:43:44 +00:00
YAMAMOTO Mitsuharu
b71c381c18 (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
(mac_font_panel_visible_p, mac_show_hide_font_panel)
[USE_MAC_FONT_PANEL]: New functions.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Return
immediately if font panel is not visible.
2006-05-29 09:43:03 +00:00
YAMAMOTO Mitsuharu
54b9479288 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
Call mac_set_font_info_for_selection if font panel is made visible.
2006-05-29 09:42:41 +00:00
Dan Nicolaescu
01d0930532 * search.c (matcher_overflow): Mark as NO_RETURN.
* xterm.c (x_connection_closed): Likewise.

* sysdep.c (croak): Likewise.

* sound.c (sound_perror, alsa_sound_perror): Likewise.

* lisp.h (die, nsberror): Likewise.
2006-05-29 08:06:15 +00:00
Jan Djärv
3fc7a865c4 * sound.c (alsa_open, alsa_configure, alsa_write): Move
assignment to err out of if-statement.
2006-05-29 07:25:01 +00:00
Jan Djärv
e380957ec2 * term/x-win.el: bind F10 to menu-bar-start if available. 2006-05-29 07:16:54 +00:00
Jan Djärv
974bed98c1 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus. 2006-05-29 07:15:22 +00:00
Jan Djärv
c3724dccb5 * NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus. 2006-05-29 07:13:57 +00:00
Jan Djärv
c1c032a39c * gtkutil.c (menu_nav_ended): New function.
(create_menus): Connect menu_nav_ended to "selection-done" to fix
 grabs.

 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
2006-05-29 07:12:54 +00:00
Jan Djärv
22badffeec (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT. 2006-05-29 07:11:35 +00:00
Jan Djärv
31c5f81f89 Connect menu_nav_ended to "selection-done" to fix grabs 2006-05-29 07:11:05 +00:00
Dan Nicolaescu
345b348378 (invalid_character): Mark as NO_RETURN. 2006-05-29 06:19:09 +00:00
Dan Nicolaescu
c57597ddb2 (term-if-xemacs, term-ifnot-xemacs): Delete, replace
uses with a simple test.
(term-set-escape-char, term-mode, term-check-kill-echo-list)
(term-send-raw-string, term-send-raw, term-mouse-paste)
(term-char-mode, term-line-mode, term-exec, term-sentinel)
(term-handle-exit, term-read-input-ring)
(term-previous-matching-input-string)
(term-previous-matching-input-string-position)
(term-previous-matching-input-from-input)
(term-replace-by-expanded-history, term-send-input)
(term-skip-prompt, term-bol, term-send-invisible)
(term-kill-input, term-delchar-or-maybe-eof)
(term-backward-matching-input, term-check-source)
(term-proc-query, term-emulate-terminal)
(term-handle-colors-array, term-process-pager, term-pager-line)
(term-pager-bob, term-unwrap-line, term-word)
(term-dynamic-complete-filename)
(term-dynamic-complete-as-filename)
(term-dynamic-simple-complete): Replace one arm ifs with whens or
unlesses.
2006-05-29 06:11:33 +00:00
Stefan Monnier
b486a098cb (hack-one-local-variable-eval-safep): Don't burp if used
during bootstrapping.
2006-05-29 05:47:29 +00:00
Stefan Monnier
bb7a346faa (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:
use extra arguments instead of dynamic scoping.
(ewoc-locate): Remove unused var `footer'.
2006-05-29 04:39:46 +00:00
Stefan Monnier
7ece7aba2b (ewoc--insert-new-node): Use ewoc--refresh-node. 2006-05-29 03:47:56 +00:00
Eli Zaretskii
b8909e8882 (Default Coding Systems): Fix last change. 2006-05-29 03:28:52 +00:00
Stefan Monnier
b17b883963 (no-update-autoloads): Declare.
(generate-file-autoloads): Obey it.  Return whether autoloads were
added at point or not.
(update-file-autoloads): Use this new return value.
Remove redundant test for the presence of an autoload cookie.
2006-05-29 02:53:14 +00:00
Stefan Monnier
6913552560 (autoload-find-file): New fun. This one calls hack-local-variables.
(generate-file-autoloads, update-file-autoloads): Use it.
2006-05-29 02:11:27 +00:00
Richard M. Stallman
411fe8f336 Many simplifications and improvements in wording. 2006-05-29 01:58:27 +00:00
Stefan Monnier
7a0574f3e9 (bibtex-autokey-name-case-convert-function)
(bibtex-sort-entry-class): Add safe-local-variable predicate.
(bibtex-sort-entry-class-alist): Don't set the global value.
(bibtex-init-sort-entry-class-alist): New fun.
(bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
of bibtex-init-sort-entry-class.
2006-05-29 01:35:53 +00:00
Kenichi Handa
6d3906d52b (find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).
2006-05-29 01:24:05 +00:00
Stefan Monnier
6ad0381ce1 (struct saved_window): Add `dedicated'.
(Fset_window_configuration, save_window_save): Save/restore the
`dedicated' flag.
2006-05-29 01:05:24 +00:00
Kenichi Handa
7311509ee6 (Ffind_operation_coding_system): Call a function by
safe_call1 instead of call1.
2006-05-29 00:57:27 +00:00
Richard M. Stallman
0985f92039 *** empty log message *** 2006-05-29 00:30:23 +00:00
Richard M. Stallman
0988217ac7 (load-history-regexp): If FILE is relative, insist
entire last name component must match it.
(load-history-filename-element, load-history-regexp): Doc fixes.
2006-05-29 00:28:43 +00:00
Richard M. Stallman
688e9e8cf9 (Coding Conventions): Better explain reasons not to
advise other packages or use `eval-after-load'.
2006-05-29 00:18:44 +00:00
Kim F. Storm
b35444d58b (Bindat Functions): Rename pos' and raw-data' to
`bindat-idx' and `bindat-raw' for clarity.
2006-05-28 22:20:49 +00:00
Kim F. Storm
6c6e0bb44e *** empty log message *** 2006-05-28 22:20:40 +00:00
Kim F. Storm
98d0738d27 (bindat-idx, bindat-raw): Rename dynamic variables
`pos' and `raw-data' for clarity, as eval forms may access these.
2006-05-28 22:19:52 +00:00
Kim F. Storm
16ddb1aeb7 (bindat--unpack-u8): Use aref also for strings. 2006-05-28 21:31:04 +00:00
Kim F. Storm
f3d50954b6 *** empty log message *** 2006-05-28 21:30:49 +00:00
Stefan Monnier
c5301b5c36 (makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
(makefile-fill-paragraph): Use the default comment-filling code.
2006-05-28 20:56:34 +00:00
Kim F. Storm
c558b5be6c (set_cursor_from_row): Update prototype. 2006-05-28 20:19:17 +00:00
Kim F. Storm
a4f3f618eb (set_cursor_from_row): If cursor cannot be set in row,
don't update w->cursor and return 0.  Return 1 on success.
(try_cursor_movement): Repeat set_cursor_from_row on successive rows
until it succeeds.
2006-05-28 20:19:07 +00:00
Kim F. Storm
794033ae3c *** empty log message *** 2006-05-28 20:18:34 +00:00