summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2003-07-161-53/+54
|
* #Updated to 5.30.4.Martin Stjernholm2003-07-162-9/+29
|
* (c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos): Added accessorMartin Stjernholm2003-07-161-12/+50
| | | | functions for syntactic elements.
* (c-literal-faces): Declare as a variable since it might be modified.Martin Stjernholm2003-07-161-1/+1
|
* (c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):Martin Stjernholm2003-07-161-7/+7
| | | | Gave more consistent names to these language constants.
* (Info-menu-entry-name-re): Allow newlines in menu entry names.Stefan Monnier2003-07-161-1/+3
|
* (syntax-ppss): Catch the case where the buffer is narrowed.Stefan Monnier2003-07-161-133/+142
|
* (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.Stefan Monnier2003-07-161-9/+6
| | | | (syntax-ppss-after-change-function): New alias. Update uses.
* (apropos-sort-by-scores): Rename from apropos-show-scores.Kim F. Storm2003-07-141-4/+5
| | | | All uses changed.
* *** empty log message ***Kim F. Storm2003-07-141-0/+5
|
* (xml-parse-tag): Namespace support.Juanma Barranquero2003-07-142-133/+111
| | | | | (xml-parse-file): Namespace suport. (xml-parse-region): Namespace suport.
* Revert last change.Juanma Barranquero2003-07-141-870/+156
|
* *** empty log message ***Juanma Barranquero2003-07-131-0/+5
|
* (modify-all-frames-parameters): Reinstall (copyright papers received).Juanma Barranquero2003-07-131-0/+20
|
* *** empty log message ***Juanma Barranquero2003-07-131-0/+105
|
* (smtpmail-send-it): Create smtpmail-queue-dir if it doesn't exist.Juanma Barranquero2003-07-131-0/+2
|
* (desktop-buffer-dired-misc-data, desktop-buffer-dired): Handle `dired-directory'Juanma Barranquero2003-07-131-11/+25
| | | | being a list.
* Version 1.8.0 of sql-mode.Juanma Barranquero2003-07-131-156/+870
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (Man-translate-cleanup): New.Juanma Barranquero2003-07-131-3/+17
| | | | | (Man-translate-references): Call `Man-translate-cleanup' to clean leading, trailing and middle spaces.
* (texinfo-section-list): Append appendixsection; a synonym for appendixsec.Juanma Barranquero2003-07-131-1/+2
|
* (po-find-charset): White space at the start of the Content-Type field body isJuanma Barranquero2003-07-131-1/+1
| | | | non-mandatory.
* (c-declare-lang-variables): Don't use mapcan.Richard M. Stallman2003-07-132-6/+13
|
* (c-make-keywords-re): Don't use delete-duplicates.Richard M. Stallman2003-07-131-6/+11
| | | | (c-lang-const): Don't use mapcan.
* *** empty log message ***Richard M. Stallman2003-07-121-0/+7
|
* (apropos-show-scores): Make it customizable. Document new meaning.Richard M. Stallman2003-07-121-8/+14
| | | | | (apropos): Compute scores from symbols. (apropos-print): Don't sort by scores if apropos-show-scores is nil.
* copyright line fix & bdf-directory-list init fixVinicius Jose Latorre2003-07-122-6/+9
|
* 2003-07-11 John Paul Wallington <jpw@gnu.org>John Paul Wallington2003-07-112-12/+22
| | | | | | | | | | * 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.
* Minor commentary changes.Glenn Morris2003-07-111-11/+15
| | | | | | | | (timeclock-relative, timeclock-ask-before-exiting) (timeclock-use-display-time): Doc changes. (timeclock-modeline-display): Give a message if `timeclock-use-display-time' is non-nil but `display-time-mode' is not active.
* *** empty log message ***Glenn Morris2003-07-111-0/+9
|
* (set-language-environment): SetKenichi Handa2003-07-112-1/+8
| | | | current-language-environment to the correct string.
* Print line number correctly in a region.Vinicius Jose Latorre2003-07-102-8/+15
|
* (visit-tags-table-buffer): Add autoload cookie;John Paul Wallington2003-07-102-0/+6
| | | | this function can be called from `add-completions-from-tags-table'.
* (timeclock-use-display-time, timeclock-day-over-hook)Glenn Morris2003-07-101-25/+37
| | | | | | | | | (timeclock-workday-remaining, timeclock-status-string) (timeclock-when-to-leave, timeclock-when-to-leave-string) (timeclock-log-data, timeclock-find-discrep, timeclock-day-base) (timeclock-generate-report, timeclock-visit-timelog): Doc fix. (timeclock-modeline-display): Set the variable `timeclock-modeline-display'. (timeclock-update-modeline): Doc fix. Respect value of `timeclock-relative'.
* *** empty log message ***Glenn Morris2003-07-101-0/+13
|
* (auto-mode-alist, interpreter-mode-alist): Added comments about whereMartin Stjernholm2003-07-091-0/+8
| | | | the CC Mode mode entries have gone.
* *** empty log message ***Richard M. Stallman2003-07-091-0/+16
|
* (reftex-all-document-files): Add autoload cookie.Richard M. Stallman2003-07-091-0/+1
|
* (reftex-all-document-files): Delete autoload.Richard M. Stallman2003-07-091-1/+1
| | | | (reftex-scanning-info-available-p): Add autoload cookie.
* (set-display-table-and-terminal-coding-system):Richard M. Stallman2003-07-091-2/+1
| | | | Delete duplicate aset on standard-display-table.
* (view-file): If existing buffer's major mode is special,Richard M. Stallman2003-07-091-3/+9
| | | | don't go into view mode.
* (dired-move-to-filename-regexp): Allow quote in months.Richard M. Stallman2003-07-091-1/+3
|
* 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-07-084-70/+100
| | | | | | | | | | | | | | | | | | | | | | | * cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer changes; there's third party code that calls this function directly. 2003-07-07 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-fonts.el (javadoc-font-lock-keywords, autodoc-font-lock-keywords): Don't byte compile on font lock initialization when running from byte compiled files. 2003-07-06 Alan Mackenzie <bug-cc-mode@gnu.org> * cc-engine.el: Fix AWK mode indentation when previous statement ends with auto-increment "++". 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits, c-lang-variable-inits-tail): The values of these are changed, so declare them as variables and not constants.
* (dolist, dotimes): Doc fix.Markus Rost2003-07-082-2/+6
|
* 2003-07-08 Kim F. Storm <storm@cua.dk>John Paul Wallington2003-07-082-4/+10
| | | | | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): Don't break bootstrap if standard-display-table isn't setup yet.
* *** empty log message ***Richard M. Stallman2003-07-071-0/+52
|
* (ehelp-command): Use defalias to define ehelp-command.Richard M. Stallman2003-07-071-2/+5
| | | | Give it a doc string, and autoload it.
* (desktop-buffer-info, desktop-buffer-mh): Use with-no-warnings.Richard M. Stallman2003-07-071-2/+3
|
* (Info-search): If find invisible text, search again.Richard M. Stallman2003-07-071-44/+61
|
* (search-whitespace-regexp): Add a shy group around it.Richard M. Stallman2003-07-071-1/+1
|
* (Man-name-regexp): Match + as part of name.Richard M. Stallman2003-07-071-1/+1
|