1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

47600 Commits

Author SHA1 Message Date
Richard M. Stallman
51a8b4355d *** empty log message *** 2003-07-14 16:05:43 +00:00
Richard M. Stallman
61713ba431 (Killing Buffers): kill-buffer-hook is perm local. 2003-07-14 16:05:12 +00:00
Richard M. Stallman
5a8a6af880 (Selecting Windows): New arg to select-window.
(Selecting Windows): Add with-selected-window.
(Size of Window): Add window-inside-edges, etc.
2003-07-14 16:04:44 +00:00
Richard M. Stallman
e73c3ec468 (Garbage Collection): Add post-gc-hook. 2003-07-14 16:03:48 +00:00
Richard M. Stallman
cd14e1c932 (Subprocess Creation): Add exec-suffixes. 2003-07-14 16:03:25 +00:00
Richard M. Stallman
0f2018645b (Functions for Key Lookup): Add current-active-maps.
(Scanning Keymaps): Add map-keymaps.
(Defining Menus): Add keymap-prompt.
2003-07-14 16:03:04 +00:00
Richard M. Stallman
24fc202033 (Integer Basics): Add most-positive-fixnum, most-negative-fixnum. 2003-07-14 16:01:20 +00:00
Richard M. Stallman
d7810bdaae (Byte Compilation): Explain no-byte-compile
(Compiler Errors): New node.
2003-07-14 16:00:44 +00:00
Richard M. Stallman
dd726314b8 (User Identification): user-uid, user-real-uid can return float. 2003-07-14 15:59:52 +00:00
Richard M. Stallman
fdba9ef4da (Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
(Minor Modes): Add minor-mode-list.
(Defining Minor Modes): Keyword args for define-minor-mode.
(Search-based Fontification): Explain managing other properties.
(Other Font Lock Variables): Add font-lock-extra-managed-props.
(Faces for Font Lock): Add font-locl-preprocessor-face.
(Hooks): Add run-mode-hooks and delay-mode-hooks.
2003-07-14 15:59:12 +00:00
Richard M. Stallman
a1c0746110 (Creating Buffer-Local): Add buffer-local-value.
(Variable Aliases): Clarify defvralias.
2003-07-14 15:56:49 +00:00
Richard M. Stallman
cee6bbce9c (Library Search): Add load-suffixes. 2003-07-14 15:56:05 +00:00
Richard M. Stallman
4ff1926ee8 (Basic Completion): Add lazy-completion-table.
(Programmed Completion): Add dynamic-completion-table.
2003-07-14 15:55:32 +00:00
Richard M. Stallman
e598a60dc3 (Changing Files): copy-file allows dir as NEWNAME.
(Magic File Names): Specify precedence order of handlers.
2003-07-14 15:53:56 +00:00
Richard M. Stallman
14bd0b09da (Command Overview): Emacs server runs pre-command-hook and post-command-hook.
(Waiting): New calling convention for sit-for.
2003-07-14 15:53:03 +00:00
Richard M. Stallman
413329830a (Special Properties): local-map and keymap properties
apply based on their stickiness.
2003-07-14 15:51:54 +00:00
Stefan Monnier
a801bc343e *** empty log message *** 2003-07-14 15:30:21 +00:00
Paul Eggert
dde13196ab * alloc.c (pure, staticvec):
Initialize these arrays to nonzero, so that they're not
put into BSS by that optimization.
2003-07-14 05:38:24 +00:00
Paul Eggert
379b98b161 (pure, staticvec): Initialize these arrays to nonzero, so that they're
not put into BSS by that optimization.
2003-07-14 05:37:52 +00:00
Stefan Monnier
19bcad1f59 (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
(lisp_align_malloc): Use posix_memalign is available.
(ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
(STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK for consistency.
Update users.
2003-07-14 02:51:08 +00:00
Stefan Monnier
ec03b83e7d *** empty log message *** 2003-07-14 02:41:20 +00:00
Stefan Monnier
28127e4724 Check for posix_memalign. 2003-07-14 02:21:29 +00:00
Richard M. Stallman
0c8b2afa5b (START_FILES_1, END_FILES_1): Always define them. 2003-07-13 18:00:24 +00:00
Juanma Barranquero
668c2ab06d *** empty log message *** 2003-07-13 17:52:07 +00:00
Juanma Barranquero
63019bad3a (modify-all-frames-parameters): Reinstall (copyright papers received). 2003-07-13 17:48:58 +00:00
Juanma Barranquero
517b2c378d (List Buffers): Adjust to new format of *Buffer List*. 2003-07-13 17:32:20 +00:00
Juanma Barranquero
adbb56cbf0 (xg_set_icon): New function. 2003-07-13 17:30:09 +00:00
Juanma Barranquero
993d072147 (x_bitmap_mask, x_create_bitmap_mask): New functions to handle mask of bitmaps.
(x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the mask
property.
(xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
2003-07-13 17:29:24 +00:00
Juanma Barranquero
62fe13a420 (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
function gtk_window_icon_from_file if available.
2003-07-13 17:27:51 +00:00
Juanma Barranquero
741518d98a *** empty log message *** 2003-07-13 17:26:15 +00:00
Juanma Barranquero
2fbc1118b3 (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist. 2003-07-13 17:20:34 +00:00
Juanma Barranquero
df7eb2bd5f (desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory'
being a list.
2003-07-13 17:20:00 +00:00
Juanma Barranquero
9c7bda2fc1 Version 1.8.0 of sql-mode.
Simplify selection of SQL products to define highlighting and
interactive mode.  Includes detailed instructions on adding support
for new products.

(sql-product): New variable.  Identifies SQL product for use in highlighting and
interactive mode.
(sql-interactive-product): New variable.  SQL product for sql-interactive-mode.
(sql-product-support): New variable.  Specifies product-specific parameters to
drive highlighting and interactive mode.
(sql-imenu-generic-expression): Add more object types.
(sql-sqlite-options): Correct comment.
(sql-ms-program): Use "osql" rather than "isql".
(sql-prompt-regexp, sql-prompt-length): Update comment.
(sql-mode-menu): Add "Start SQLi session" entry.  Replace Highlighting submenu
with Product menu.  Fix Send Region entry.
(sql-mode-abbrev-table): Add abbreviations.  Support of SYSTEM-FLAG on
define-abbrev.  Support was removed with last check-in; it now handles older
Emacsen without the SYSTEM-FLAG.
(sql-mode-font-lock-object-name): Add font-lock pattern for object names.
(sql-mode-ansi-font-lock-keywords): Set as default value.
(sql-mode-oracle-font-lock-keywords): Set as default value.  Support Oracle 9i
keywords.
(sql-mode-postgres-font-lock-keywords): Set as default value.
(sql-mode-linter-font-lock-keywords): Set as default value.
(sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft SQLServer
2000.
(sql-mode-sybase-font-lock-keywords)
(sql-mode-interbase-font-lock-keywords)
(sql-mode-sqlite-font-lock-keywords)
(sql-mode-strong-font-lock-keywords)
(sql-mode-mysql-font-lock-keywords)
(sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI keywords.
(sql-mode-font-lock-defaults): Update comment.
(sql-product-feature): New function.  Returns feature associated with a product
from `sql-product-support' alist.
(sql-product-font-lock): New function.  Set font-lock support based on
`sql-product'.
(sql-add-product-keywords): New function.  Add font-lock rules to
product-specific keyword variables.
(sql-set-product): New function.  Set `sql-product' and apply appropriate
font-lock highlighting.
(sql-highlight-product): New function.  Set font-lock support based on a
product.  Also set mode name to include product name.
(sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
(sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
Use `sql-set-product'.
(sql-highlight-ms-keywords)
(sql-highlight-sybase-keywords)
(sql-highlight-interbase-keywords)
(sql-highlight-strong-keywords)
(sql-highlight-mysql-keywords)
(sql-highlight-sqlite-keywords)
(sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
(sql-get-login): Prompt in the same order as the tokens.
(sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
(sql-product-interactive): New function.  Common portions of product-specific
interactive mode wrappers.
(sql-interactive-mode): Rewritten to use product features.
(sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
(sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
(sql-db2, sql-linter): Use `sql-product-interactive'.
(sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
(sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
(sql-connect-ingres, sql-connect-postgres)
(sql-connect-interbase, sql-connect-db2, sql-connect-linter): New functions.
Format command line parameters and invoke comint on the appropriate interpreter.
Code was in the corresponding `sql-xyz' function before.
(sql-connect-ms): New function.  Support -E argument to use operating system
credentials for authentication.
2003-07-13 17:19:18 +00:00
Juanma Barranquero
7e734986ab (Man-translate-cleanup): New.
(Man-translate-references): Call `Man-translate-cleanup' to clean leading,
trailing and middle spaces.
2003-07-13 17:16:31 +00:00
Juanma Barranquero
76b7c63712 (texinfo-section-list): Append appendixsection; a synonym for appendixsec. 2003-07-13 17:15:47 +00:00
Juanma Barranquero
1f4dbcd90f (po-find-charset): White space at the start of the Content-Type field body is
non-mandatory.
2003-07-13 17:15:12 +00:00
Richard M. Stallman
485fe977a0 (c-declare-lang-variables): Don't use mapcan. 2003-07-13 00:20:39 +00:00
Richard M. Stallman
19c5fddbc3 (c-make-keywords-re): Don't use delete-duplicates.
(c-lang-const): Don't use mapcan.
2003-07-13 00:19:56 +00:00
Richard M. Stallman
800bebe3b7 *** empty log message *** 2003-07-12 22:00:20 +00:00
Richard M. Stallman
fdf83dbbfa [netbsd systems]: Define HAVE_CRTIN properly. 2003-07-12 21:59:54 +00:00
Richard M. Stallman
30aab7419b (apropos-show-scores): Make it customizable. Document new meaning.
(apropos): Compute scores from symbols.
(apropos-print): Don't sort by scores if apropos-show-scores is nil.
2003-07-12 21:57:50 +00:00
Richard M. Stallman
20853e2fea Minor cleanups of previous changes. 2003-07-12 21:55:24 +00:00
Richard M. Stallman
ad5378567a (unexec): Consider a section to precede the .bss
section if its addresses overlap that of .bss.
2003-07-12 21:53:28 +00:00
Richard M. Stallman
69e3899535 (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g. 2003-07-12 21:48:07 +00:00
Richard M. Stallman
c378fed527 (HAVE_CRTIN): Add #undef.
(INLINE): Really inline only if OPTIMIZE is defined.
2003-07-12 21:46:43 +00:00
Richard M. Stallman
7a179ad4df (START_FILES, LIB_STANDARD): Use START_FILES_1, END_FILES_1.
(START_FILES_1, END_FILES_1): New macros (conditional).
(LD_SWITCH_SYSTEM_TEMACS): Defined.
2003-07-12 21:45:20 +00:00
Richard M. Stallman
4a2abeb21a Don't include bsd4-3.h.
(TERMINFO): Defined.
(LIBS_TERMCAP): Defined.
(LD_SWITCH_SYSTEM): Defined (two definitions).
2003-07-12 21:44:13 +00:00
Richard M. Stallman
5a0a05fe7c Include libpng/png.h instead of png.h. 2003-07-12 21:40:39 +00:00
Vinicius Jose Latorre
7a1e19738c copyright line fix & bdf-directory-list init fix 2003-07-12 00:20:38 +00:00
John Paul Wallington
2356fa8a91 2003-07-11 John Paul Wallington <jpw@gnu.org>
* emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
	(ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
	(ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.

2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)

	* emacs-lisp/ring.el (ring-elements): Doc fix.
2003-07-11 21:53:43 +00:00